Fix wrong name for CRDs in Operators concept (#15521)

This commit is contained in:
Tim Bannister 2019-07-25 04:25:51 +01:00 committed by Kubernetes Prow Robot
parent 9b051e7468
commit d6cc934dc8
1 changed files with 3 additions and 2 deletions

View File

@ -6,8 +6,9 @@ weight: 30
{{% capture overview %}}
Operators are software extensions to Kubernetes that make use of third-party
resources to manage applications and their components. Operators follow
Operators are software extensions to Kubernetes that make use of [custom
resources](/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
to manage applications and their components. Operators follow
Kubernetes principles, notably the [control loop](/docs/concepts/#kubernetes-control-plane).
{{% /capture %}}