kubernetes-hands-on/20-operators/README.md

16 lines
172 B
Markdown
Raw Normal View History

# Operators and CRDs: what, why, and how
## Introduction
## Exercices
Nothing to see here.
## Clean up
2019-05-21 15:10:59 +06:00
```sh
kubectl delete service,deployment,pod --all
```
## Links