Skip to content

Commit

Permalink
Added lint to netcat official repository; Added -v key to netcat comm…
Browse files Browse the repository at this point in the history
…and example
  • Loading branch information
ksemele committed Jan 1, 2024
1 parent 89a9705 commit ef0ac43
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ route, we recommend you add IP route(s) so Kubernetes cluster addresses go via t
## Check required ports
These [required ports](/docs/reference/networking/ports-and-protocols/)
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:
You can use tools like [netcat](https://netcat.sourceforge.net) to check if a port is open. For example:

```shell
nc 127.0.0.1 6443
nc 127.0.0.1 6443 -v
```

The pod network plugin you use may also require certain ports to be
Expand Down

0 comments on commit ef0ac43

Please sign in to comment.