Fix typo (#7489)
parent
e444b3c140
commit
f8e4650791
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue