Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-18 00:22:32 +00:00
parent c79024a75b
commit 1ecb3009a8
3 changed files with 4 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ source: https://github.com/tldr-pages/tldr.git
- Delete all deployments and services in a specified namespace:
`kubectl delete {{[deploy|deployment]}},{{[svcľservices]}} --all {{[-n|--namespace]}} {{namespace}}`
`kubectl delete {{[deploy|deployment]}},{{[svc|services]}} --all {{[-n|--namespace]}} {{namespace}}`
- Delete all nodes: