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:
parent
b136b7ac01
commit
f16a20a9fa
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue