Zachary Chang
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/setting-up-your-first-cluster.md
|
|
@ -589,7 +589,7 @@ Delete the dev namespace, the nginx deployment and service: |
|
|
|
```ShellSession |
|
|
|
kubectl delete namespace dev |
|
|
|
kubectl delete deployment nginx |
|
|
|
kubectl delete svc/ngninx |
|
|
|
kubectl delete svc/nginx |
|
|
|
``` |
|
|
|
|
|
|
|
### Kubernetes state |
|
|
|