From 9a21ccb8979df41f12026c23686c0c919d3d965c Mon Sep 17 00:00:00 2001 From: DenizY98 <126558788+DenizY98@users.noreply.github.com> Date: Wed, 1 May 2024 11:45:43 +0200 Subject: [PATCH] Update controller definition for clarity and conciseness MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit updates the definition of controllers in Kubernetes to enhance clarity and conciseness. The changes include: - Simplified the description by removing redundant phrases and improving the flow. - Corrected grammatical structure for better readability. Changes made: - From: "In Kubernetes sind Controller Kontrollschleifen, die den Zustand des Clusters beobachten, und dann Änderungen ausführen oder anfragen, wenn benötigt." - To: "In Kubernetes sind Controller Kontrollschleifen, die den Zustand des Clusters überwachen und bei Bedarf Änderungen ausführen oder anfordern." - From: "Jeder Controller versucht den aktuellen Clusterzustand in Richtung des Wunschzustands zu bewegen." - To: "Jeder Controller versucht, den aktuellen Clusterzustand in Richtung des Wunschzustands zu bewegen." This revision aims to make the text more accessible and easier to understand for both new and existing Kubernetes community members. --- content/de/docs/reference/glossary/controller.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/de/docs/reference/glossary/controller.md b/content/de/docs/reference/glossary/controller.md index 0af7692f23..290a088851 100644 --- a/content/de/docs/reference/glossary/controller.md +++ b/content/de/docs/reference/glossary/controller.md @@ -11,8 +11,8 @@ tags: - architecture - fundamental --- -In Kubernetes sind Controller Kontrollschleifen, die den Zustand des {{< glossary_tooltip term_id="cluster" text="Clusters">}} beobachten, und dann Änderungen ausführen oder anfragen, wenn benötigt. -Jeder Controller versucht den aktuellen Clusterzustand in Richtung des Wunschzustands zu bewegen. +In Kubernetes sind Controller Kontrollschleifen, die den Zustand des {{< glossary_tooltip term_id="cluster" text="Clusters">}} überwachen und bei Bedarf Änderungen ausführen oder anfordern. +Jeder Controller versucht, den aktuellen Clusterzustand in Richtung des Wunschzustands zu bewegen.