Browse Source

Move recover_control_plane/master to control-plane (#7236)

According to the following recommendation, this moves the directory
to control-plane:

The Kubernetes project is moving away from wording that is considered
offensive. A new working group WG Naming was created to track this work,
and the word "master" was declared as offensive. A proposal was formalized
for replacing the word "master" with "control plane".
pull/7223/head
Kenichi Omichi 4 years ago
committed by GitHub
parent
commit
699fbd64ab
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions
  1. 2
      recover-control-plane.yml
  2. 0
      roles/recover_control_plane/control-plane/defaults/main.yml
  3. 0
      roles/recover_control_plane/control-plane/tasks/main.yml

2
recover-control-plane.yml

@ -15,7 +15,7 @@
- hosts: "{{ groups['kube-master'] | first }}"
roles:
- { role: recover_control_plane/master }
- { role: recover_control_plane/control-plane }
- include: cluster.yml

roles/recover_control_plane/master/defaults/main.yml → roles/recover_control_plane/control-plane/defaults/main.yml

roles/recover_control_plane/master/tasks/main.yml → roles/recover_control_plane/control-plane/tasks/main.yml

Loading…
Cancel
Save