Clean up network policies

We should tell people to clean up network policies at the end
of the chapter, otherwise further exercises will fail.
This commit is contained in:
Jerome Petazzoni
2018-09-29 20:39:32 -05:00
parent b6dd55b21c
commit e4251cfa8f

View File

@@ -371,6 +371,23 @@ troubleshoot easily, without having to poke holes in our firewall.
---
## Cleaning up our network policies
- The network policies that we have installed block all traffic to the default namespace
- We should remove them, otherwise further exercises will fail!
.exercise[
- Remove all network policies:
```bash
kubectl delete networkpolicies --all
```
]
---
## Protecting the control plane
- Should we add network policies to block unauthorized access to the control plane?