We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 810280b + 358fef3 commit 552cfa2Copy full SHA for 552cfa2
content/en/docs/setup/production-environment/tools/kubeadm/high-availability.md
@@ -146,7 +146,7 @@ option. Your cluster requirements may need a different configuration.
146
connection:
147
148
```shell
149
- nc -v <LOAD_BALANCER_IP> <PORT>
+ nc -zv -w 2 <LOAD_BALANCER_IP> <PORT>
150
```
151
152
A connection refused error is expected because the API server is not yet
0 commit comments