Created
March 17, 2020 12:54
-
-
Save rhiroyuki/171d94a8422e9ad63f1bbf1b9b06b9a4 to your computer and use it in GitHub Desktop.
Revisions
-
rhiroyuki created this gist
Mar 17, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ 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}