File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
keps/sig-cluster-lifecycle/kubeadm/2067-rename-master-label-taint Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,10 @@ This taint key should also be renamed to "node-role.kubernetes.io/control-plane"
71
71
The Kubernetes project is moving away from wording that is considered offensive.
72
72
A new working group [ WG Naming] ( https://git.k8s.io/community/wg-naming ) was created
73
73
to track this work, and the word "master" was declared as offensive.
74
+ [ A proposal] ( http://git.k8s.io/community/wg-naming/recommendations/master-control-plane.md )
75
+ was formalized for replacing the word "master" with "control plane".
74
76
This means it should be removed from source code, documentation, and user-facing
75
- configuration from all Kubernetes projects.
77
+ configuration from Kubernetes and its sub- projects.
76
78
77
79
### Goals
78
80
@@ -293,6 +295,7 @@ Not applicable.
293
295
294
296
- 2020-10-03 - initial provisional KEP created
295
297
- 2020-10-05 - KEP marked as implementable
298
+ - 2020-11-09 - added link to "master-control-plane.md" ADR
296
299
297
300
## Drawbacks
298
301
You can’t perform that action at this time.
0 commit comments