Skip to content

Commit

Permalink
Replace "master" with "control plane node"
Browse files Browse the repository at this point in the history
Also uses consistent wording / spelling in this context.

References: kubernetes#21621
  • Loading branch information
devurandom authored Sep 13, 2020
1 parent e7e99cc commit e177720
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ LoadBalancer, or with dynamic PersistentVolumes.
For both methods you need this infrastructure:

- Three machines that meet [kubeadm's minimum requirements](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#before-you-begin) for
the masters
the control plane nodes
- Three machines that meet [kubeadm's minimum
requirements](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#before-you-begin) for the workers
- Full network connectivity between all machines in the cluster (public or
Expand Down Expand Up @@ -109,8 +109,8 @@ option. Your cluster requirements may need a different configuration.
- The `--control-plane-endpoint` flag should be set to the address or DNS and port of the load balancer.

- The `--upload-certs` flag is used to upload the certificates that should be shared
across all the control-plane instances to the cluster. If instead, you prefer to copy certs across
control-plane nodes manually or using automation tools, please remove this flag and refer to [Manual
across all the control plane instances to the cluster. If instead, you prefer to copy certs across
control plane nodes manually or using automation tools, please remove this flag and refer to [Manual
certificate distribution](#manual-certs) section below.

{{< note >}}
Expand Down Expand Up @@ -185,7 +185,7 @@ option. Your cluster requirements may need a different configuration.
### Steps for the rest of the control plane nodes

{{< note >}}
Since kubeadm version 1.15 you can join multiple control-plane nodes in parallel.
Since kubeadm version 1.15 you can join multiple control plane nodes in parallel.
Prior to this version, you must join new control plane nodes sequentially, only after
the first node has finished initializing.
{{< /note >}}
Expand Down Expand Up @@ -224,7 +224,7 @@ in the kubeadm config file.
scp /etc/kubernetes/pki/apiserver-etcd-client.key "${CONTROL_PLANE}":
```

- Replace the value of `CONTROL_PLANE` with the `user@host` of the first control plane machine.
- Replace the value of `CONTROL_PLANE` with the `user@host` of the first control plane node.

### Set up the first control plane node

Expand Down Expand Up @@ -352,7 +352,7 @@ SSH is required if you want to control all nodes from a single machine.

{{< caution >}}
Copy only the certificates in the above list. kubeadm will take care of generating the rest of the certificates
with the required SANs for the joining control-plane instances. If you copy all the certificates by mistake,
with the required SANs for the joining control plane instances. If you copy all the certificates by mistake,
the creation of additional nodes could fail due to a lack of required SANs.
{{< /caution >}}

Expand Down

0 comments on commit e177720

Please sign in to comment.