From 5e16fa75f17368b0fb80b5885823d7d61795cb32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my-Christophe=20Schermesser?= Date: Thu, 9 May 2019 15:43:05 +0200 Subject: [PATCH] feat: add scaffolding for section on operators --- 19-operators/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 19-operators/README.md diff --git a/19-operators/README.md b/19-operators/README.md new file mode 100644 index 0000000..030fb06 --- /dev/null +++ b/19-operators/README.md @@ -0,0 +1,15 @@ +# Operators and CRDs: what, why, and how + +## Introduction + +## Exercices + +Nothing to see here. + +## Clean up + +```bash +kubectl delete service,deployment,pod --all +``` + +## Links