From 285db949a4c39d1d5ff618c883e4ef88b70713c8 Mon Sep 17 00:00:00 2001 From: Dmitry Shurupov Date: Thu, 13 May 2021 12:14:39 +0700 Subject: [PATCH] Adding shell-operator as another way to create operators --- content/en/docs/concepts/extend-kubernetes/operator.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/concepts/extend-kubernetes/operator.md b/content/en/docs/concepts/extend-kubernetes/operator.md index baf73909d7..feb40163fc 100644 --- a/content/en/docs/concepts/extend-kubernetes/operator.md +++ b/content/en/docs/concepts/extend-kubernetes/operator.md @@ -119,6 +119,7 @@ Operator. * [Metacontroller](https://metacontroller.app/) along with WebHooks that you implement yourself * [Operator Framework](https://operatorframework.io) +* [shell-operator](https://github.com/flant/shell-operator) ## {{% heading "whatsnext" %}}