Merge pull request #2975 from daohoangson/remove_force_disable_kube_basic_auth

Remove step that disables `kube_basic_auth`.
This commit is contained in:
Rong Zhang 2018-07-08 21:18:36 +08:00 committed by GitHub
commit a488d55c2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)