You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
concept lets you extend the cluster's behaviour without modifying the code
59
-
of Kubernetes itself.
57
+
Kubernetes' {{< glossary_tooltip text="operator pattern" term_id="operator-pattern" >}} concept lets you extend the cluster's behaviour without modifying the code of Kubernetes itself by linking {{< glossary_tooltip text="controllers" term_id="controller" >}} to one or more custom resources.
60
58
Operators are clients of the Kubernetes API that act as controllers for
61
59
a [Custom Resource](/docs/concepts/extend-kubernetes/api-extension/custom-resources/).
62
60
-->
@@ -65,10 +63,11 @@ a [Custom Resource](/docs/concepts/extend-kubernetes/api-extension/custom-resour
0 commit comments