Skip to content

Instantly share code, notes, and snippets.

@marcelbirkner
Created September 24, 2020 21:44
Show Gist options
  • Save marcelbirkner/19205b3e0c04103f5b05259e9a789aaf to your computer and use it in GitHub Desktop.
Save marcelbirkner/19205b3e0c04103f5b05259e9a789aaf to your computer and use it in GitHub Desktop.
Flush Kubernetes DNS
kubectl scale deployment.apps/coredns -n kube-system --replicas=0
kubectl scale deployment.apps/coredns -n kube-system --replicas=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment