mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-05 21:15:26 +00:00
Use kubeadm.k8s.io/v1beta3 instead of v1beta2 for kind config
It appears that kind completely ignores kubeadm.k8s.io/v1beta2 config starting in Kind v0.12.0. You can observe the config being ignored or used by adding `-v 10` to the command-line arguments of `kind create cluster` in kind-up.sh.
This commit is contained in:
@@ -26,7 +26,7 @@ nodes:
|
||||
listenAddress: 127.0.0.1
|
||||
kubeadmConfigPatches:
|
||||
- |
|
||||
apiVersion: kubeadm.k8s.io/v1beta2
|
||||
apiVersion: kubeadm.k8s.io/v1beta3
|
||||
kind: ClusterConfiguration
|
||||
apiServer:
|
||||
extraArgs:
|
||||
|
||||
Reference in New Issue
Block a user