mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-21 22:07:13 +00:00
fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user