fix the command output
fix the command output
This commit is contained in:
@@ -134,10 +134,10 @@ $ kubectl get --all-namespaces services
|
|||||||
should show a set of [services](/docs/user-guide/services) that look something like this:
|
should show a set of [services](/docs/user-guide/services) that look something like this:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
NAMESPACE NAME CLUSTER_IP EXTERNAL_IP PORT(S) SELECTOR AGE
|
NAMESPACE NAME CLUSTER_IP EXTERNAL_IP PORT(S) AGE
|
||||||
default kubernetes 10.0.0.1 <none> 443/TCP <none> 1d
|
default kubernetes 10.0.0.1 <none> 443/TCP 1d
|
||||||
kube-system kube-dns 10.0.0.2 <none> 53/TCP,53/UDP k8s-app=kube-dns 1d
|
kube-system kube-dns 10.0.0.2 <none> 53/TCP,53/UDP 1d
|
||||||
kube-system kube-ui 10.0.0.3 <none> 80/TCP k8s-app=kube-ui 1d
|
kube-system kube-ui 10.0.0.3 <none> 80/TCP 1d
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user