This commit is contained in:
Inaki Fernandez
2022-02-21 14:53:05 +01:00
parent 3934915e55
commit dec2709192

View File

@@ -163,7 +163,7 @@
* [==atomiccommits.io: Everything Useful I Know About kubectl==](https://www.atomiccommits.io/everything-useful-i-know-about-kubectl)
* Top kubernetes troubleshooting Commands:
* `kubectl get pods -o wide`
* `kubectl logs <pod>` (--previous)
* `kubectl logs <pod>` (**--previous**)
* `kubectl describe pod`
* `kubectl describe ingress/service`
* `kubectl delete`