mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Fix kubectl call before installing it (#8412)
This commit is contained in:
@@ -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 @@
|
|||||||
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user