We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0363817 commit 14024ccCopy full SHA for 14024cc
hack/kubernetes/kind.yaml
@@ -1,19 +1,6 @@
1
kind: Cluster
2
-apiVersion: kind.sigs.k8s.io/v1alpha3
+apiVersion: kind.x-k8s.io/v1alpha4
3
nodes:
4
-# the control plane node
5
- role: control-plane
6
- extraMounts:
7
- - containerPath: /opt/local-path-provisioner
8
- hostPath: /mnt
9
- readOnly: false
10
- role: worker
11
12
13
14
15
16
17
18
19
hack/kubernetes/storageclass/standard.yaml
0 commit comments