mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 20:29:18 +03:00
Use "kubeadm join" to join masters to control plane (#6661)
Remove configuration variable kubeadm_control_plane
This commit is contained in:
@@ -199,13 +199,8 @@
|
||||
tags:
|
||||
- kubeadm_token
|
||||
|
||||
- name: kubeadm | Initialize other masters (experimental control plane)
|
||||
include_tasks: kubeadm-secondary-experimental.yml
|
||||
when: kubeadm_control_plane
|
||||
|
||||
- name: kubeadm | Initialize other masters (legacy not control plane)
|
||||
include_tasks: kubeadm-secondary-legacy.yml
|
||||
when: not kubeadm_control_plane
|
||||
- name: kubeadm | Join other masters
|
||||
include_tasks: kubeadm-secondary.yml
|
||||
|
||||
- name: kubeadm | upgrade kubernetes cluster
|
||||
include_tasks: kubeadm-upgrade.yml
|
||||
|
||||
Reference in New Issue
Block a user