update kubedns add-on
parent
608b4e5439
commit
16cd466518
|
@ -20,7 +20,7 @@ kubectl --namespace=kube-system get svc
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
|
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
|
||||||
kube-dns 10.32.0.10 <none> 53/UDP,53/TCP 1m
|
kube-dns 10.32.0.10 <none> 53/UDP,53/TCP 5s
|
||||||
```
|
```
|
||||||
|
|
||||||
### Create the `kubedns` deployment:
|
### Create the `kubedns` deployment:
|
||||||
|
@ -35,7 +35,7 @@ kubectl create -f https://raw.githubusercontent.com/kelseyhightower/kubernetes-t
|
||||||
kubectl --namespace=kube-system get pods
|
kubectl --namespace=kube-system get pods
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
NAME READY STATUS RESTARTS AGE
|
NAME READY STATUS RESTARTS AGE
|
||||||
kube-dns-v18-79maa 3/3 Running 0 41s
|
kube-dns-v19-965658604-c8g5d 3/3 Running 0 49s
|
||||||
kube-dns-v18-bcs1f 3/3 Running 0 41s
|
kube-dns-v19-965658604-zwl3g 3/3 Running 0 49s
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue