Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeEmacs
kubectl delete pod --namespace kube-system -l k8s-app=kube-dns


On Openshift

Code Block
languagebash
themeEmacs
kubectl -n openshift-dns delete pod -l dns.operator.openshift.io/daemonset-dns=default


Performing an nslookup from a pod should show the new IP address for example.com

...