mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
kubectl-delete: fix typo (#7804)
This commit is contained in:
parent
b645de29cd
commit
4cc80092f9
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Delete a specific deployment:
|
||||
|
||||
`kubect delete deployment {{deployment_name}}`
|
||||
`kubectl delete deployment {{deployment_name}}`
|
||||
|
||||
- Delete a specific node:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue