Skip to content

Commit b508743

Browse files
authored
Merge pull request #20529 from neolit123/1.19-fix-create-cluster-ip-host
kubeadm: fix typo in control-plane-ip
2 parents cf2fe36 + e3745cf commit b508743

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)