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 60183a5 commit 46df4bfCopy full SHA for 46df4bf
roles/kubespray_defaults/defaults/main/main.yml
@@ -11,10 +11,7 @@ ping_access_ip: true
11
12
# Setting this value to false will fail
13
# For details, read this comment https://github.com/kubernetes-sigs/kubespray/pull/11016#issuecomment-2004985001
14
-kube_api_anonymous_auth: "{{ kube_api_anonymous_auth | default(undef()) }}"
15
-
16
-# Disable argument kube_api_anonymous_auth on kubadm, --anonymous-auth will not be true or false, but removed.
17
-kube_api_anonymous_auth_disabled: false
+kube_api_anonymous_auth: true
18
19
# Default value, but will be set to true automatically if detected
20
is_fedora_coreos: false
0 commit comments