Move kubernetes/master to kubernetes/control-plane (#7218)

This is a small step to replace "master" with "control-plane" in
Kubespray project.
This commit is contained in:
Kenichi Omichi
2021-02-01 07:15:49 -08:00
committed by GitHub
parent b70d986bfa
commit c5db012c9a
28 changed files with 4 additions and 4 deletions

View File

@@ -65,7 +65,7 @@
any_errors_fatal: "{{ any_errors_fatal | default(true) }}"
roles:
- { role: kubespray-defaults }
- { role: kubernetes/master, tags: master }
- { role: kubernetes/control-plane, tags: master }
- { role: kubernetes/client, tags: client }
- { role: kubernetes-apps/cluster_roles, tags: cluster-roles }