From d602fd1ab8fabe87d34a6d1584c1a0a6408265bb Mon Sep 17 00:00:00 2001 From: Mark Fussell Date: Thu, 30 May 2024 14:24:03 -0700 Subject: [PATCH] Update daprdocs/content/en/developing-applications/integrations/kubernetes-operator.md Signed-off-by: Mark Fussell --- .../developing-applications/integrations/kubernetes-operator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/integrations/kubernetes-operator.md b/daprdocs/content/en/developing-applications/integrations/kubernetes-operator.md index e04dca8be..fea913ee3 100644 --- a/daprdocs/content/en/developing-applications/integrations/kubernetes-operator.md +++ b/daprdocs/content/en/developing-applications/integrations/kubernetes-operator.md @@ -6,6 +6,6 @@ weight: 7000 description: "Use the Dapr Kubernetes Operator to manage the Dapr control plane" --- -The Dapr Kubernetes Operator manages the lifecycle for Dapr and its components. Use the operator to automate the tasks required when operating Dapr in Kubernetes mode. +You can use the Dapr Kubernetes Operator to manage the Dapr control plane. Use the operator to automate the tasks required to manage the lifecycle of Dapr control plane in Kubernetes mode. {{< button text="Install and use the Dapr Kubernetes Operator" link="https://github.com/dapr/dapr-kubernetes-operator" >}}