The installation instructions for RedHat are outdated and to not
currently work.
This replaces packages.cloud.google.com with the current pkgs.k8s.io urls.
Also adds German installation instructions for SUSE.
There is a spelling mistake in the German Kubernetes documentation under:
**Node Condition - Beschreibung**
Incorrect version:
Ready - True wenn der Node in einem guten Zustand und bereit ist Pods aufzunehmen, False wenn der Node nicht in einem guten Zustand ist und nicht bereit ist Pods **aufzunehmeb**
Correct version:
Ready - True wenn der Node in einem guten Zustand und bereit ist Pods aufzunehmen, False wenn der Node nicht in einem guten Zustand ist und nicht bereit ist Pods **aufzunehmen**
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.
This PR updates all the references to the CNCF landscape (v2). This includes migrating to the new embeddable views that the new landscape provides, changing how iframe-resizer is used and updating a few links.
Related to #44022
Signed-off-by: Cintia Sanchez Garcia <cynthiasg@icloud.com>
1. Limit embedded X (Twitter) widget iframe with
- 600px of width with data-width attribute,
- 800px of height with data-height attribute.
2. Adjusted the styles of the container of X (Twitter) widget for better UI/UX with centered elements.
Signed-off-by: Neko Ayaka <neko@ayaka.moe>