1.21.yaml (391B)
1 kind: Cluster 2 apiVersion: kind.x-k8s.io/v1alpha4 3 networking: 4 apiServerAddress: HOST 5 apiServerPort: PORT 6 containerdConfigPatches: 7 - |- 8 [plugins."io.containerd.grpc.v1.cri".registry.mirrors."localhost:5000"] 9 endpoint = ["http://sakhalin.home:5000"] 10 nodes: 11 - role: control-plane 12 image: "kindest/node:v1.21.14@sha256:8a4e9bb3f415d2bb81629ce33ef9c76ba514c14d707f9797a01e3216376ba093"