Skip to content

Commit 58ea35a

Browse files
author
Tim Bannister
committed
Fix wrong name for CRDs in Operators concept
1 parent f7a6551 commit 58ea35a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ weight: 30
66

77
{{% capture overview %}}
88

9-
Operators are software extensions to Kubernetes that make use of third-party
10-
resources to manage applications and their components. Operators follow
9+
Operators are software extensions to Kubernetes that make use of [custom
10+
resources](/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
11+
to manage applications and their components. Operators follow
1112
Kubernetes principles, notably the [control loop](/docs/concepts/#kubernetes-control-plane).
1213

1314
{{% /capture %}}

0 commit comments

Comments
 (0)