mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 12:07:47 +00:00
Update for changed namespace of the kube-dns pods
This commit is contained in:
parent
34b887f064
commit
6d652eccd5
@ -238,7 +238,7 @@ kubectl create -f skydns-rc.yaml
|
||||
kubectl create -f skydns-svc.yaml
|
||||
```
|
||||
|
||||
Check with `kubectl get pods` that 3/3 containers of the pods are eventually up and running.
|
||||
Check with `kubectl get pods --namespace=kube-system` that 3/3 containers of the pods are eventually up and running. Note that the kube-dns pods run in the `kube-system` namespace, not in `default`.
|
||||
|
||||
To check that the new DNS service in the cluster works, we start a busybox pod and use that to do a DNS lookup. First create the `busybox.yaml` pod spec:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user