Skip to content

Commit cd5e6b8

Browse files
authored
Merge pull request #45709 from stmcginnis/controlPlaneEndpoint-typo
Fix typo in kubeadm-config v1beta4 config reference
2 parents a863629 + cc0785e commit cd5e6b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/reference/config-api/kubeadm-config.v1beta4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ of view and as an authentication method for the node in the bootstrap phase of
448448
<code>string</code>
449449
</td>
450450
<td>
451-
<p><code>ontrolPlaneEndpoint</code> sets a stable IP address or DNS name for the control plane;
451+
<p><code>controlPlaneEndpoint</code> sets a stable IP address or DNS name for the control plane;
452452
It can be a valid IP address or a RFC-1123 DNS subdomain, both with optional TCP port.
453453
In case the <code>controlPlaneEndpoint</code> is not specified, the <code>advertiseAddress</code> + <code>bindPort</code>
454454
are used; in case the <code>controlPlaneEndpoint</code> is specified but without a TCP port,
@@ -591,7 +591,7 @@ to the cluster.</p>
591591
<td>
592592
<p><code>localAPIEndpoint</code> represents the endpoint of the API server instance that's deployed on this
593593
control plane node. In HA setups, this differs from <code>ClusterConfiguration.controlPlaneEndpoint</code>
594-
in the sense that <code>ontrolPlaneEndpoint</code> is the global endpoint for the cluster, which then
594+
in the sense that <code>controlPlaneEndpoint</code> is the global endpoint for the cluster, which then
595595
loadbalances the requests to each individual API server.
596596
This configuration object lets you customize what IP/DNS name and port the local API server
597597
advertises it's accessible on. By default, kubeadm tries to auto-detect the IP of the default

0 commit comments

Comments
 (0)