kubectl-delete: fix typo (#7804)

feature/windows-fix-syntax-2
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
1 changed files with 1 additions and 1 deletions

View File

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