2021-04-10 20:51:00 +00:00
|
|
|
---
|
2019-11-02 14:32:58 +00:00
|
|
|
kind: Cluster
|
2021-02-01 22:53:44 +00:00
|
|
|
apiVersion: kind.x-k8s.io/v1alpha4
|
|
|
|
containerdConfigPatches:
|
2021-04-10 20:51:00 +00:00
|
|
|
# yamllint disable-line rule:indentation
|
2021-02-01 22:53:44 +00:00
|
|
|
- |-
|
2021-04-15 02:07:19 +00:00
|
|
|
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"]
|
2021-04-10 20:51:00 +00:00
|
|
|
endpoint = ["http://registrycache.internal:5000"]
|
|
|
|
...
|