Merge pull request #277 from bridgetkromhout/rollout-failure

Clarifying rollout failure via dashboard
This commit is contained in:
Bridget Kromhout
2018-06-11 08:34:36 -07:00
committed by GitHub

View File

@@ -190,6 +190,35 @@ class: extra-details
---
## Checking the dashboard during the bad rollout
If you haven't deployed the Kubernetes dashboard earlier, just skip this slide.
.exercise[
- Check which port the dashboard is on:
```bash
kubectl -n kube-system get svc socat
```
]
Note the `3xxxx` port.
.exercise[
- Connect to http://oneofournodes:3xxxx/
<!-- ```open https://node1:3xxxx/``` -->
]
--
- We have failures in Deployments, Pods, and Replica Sets
---
## Recovering from a bad rollout
- We could push some `v0.3` image