Reviewed examples and petset docs, minor errors fixed.
This commit is contained in:
@@ -161,7 +161,7 @@ web-1
|
||||
And the hostname is linked to the in-cluster DNS address:
|
||||
|
||||
```shell
|
||||
$ kubectl run -it --image busybox dns-test --restart=Never /bin/sh
|
||||
$ kubectl run -i --tty --image busybox dns-test --restart=Never /bin/sh
|
||||
dns-test # nslookup web-0.nginx
|
||||
Server: 10.0.0.10
|
||||
Address 1: 10.0.0.10 kube-dns.kube-system.svc.cluster.local
|
||||
|
||||
Reference in New Issue
Block a user