This commit is contained in:
Jerome Petazzoni
2019-10-29 19:43:39 -05:00
parent 0e4ed4fa5a
commit 52a7434e70

View File

@@ -300,8 +300,6 @@ class: extra-details
]
Note: the DaemonSet won't create any pods (yet) since there are no nodes (yet).
---
## Restarting kubelets
@@ -329,6 +327,29 @@ Note: the DaemonSet won't create any pods (yet) since there are no nodes (yet).
---
## Check kuberouter pods
- Make sure that kuberouter pods are running
.exercise[
- List pods in the `kube-system` namespace:
```bash
kubectl get pods --namespace=kube-system
```
]
If the pods aren't running, it could be:
- privileged containers aren't enabled
<br/>(add `--allow-privileged` flag to the API server)
- missing service account token
<br/>(add `--disable-admission-plugins=ServiceAccount` flag)
---
## Testing
- Let's delete all pods