File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/reference/config-api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ of view and as an authentication method for the node in the bootstrap phase of
448
448
<code >string</code >
449
449
</td >
450
450
<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;
452
452
It can be a valid IP address or a RFC-1123 DNS subdomain, both with optional TCP port.
453
453
In case the <code >controlPlaneEndpoint</code > is not specified, the <code >advertiseAddress</code > + <code >bindPort</code >
454
454
are used; in case the <code >controlPlaneEndpoint</code > is specified but without a TCP port,
@@ -591,7 +591,7 @@ to the cluster.</p>
591
591
<td >
592
592
<p ><code >localAPIEndpoint</code > represents the endpoint of the API server instance that's deployed on this
593
593
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
595
595
loadbalances the requests to each individual API server.
596
596
This configuration object lets you customize what IP/DNS name and port the local API server
597
597
advertises it's accessible on. By default, kubeadm tries to auto-detect the IP of the default
You can’t perform that action at this time.
0 commit comments