Chad Swenson
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
roles/kubernetes/control-plane/tasks/main.yml
|
@ -109,7 +109,7 @@ |
|
|
file: |
|
|
file: |
|
|
path: "{{ kube_config_dir }}/apiserver-authorization-config-{{ item }}.yaml" |
|
|
path: "{{ kube_config_dir }}/apiserver-authorization-config-{{ item }}.yaml" |
|
|
state: absent |
|
|
state: absent |
|
|
loop: "{{ ['v1alpha1', 'v1beta1', 'v1'] | reject('equalto', kube_apiserver_authorization_config_api_version) | list }}" |
|
|
|
|
|
|
|
|
loop: "{{ ['v1alpha1', 'v1beta1', 'v1'] | reject('equalto', kube_apiserver_authorization_config_api_version) | list }}" |
|
|
when: kube_apiserver_use_authorization_config_file |
|
|
when: kube_apiserver_use_authorization_config_file |
|
|
|
|
|
|
|
|
- name: Include kubelet client cert rotation fixes |
|
|
- name: Include kubelet client cert rotation fixes |
|
|