1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-18 23:55:46 +02:00

kubectl-{exec, delete}: fix typos (#17711)

This commit is contained in:
Managor 2025-08-17 20:21:54 +03:00 committed by GitHub
parent b136b7ac01
commit f16a20a9fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
- 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:

View file

@ -5,4 +5,4 @@
- Open Bash in a pod, using the first container by default:
`kubectl exec {{pod_name}} {{-it|--stdin --tty]}} -- bash`
`kubectl exec {{pod_name}} {{[-it|--stdin --tty]}} -- bash`