Skip to content

Commit f1c6590

Browse files
authored
docs: use control plane instead of master (#270)
xref: https://github.com/kubernetes/community/blob/master/sig-architecture/naming/recommendations/001-master-control-plane.md Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
1 parent 84fa3b7 commit f1c6590

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/manual-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This guide demonstrates steps required to enable the KMS Plugin for Key Vault in
5050

5151
### 3. Deploy the KMS Plugin
5252

53-
For all Kubernetes master nodes, add the static pod manifest to `/etc/kubernetes/manifests`
53+
For all Kubernetes control plane nodes, add the static pod manifest to `/etc/kubernetes/manifests`
5454

5555
```yaml
5656
apiVersion: v1

docs/rotation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This guide demonstrates steps required to update your cluster to use a new KMS k
1313

1414
To rotate the encrypt/decrypt key in the cluster, you'll need to run 2 kms plugin pods simultaneously listening on different unix sockets before making the transition.
1515

16-
For all Kubernetes master nodes, add the static pod manifest to `/etc/kubernetes/manifests`
16+
For all Kubernetes control plane nodes, add the static pod manifest to `/etc/kubernetes/manifests`
1717

1818
```yaml
1919
apiVersion: v1
@@ -122,7 +122,7 @@ resources:
122122
### 4. Restart all `kube-apiserver`
123123

124124
* Proceed to the next step if using a single `kube-apiserver`
125-
* If using multi-master, restart the `kube-apiserver` to ensure each server can still decrypt using the new key in the encryption config.
125+
* If using multiple control plane nodes, restart the `kube-apiserver` to ensure each server can still decrypt using the new key in the encryption config.
126126
* To validate the decryption still works, run `kubectl get secret <secret name> -o yaml` with one of the existing secrets to confirm the data is returned and is valid.
127127

128128
### 5. Switch the order of provider in the encryption config

0 commit comments

Comments
 (0)