Remove quota so it doesn't cause confusion later

This commit is contained in:
Bridget Kromhout
2019-07-11 14:22:06 -05:00
parent 5c55a7453f
commit 15023bd30a

View File

@@ -434,6 +434,15 @@ When a ResourceQuota is created, we can see how much of it is used:
]
.exercise[
- Remove quota:
```bash
kubectl delete quota my-resource-quota
```
]
---