Skip to content

Commit 46df4bf

Browse files
committed
Try undef()
1 parent 60183a5 commit 46df4bf

File tree

1 file changed

+1
-4
lines changed
  • roles/kubespray_defaults/defaults/main

1 file changed

+1
-4
lines changed

roles/kubespray_defaults/defaults/main/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ ping_access_ip: true
1111

1212
# Setting this value to false will fail
1313
# 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
14+
kube_api_anonymous_auth: true
1815

1916
# Default value, but will be set to true automatically if detected
2017
is_fedora_coreos: false

0 commit comments

Comments
 (0)