Skip to content

Commit 4f46637

Browse files
authored
Merge pull request #2886 from mk46/rm_master
📖 Replace "master" with "control-plane"
2 parents 0ca25c1 + 88f0ded commit 4f46637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/reference/kind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For example, the following is a sample `kind` configuration.
2424
```
2525

2626
Using the configuration above, run the following command will give you a k8s
27-
v1.17.2 cluster with 1 master and 3 workers.
27+
v1.17.2 cluster with 1 control-plane node and 3 worker nodes.
2828

2929
```bash
3030
kind create cluster --config hack/kind-config.yaml --image=kindest/node:v1.17.2

0 commit comments

Comments
 (0)