Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 212 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 212 Bytes

k8s-debug-tools

// Deploy
kubectl run debug-tools --image=mirage20/k8s-debug-tools --restart=Never
// Run
kubectl exec -it debug-tools <command>
// Delete
kubectl delete pod debug-tools