Skip to content

Commit 641e7c0

Browse files
authored
Merge pull request #26651 from Billy-The-Squid/patch-1
Fix broken link
2 parents b7fd9bc + d042a1a commit 641e7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/extend-kubernetes/operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ that can act as a [client for the Kubernetes API](/docs/reference/using-api/clie
124124
you implement yourself
125125
* using the [Operator Framework](https://operatorframework.io)
126126
* [Publish](https://operatorhub.io/) your operator for other people to use
127-
* Read [CoreOS' original article](https://coreos.com/blog/introducing-operators.html) that introduced the Operator pattern
127+
* Read [CoreOS' original article](https://web.archive.org/web/20170129131616/https://coreos.com/blog/introducing-operators.html) that introduced the Operator pattern (this is an archived version of the original article).
128128
* 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
129129

0 commit comments

Comments
 (0)