Skip to content

Commit e220848

Browse files
committed
Merge main into dev-1.34 to keep in sync
2 parents 5c06370 + 4511522 commit e220848

File tree

93 files changed

+3683
-238
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+3683
-238
lines changed

OWNERS_ALIASES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ aliases:
2121
- nate-double-u
2222
- reylejano
2323
- salaxander
24+
- SayakMukhopadhyay
2425
- tengqm
2526
sig-docs-localization-owners: # Admins for localization content
2627
- a-mccarthy
@@ -64,6 +65,7 @@ aliases:
6465
- nate-double-u
6566
- reylejano
6667
- salaxander
68+
- SayakMukhopadhyay
6769
- tengqm
6870
sig-docs-en-reviews: # PR reviews for English content
6971
- dipesh-rawat
@@ -75,6 +77,7 @@ aliases:
7577
- nate-double-u
7678
- reylejano
7779
- salaxander
80+
- SayakMukhopadhyay
7881
- shannonxtreme
7982
- tengqm
8083
- windsonsea
File renamed without changes.

content/de/_index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ <h2>Die Herausforderungen bei der Migration von über 150 Microservices auf Kube
4141
<button id="desktopShowVideoButton" onclick="kub.showVideo()">Video ansehen</button>
4242

4343
<h3>Nehmen Sie an der kommenden KubeCon + CloudNativeCon teil</h3>
44-
<a href="https://events.linuxfoundation.org/kubecon-cloudnativecon-china/" class="desktopKCButton"><strong>China</strong> (Hongkong, Jun 10-11)</a>
45-
<a href="https://events.linuxfoundation.org/kubecon-cloudnativecon-japan/" class="desktopKCButton"><strong>Japan</strong> (Tokio, Jun 16-17)</a>
4644
<a href="https://events.linuxfoundation.org/kubecon-cloudnativecon-india/" class="desktopKCButton"><strong>India</strong> (Hyderabad, Aug 6-7)</a>
4745
<a href="https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/" class="desktopKCButton"><strong>North America</strong> (Atlanta, Nov 10-13)</a>
4846
<a href="https://events.linuxfoundation.org/kubecon-cloudnativecon-europe-2026/" class="desktopKCButton"><strong>Europe</strong> (Amsterdam, Mrz 23-26, 2026)</a>

content/de/blog/_index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ linkTitle: Blog
44
menu:
55
main:
66
title: "Blog"
7-
weight: 40
8-
post: >
9-
<p>Lesen Sie die neuesten Nachrichten über Kubernetes und das Containeruniversum im Allgemeinen. Erhalten Sie druckfrisch die neuesten Tutorials und technische Anleitungen.</p>
7+
weight: 20
108
---

content/de/case-studies/_index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66
layout: basic
77
class: gridPage
88
cid: caseStudies
9+
menu:
10+
main:
11+
weight: 60
912
---

content/de/docs/home/_index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ hide_feedback: true
1111
menu:
1212
main:
1313
title: "Dokumentation"
14-
weight: 20
15-
post: >
16-
<p>Erfahren Sie, wie Sie Kubernetes mit Konzept-, Tutorial- und Referenzdokumentation verwenden. Sie können sogar zur <a href="/editdocs/" data-auto-burger-exclude>mithelfen und zur Dokumentation beitragen</a>!</p>
14+
weight: 10
1715
overview: >
1816
Kubernetes ist ein Open-Source-System zur Automatisierung der Bereitstellung, Skalierung und Verwaltung von containerisierten Anwendungen. Das Open-Source Project wird von der Cloud Native Computing Foundation (<a href="https://www.cncf.io/about">CNCF</a>) gehosted.
1917
cards:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Best practices
3+
weight: 40
4+
---

content/de/docs/setup/best-practices/zertifikate.md

Lines changed: 257 additions & 0 deletions
Large diffs are not rendered by default.

content/de/docs/tasks/tools/install-kubectl-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Um kubectl auf Linux zu installieren, gibt es die folgenden Möglichkeiten:
108108
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short.
109109
```
110110

111-
Diese Warnung kann ignoriert werden. Prüfe lediglich die `kubectl` Version, eelche installiert wurde.
111+
Diese Warnung kann ignoriert werden. Prüfe lediglich die `kubectl` Version, welche installiert wurde.
112112

113113
{{< /note >}}
114114

content/de/partners/_index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
abstract: Erweiterung des Kubernetes-Ökosystems.
55
class: gridPage
66
cid: partners
7+
menu:
8+
main:
9+
weight: 40
710
---
811

912
<section id="users">

0 commit comments

Comments
 (0)