Lens: Kubernetesを使いやすくするIDE
Lens | The Kubernetes IDELens IDE for Kubernetes. The only system you’ll ever need to take control of your Kubernetes clusters. It’s open source and free. Download it today!LENS // THE KUBERNETES PLATFORMMirantis, Inc.…
Lens | The Kubernetes IDELens IDE for Kubernetes. The only system you’ll ever need to take control of your Kubernetes clusters. It’s open source and free. Download it today!LENS // THE KUBERNETES PLATFORMMirantis, Inc.…
メモリ不足やノードエラーでEvictedされたあとの大掃除 kubectl delete pod --field-selector="status.phase==Failed" --all-namespaces…
( NAMESPACE={消せないネームスペース} kubectl proxy & kubectl get namespace $NAMESPACE -o json |jq '.spec = {"finalizers":[]}' >temp.json curl -k -H "Content-Type: application/json" -X PUT --data-binary @temp.json 127.0.0.1:8001/api/v1/namespaces/$NAMESPACE/finalize )…
Amazon SSMなりで接続→sudo sheltieした後 ctr --address /run/dockershim.sock --namespace k8s.io i rm {IMAGE_ID}…