Skip to content

Commit e3745cf

Browse files
committed
kubeadm: fix typo in control-plane-ip
1 parent 2ccaace commit e3745cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ The output is similar to:
456456
```
457457

458458
{{< note >}}
459-
To specify an IPv6 tuple for `<control-plane-host>:<control-plane-ip>`, IPv6 address must be enclosed in square brackets, for example: `[fd00::101]:2073`.
459+
To specify an IPv6 tuple for `<control-plane-host>:<control-plane-port>`, IPv6 address must be enclosed in square brackets, for example: `[fd00::101]:2073`.
460460
{{< /note >}}
461461

462462
The output should look something like:

0 commit comments

Comments
 (0)