Compare commits
2 Commits
a02a81aa32
...
56c93a3f29
Author | SHA1 | Date |
---|---|---|
Rob Watson | 56c93a3f29 | |
Rob Watson | c95f079ead |
|
@ -0,0 +1,2 @@
|
||||||
|
[tools]
|
||||||
|
kubetail = "latest"
|
|
@ -2,7 +2,7 @@ kind: Cluster
|
||||||
apiVersion: kind.x-k8s.io/v1alpha4
|
apiVersion: kind.x-k8s.io/v1alpha4
|
||||||
nodes:
|
nodes:
|
||||||
- role: control-plane
|
- role: control-plane
|
||||||
image: kindest/node:v1.28.0@sha256:b7a4cad12c197af3ba43202d3efe03246b3f0793f162afb40a33c923952d5b31
|
image: kindest/node:v1.31.0@sha256:53df588e04085fd41ae12de0c3fe4c72f7013bba32a20e7325357a1ac94ba865
|
||||||
kubeadmConfigPatches:
|
kubeadmConfigPatches:
|
||||||
- |
|
- |
|
||||||
kind: InitConfiguration
|
kind: InitConfiguration
|
||||||
|
|
Loading…
Reference in New Issue