Commit Graph

34 Commits (update-schedule)

Author SHA1 Message Date
Arhell 01517966b1 [de] Remove self referencing link 2024-07-26 00:09:48 +03:00
Arhell baf0b51c7d [de] Ready glossary page for vanilla Docsy 2024-05-25 09:20:52 +03:00
DenizY98 9a21ccb897
Update controller definition for clarity and conciseness
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.
2024-05-01 11:45:43 +02:00
hschneid66 50bd96b67b moved files to correct location 2024-02-14 09:47:29 +01:00
hschneid66 0eb11c4a3f fix 2024-01-30 11:01:12 +01:00
hschneid66 70fb969558 [de] Localization of some additional glossary items 2024-01-30 10:57:30 +01:00
Kubernetes Prow Robot 41e9d2b489
Merge pull request #44727 from holgers66/hschneid66_glossary4_20240112
[de] German localization of further glossary items
2024-01-17 11:26:21 +01:00
Kubernetes Prow Robot 3ad9f5e772
Merge pull request #44726 from holgers66/hschneid66_glossary3_20240112
[de] German localization of further glossary files
2024-01-17 11:24:11 +01:00
Kubernetes Prow Robot 693462afa1
Merge pull request #44725 from holgers66/hschneid66_glossary2_20240112
[de] German localization of more glossary entries
2024-01-17 11:21:56 +01:00
Kubernetes Prow Robot ff6d535775
Merge pull request #44723 from holgers66/hschneid66_l10n_controller_20240112
[de] German localisation of controller.md and the glossary entr
2024-01-15 15:16:56 +01:00
hschneid66 0c48fca40a [de] German localization of further glossary items 2024-01-12 23:08:21 +01:00
hschneid66 34b8145c88 [de] German localization of further glossary files 2024-01-12 19:50:16 +01:00
hschneid66 bde244a8b6 [de] German localization of more glossary entries 2024-01-12 19:38:13 +01:00
hschneid66 44e52c14c1 [de] modified files to remove master/slave terminology 2024-01-12 19:27:55 +01:00
hschneid66 18bdd9eb98 [de] German localisation of controller.md and the glossary entry for controller 2024-01-12 19:15:15 +01:00
@Holger.Schneider 42919e6947 Localized content/de/docs/concepts/architecture/cgroups.md 2024-01-05 15:15:49 +00:00
Michael e2e5f30c35 [de] resync links with the en version 2022-07-17 19:59:08 +08:00
Sean Wei a1741bcee9 [de] Fix Markdown format 2022-04-14 01:43:08 +08:00
Jihoon Seo bee4cb77c2 [de] Remove exec permission on markdown files 2021-06-22 18:12:05 +09:00
Zhang Yong 30fea4454e correct cheatsheet 2020-08-30 09:50:21 +08:00
Karen Bradshaw 758a0eceb0 fix missed pages 2020-06-09 19:33:15 -04:00
Sascha Grunert 3ecfc9f47f
Fix wrong CHANGELOG locations (#19089)
We prefixed the CHANGELOG path in k/k with `CHANGELOG/`, which should
reflect every part of the website as well.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-02-25 05:42:49 -08:00
Nils Martel 669bf498a9
Fix Typo (#19107) 2020-02-13 04:36:35 -08:00
Junwoo Ji fab9100503 docs: fix broken etcd's official documents link (#19021) 2020-02-10 01:57:53 -08:00
Martin Helmich 035574273b Link to current API reference on german translation (#18590) 2020-01-10 00:38:34 -08:00
Ismail Alidzhikov 566aa18902 de: Removed uninitialized flag reference from kubectl cheetsheet (#16973)
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-10-19 04:59:37 -07:00
Yushiro FURUKAWA 99619d3414 Remove trailing spaces from DE documents(#16742) (#16786) 2019-10-09 21:32:52 -07:00
lyveng 306a6201b8 Fixed broken link to logging conventions in kubectl cheatsheet (#15699) 2019-08-06 17:12:54 -07:00
Ismail Alidzhikov 12ee3e42e4 Fix command that queries for label version (#15417)
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-07-14 17:51:03 -07:00
Max 5c59214ac6 German localization for horizontal pod autoscaler (#14251)
* fix kubecon date

* add plural to ref

* add hpa

* fixed not found templates
2019-05-10 01:19:58 -07:00
Max 877b58cf95 German translation for tools page (#14087)
* translate reference/tools to de

* reversed plural wording

* reviewers choosen by OWNERS

Co-Authored-By: mkorbi <16919345+mkorbi@users.noreply.github.com>
2019-04-29 12:53:36 -07:00
Benedikt Rollik 7ea9931eee [DOCS-DE] doc headlines / community / contribute (#13845)
* doc headlines / community / contribute

* Wording

* Added missing space

* Changed word
2019-04-18 13:15:18 -07:00
Benedikt Rollik 8e6e12ed9b Add kubectl cheat sheet (#13635) 2019-04-05 10:17:20 -07:00
Benedikt Rollik 3f219b1a76 [DOC-DE] Components (#13531)
* Components

* Update content/de/docs/concepts/overview/components.md

Co-Authored-By: bene2k1 <brollik@scaleway.com>

* Added missing files

* Translation components

* Update components
2019-04-05 09:55:21 -07:00