Created
September 24, 2020 21:44
-
-
Save marcelbirkner/19205b3e0c04103f5b05259e9a789aaf to your computer and use it in GitHub Desktop.
Flush Kubernetes DNS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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