From 94545f800a76ab459e91f19cc1c59bfb5faae30c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Wed, 6 Apr 2022 22:01:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20Add=20TOC=20item=20to=20nsplease?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slides/k8s/operators-example.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/slides/k8s/operators-example.md b/slides/k8s/operators-example.md index 7f337e07..41b8c690 100644 --- a/slides/k8s/operators-example.md +++ b/slides/k8s/operators-example.md @@ -151,3 +151,8 @@ on my needs) to be deployed into its specific Kubernetes Namespace.* - Improvement idea: this operator could generate *events* (visible with `kubectl get events` and `kubectl describe`) + +??? + +:EN:- How to write a simple operator with shell scripts +:FR:- Comment écrire un opérateur simple en shell script