Fix kubectl call before installing it (#8412)

This commit is contained in:
Florian Ruynat 2022-01-13 08:12:29 +01:00 committed by GitHub
parent 43d128362f
commit 7c67ec4976
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,9 +3,6 @@
tags:
- k8s-pre-upgrade
- name: Define nodes already joined to existing cluster and first_kube_control_plane
import_tasks: define-first-kube-control.yml
- name: Create webhook token auth config
template:
src: webhook-token-auth-config.yaml.j2
@ -64,6 +61,9 @@
kube_apiserver_enable_admission_plugins: "{{ kube_apiserver_enable_admission_plugins | difference(['SecurityContextDeny']) | union(['PodSecurityPolicy']) | unique }}"
when: podsecuritypolicy_enabled
- name: Define nodes already joined to existing cluster and first_kube_control_plane
import_tasks: define-first-kube-control.yml
- name: Include kubeadm setup
import_tasks: kubeadm-setup.yml