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
Copy file name to clipboardExpand all lines: content/en/docs/concepts/extend-kubernetes/operator.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ that can act as a [client for the Kubernetes API](/docs/reference/using-api/clie
122
122
* using [kubebuilder](https://book.kubebuilder.io/)
123
123
* using [Metacontroller](https://metacontroller.app/) along with WebHooks that
124
124
you implement yourself
125
-
* using the [Operator Framework](https://github.com/operator-framework/getting-started)
125
+
* using the [Operator Framework](https://operatorframework.io)
126
126
*[Publish](https://operatorhub.io/) your operator for other people to use
127
127
* Read [CoreOS' original article](https://coreos.com/blog/introducing-operators.html) that introduced the Operator pattern
128
128
* Read an [article](https://cloud.google.com/blog/products/containers-kubernetes/best-practices-for-building-kubernetes-operators-and-stateful-apps) from Google Cloud about best practices for building Operators
0 commit comments