Skip to content
Snippets Groups Projects
Unverified Commit a488d55c authored by Rong Zhang's avatar Rong Zhang Committed by GitHub
Browse files

Merge pull request #2975 from daohoangson/remove_force_disable_kube_basic_auth

Remove step that disables `kube_basic_auth`.
parents 8106f1c8 d306c970
Branches
Tags
No related merge requests found
...@@ -3,12 +3,6 @@ ...@@ -3,12 +3,6 @@
tags: tags:
- k8s-pre-upgrade - k8s-pre-upgrade
# upstream bug: https://github.com/kubernetes/kubeadm/issues/441
- name: Disable kube_basic_auth until kubeadm/441 is fixed
set_fact:
kube_basic_auth: false
when: kubeadm_enabled|bool|default(false)
- import_tasks: users-file.yml - import_tasks: users-file.yml
when: kube_basic_auth|default(true) when: kube_basic_auth|default(true)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment