Merge branch 'master' into 2020-02-enix

This commit is contained in:
Jerome Petazzoni
2020-02-05 09:32:21 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ Where does that come from?
- Look for ConfigMaps and Secrets:
```bash
kuebectl get configmaps,secrets
kubectl get configmaps,secrets
```
]

View File

@@ -530,7 +530,7 @@ After the Kibana UI loads, we need to click around a bit
- Lookup the NodePort number and connect to it:
```bash
kuebctl get services
kubectl get services
```
]