Fixed missing backticks and broken markdown link.
This commit is contained in:
@@ -386,7 +386,7 @@ The nodes are where your workloads (containers and pods, etc) run. To add new no
|
|||||||
kubeadm join --token <token> <master-ip>:<master-port> --discovery-token-ca-cert-hash sha256:<hash>
|
kubeadm join --token <token> <master-ip>:<master-port> --discovery-token-ca-cert-hash sha256:<hash>
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note:** To specify an IPv6 tuple for <master-ip>:<master-port>, IPv6 address must be enclosed in square brackets, for example: `[fd00::101]:2073`.
|
**Note:** To specify an IPv6 tuple for `<master-ip>:<master-port>`, IPv6 address must be enclosed in square brackets, for example: `[fd00::101]:2073`.
|
||||||
{: .note}
|
{: .note}
|
||||||
|
|
||||||
The output should look something like:
|
The output should look something like:
|
||||||
|
|||||||
Reference in New Issue
Block a user