You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
need to be open in order for Kubernetes components to communicate with each other. You can use telnet to check if a port is open. For example:
72
+
need to be open in order for Kubernetes components to communicate with each other. You can use tools like netcat to check if a port is open. For example:
73
73
74
74
```shell
75
-
telnet 127.0.0.1 6443
75
+
nc 127.0.0.1 6443
76
76
```
77
77
78
78
The pod network plugin you use (see below) may also require certain ports to be
0 commit comments