1
0
Fork 0
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:
oshiteku 2022-02-20 12:59:28 +09:00 committed by GitHub
parent b645de29cd
commit 4cc80092f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
- Delete a specific deployment:
`kubect delete deployment {{deployment_name}}`
`kubectl delete deployment {{deployment_name}}`
- Delete a specific node: