From 8f00a636fcbd4c2ee0835d34d13859da5ec18f59 Mon Sep 17 00:00:00 2001 From: Ian Driver Date: Mon, 21 Jun 2021 21:47:17 +0100 Subject: [PATCH] Update URL for Metacontroller Metacontroller has moved from Google control to community support, see https://github.com/metacontroller/metacontroller#a-new-home --- content/en/docs/concepts/extend-kubernetes/operator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/extend-kubernetes/operator.md b/content/en/docs/concepts/extend-kubernetes/operator.md index feb40163fc..68234d6665 100644 --- a/content/en/docs/concepts/extend-kubernetes/operator.md +++ b/content/en/docs/concepts/extend-kubernetes/operator.md @@ -116,7 +116,7 @@ Operator. * [Charmed Operator Framework](https://juju.is/) * [kubebuilder](https://book.kubebuilder.io/) * [KUDO](https://kudo.dev/) (Kubernetes Universal Declarative Operator) -* [Metacontroller](https://metacontroller.app/) along with WebHooks that +* [Metacontroller](https://metacontroller.github.io/metacontroller/intro.html) along with WebHooks that you implement yourself * [Operator Framework](https://operatorframework.io) * [shell-operator](https://github.com/flant/shell-operator)