Fix typo in 'kuectl'

This commit is contained in:
Arthur Chaloin
2019-04-26 10:44:21 +02:00
committed by Jerome Petazzoni
parent 82f8f41639
commit d3dd5503cf

View File

@@ -214,7 +214,7 @@ This is equivalent to `kubectl create namespace hello`.
- Read back our object:
```bash
kuectl get namespace hello -o yaml
kubectl get namespace hello -o yaml
```
]