Created
March 17, 2020 12:54
-
-
Save rhiroyuki/171d94a8422e9ad63f1bbf1b9b06b9a4 to your computer and use it in GitHub Desktop.
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 get pods --all-namespaces | |
kubectl config get-contexts | |
kubectl config use-context {some-context-here} | |
kubectl exec -it --namespace {namespace} {pod-name} bash | |
kubectl --namespace {namespace} delete pod {pod-name} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment