parent
67be6311ee
commit
6e8c728e91
|
@ -80,7 +80,7 @@ service "my-nginx-svc" deleted
|
||||||
Because `kubectl` outputs resource names in the same syntax it accepts, it's easy to chain operations using `$()` or `xargs`:
|
Because `kubectl` outputs resource names in the same syntax it accepts, it's easy to chain operations using `$()` or `xargs`:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ kubectl get $(k create -f docs/user-guide/nginx/ -o name | grep service)
|
$ kubectl get $(kubectl create -f docs/user-guide/nginx/ -o name | grep service)
|
||||||
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
|
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
|
||||||
my-nginx-svc 10.0.0.208 80/TCP 0s
|
my-nginx-svc 10.0.0.208 80/TCP 0s
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue