mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
* feat: add user facing variable with default * feat: remove rolebinding to anonymous users after init and upgrade * feat: use file discovery for secondary control plane nodes * feat: use file discovery for nodes * fix: do not fail if rolebinding does not exist * docs: add warning about kube_api_anonymous_auth * style: improve readability of delegate_to parameter * refactor: rename discovery kubeconfig file * test: enable new variable in hardening and upgrade test cases * docs: add option to config parameters * test: multiple instances and upgrade
15 lines
422 B
YAML
15 lines
422 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: ubuntu-2004
|
|
mode: default
|
|
|
|
# use the kubeadm etcd setting to test the upgrade
|
|
etcd_deployment_type: kubeadm
|
|
|
|
# Currently ipvs not available on KVM: https://packages.ubuntu.com/search?suite=focal&arch=amd64&mode=exactfilename&searchon=contents&keywords=ip_vs_sh.ko
|
|
kube_proxy_mode: iptables
|
|
enable_nodelocaldns: False
|
|
|
|
# Remove anonymous access to cluster
|
|
remove_anonymous_access: true
|