From d6cc934dc856474f29051b6cc00e357df8a496a4 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Thu, 25 Jul 2019 04:25:51 +0100 Subject: [PATCH] Fix wrong name for CRDs in Operators concept (#15521) --- content/en/docs/concepts/extend-kubernetes/operator.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/extend-kubernetes/operator.md b/content/en/docs/concepts/extend-kubernetes/operator.md index 4a8d744db7..e585444ffa 100644 --- a/content/en/docs/concepts/extend-kubernetes/operator.md +++ b/content/en/docs/concepts/extend-kubernetes/operator.md @@ -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 %}}