Skip to content
Snippets Groups Projects
Unverified Commit 7c67ec49 authored by Florian Ruynat's avatar Florian Ruynat Committed by GitHub
Browse files

Fix kubectl call before installing it (#8412)

parent 43d12836
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,6 @@ ...@@ -3,9 +3,6 @@
tags: tags:
- k8s-pre-upgrade - 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 - name: Create webhook token auth config
template: template:
src: webhook-token-auth-config.yaml.j2 src: webhook-token-auth-config.yaml.j2
...@@ -64,6 +61,9 @@ ...@@ -64,6 +61,9 @@
kube_apiserver_enable_admission_plugins: "{{ kube_apiserver_enable_admission_plugins | difference(['SecurityContextDeny']) | union(['PodSecurityPolicy']) | unique }}" kube_apiserver_enable_admission_plugins: "{{ kube_apiserver_enable_admission_plugins | difference(['SecurityContextDeny']) | union(['PodSecurityPolicy']) | unique }}"
when: podsecuritypolicy_enabled 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 - name: Include kubeadm setup
import_tasks: kubeadm-setup.yml import_tasks: kubeadm-setup.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment