You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
556 B
YAML
18 lines
556 B
YAML
1 year ago
|
kind: Cluster
|
||
|
apiVersion: kind.x-k8s.io/v1alpha4
|
||
|
nodes:
|
||
|
- role: control-plane
|
||
|
image: kindest/node:v1.29.0
|
||
|
extraMounts:
|
||
|
- hostPath: /root/workspace/csi-driver-webdav/test/csi
|
||
|
containerPath: /csi
|
||
|
networking:
|
||
|
apiServerPort: 6443
|
||
|
podSubnet: 172.16.0.0/16
|
||
|
serviceSubnet: 172.19.0.0/16
|
||
|
containerdConfigPatches:
|
||
|
- |-
|
||
|
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"]
|
||
|
endpoint = ["https://hub-mirror.c.163.com"]
|
||
|
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."localhost:5000"]
|
||
|
endpoint = ["http://registry:5000"]
|