Skip to content
Snippets Groups Projects
Commit d306c970 authored by Dao Hoang Son's avatar Dao Hoang Son
Browse files

Remove step that force disable `kube_basic_auth`.

The referenced issue (https://github.com/kubernetes/kubeadm/issues/441) has already been fixed.
parent f1e348ab
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,6 @@
tags:
- 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
when: kube_basic_auth|default(true)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment