Skip to content

Commit 318682f

Browse files
Merge branch 'main' into patch-1
2 parents f24d0c3 + bb9d297 commit 318682f

File tree

327 files changed

+21669
-10128
lines changed

Some content is hidden

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

327 files changed

+21669
-10128
lines changed

OWNERS_ALIASES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ aliases:
179179
- tanjunchen
180180
- tengqm
181181
- xichengliudui
182+
- ydFu
182183
# zhangxiaoyu-zidif
183184
sig-docs-pt-owners: # Admins for Portuguese content
184185
- edsoncelio
@@ -249,7 +250,6 @@ aliases:
249250
- cpanato # SIG Technical Lead
250251
- jeremyrickard # SIG Technical Lead
251252
- justaugustus # SIG Chair
252-
- LappleApple # SIG Program Manager
253253
- puerco # SIG Technical Lead
254254
- saschagrunert # SIG Chair
255255
release-engineering-approvers:

README-zh.md

Lines changed: 170 additions & 30 deletions
Large diffs are not rendered by default.

assets/scss/_custom.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -634,12 +634,12 @@ body.td-documentation {
634634

635635
a {
636636
color: inherit;
637-
border-bottom: 1px solid #fff;
637+
text-decoration: underline;
638638
}
639639

640640
a:hover {
641641
color: inherit;
642-
border-bottom: none;
642+
text-decoration: initial;
643643
}
644644
}
645645

@@ -648,6 +648,9 @@ body.td-documentation {
648648
}
649649

650650
#announcement {
651+
// default background is blue; overrides are possible
652+
color: #fff;
653+
651654
.announcement-main {
652655
margin-left: auto;
653656
margin-right: auto;
@@ -660,9 +663,8 @@ body.td-documentation {
660663
}
661664

662665

663-
/* always white */
664666
h1, h2, h3, h4, h5, h6, p * {
665-
color: #ffffff;
667+
color: inherit; /* defaults to white */
666668
background: transparent;
667669

668670
img.event-logo {

config.toml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ id = "UA-00000000-0"
122122

123123
[params]
124124
copyright_k8s = "The Kubernetes Authors"
125-
copyright_linux = "Copyright © 2020 The Linux Foundation ®."
125+
copyright_linux = "Copyright © 2020 The Linux Foundation ®."
126126

127127
# privacy_policy = "https://policies.google.com/privacy"
128128

@@ -155,10 +155,10 @@ githubWebsiteRaw = "raw.githubusercontent.com/kubernetes/website"
155155
# GitHub repository link for editing a page and opening issues.
156156
github_repo = "https://github.com/kubernetes/website"
157157

158-
#Searching
158+
# Searching
159159
k8s_search = true
160160

161-
#The following search parameters are specific to Docsy's implementation. Kubernetes implementes its own search-related partials and scripts.
161+
# The following search parameters are specific to Docsy's implementation. Kubernetes implementes its own search-related partials and scripts.
162162

163163
# Google Custom Search Engine ID. Remove or comment out to disable search.
164164
#gcs_engine_id = "011737558837375720776:fsdu1nryfng"
@@ -221,11 +221,11 @@ sidebar_menu_compact = false
221221
sidebar_menu_foldable = true
222222
# https://github.com/gohugoio/hugo/issues/8918#issuecomment-903314696
223223
sidebar_cache_limit = 1
224-
# Set to true to disable breadcrumb navigation.
224+
# Set to true to disable breadcrumb navigation.
225225
breadcrumb_disable = false
226-
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
226+
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
227227
sidebar_search_disable = false
228-
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar
228+
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar
229229
navbar_logo = true
230230
# Set to true to disable the About link in the site footer
231231
footer_about_disable = false
@@ -246,58 +246,58 @@ no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY
246246
name = "User mailing list"
247247
url = "https://discuss.kubernetes.io"
248248
icon = "fa fa-envelope"
249-
desc = "Discussion and help from your fellow users"
249+
desc = "Discussion and help from your fellow users"
250250

251251
[[params.links.user]]
252252
name = "Twitter"
253253
url = "https://twitter.com/kubernetesio"
254254
icon = "fab fa-twitter"
255-
desc = "Follow us on Twitter to get the latest news!"
255+
desc = "Follow us on Twitter to get the latest news!"
256256

257257
[[params.links.user]]
258258
name = "Calendar"
259259
url = "https://calendar.google.com/calendar/embed?src=calendar%40kubernetes.io"
260260
icon = "fas fa-calendar-alt"
261-
desc = "Google Calendar for Kubernetes"
261+
desc = "Google Calendar for Kubernetes"
262262

263263
[[params.links.user]]
264264
name = "Youtube"
265265
url = "https://youtube.com/kubernetescommunity"
266266
icon = "fab fa-youtube"
267-
desc = "Youtube community videos"
267+
desc = "Youtube community videos"
268268

269269
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
270270
[[params.links.developer]]
271271
name = "GitHub"
272272
url = "https://github.com/kubernetes/kubernetes"
273273
icon = "fab fa-github"
274-
desc = "Development takes place here!"
274+
desc = "Development takes place here!"
275275

276276
[[params.links.developer]]
277277
name = "Slack"
278278
url = "https://slack.k8s.io"
279279
icon = "fab fa-slack"
280-
desc = "Chat with other project developers"
280+
desc = "Chat with other project developers"
281281

282282
[[params.links.developer]]
283283
name = "Contribute"
284284
url = "https://git.k8s.io/community/contributors/guide"
285285
icon = "fas fa-edit"
286-
desc = "Contribute to the Kubernetes website"
286+
desc = "Contribute to the Kubernetes website"
287287

288288
[[params.links.developer]]
289289
name = "Stack Overflow"
290290
url = "https://stackoverflow.com/questions/tagged/kubernetes"
291291
icon = "fab fa-stack-overflow"
292-
desc = "Practical questions and curated answers"
292+
desc = "Practical questions and curated answers"
293293

294294
# Language definitions.
295295

296296
[languages]
297297
[languages.en]
298298
title = "Kubernetes"
299299
description = "Production-Grade Container Orchestration"
300-
languageName ="English"
300+
languageName = "English"
301301
# Weight used for sorting.
302302
weight = 1
303303
languagedirection = "ltr"
@@ -341,7 +341,7 @@ language_alternatives = ["en"]
341341
[languages.fr]
342342
title = "Kubernetes"
343343
description = "Solution professionnelle d’orchestration de conteneurs"
344-
languageName ="Français"
344+
languageName = "Français"
345345
weight = 5
346346
contentDir = "content/fr"
347347
languagedirection = "ltr"
@@ -367,7 +367,7 @@ language_alternatives = ["en"]
367367
[languages.no]
368368
title = "Kubernetes"
369369
description = "Production-Grade Container Orchestration"
370-
languageName ="Norsk"
370+
languageName = "Norsk"
371371
weight = 7
372372
contentDir = "content/no"
373373
languagedirection = "ltr"
@@ -380,7 +380,7 @@ language_alternatives = ["en"]
380380
[languages.de]
381381
title = "Kubernetes"
382382
description = "Produktionsreife Container-Orchestrierung"
383-
languageName ="Deutsch"
383+
languageName = "Deutsch"
384384
weight = 8
385385
contentDir = "content/de"
386386
languagedirection = "ltr"
@@ -393,7 +393,7 @@ language_alternatives = ["en"]
393393
[languages.es]
394394
title = "Kubernetes"
395395
description = "Orquestación de contenedores para producción"
396-
languageName ="Español"
396+
languageName = "Español"
397397
weight = 9
398398
contentDir = "content/es"
399399
languagedirection = "ltr"
@@ -406,8 +406,8 @@ language_alternatives = ["en"]
406406
[languages.pt-br]
407407
title = "Kubernetes"
408408
description = "Orquestração de contêineres em nível de produção"
409-
languageName ="Português"
410-
weight = 9
409+
languageName = "Português"
410+
weight = 10
411411
contentDir = "content/pt-br"
412412
languagedirection = "ltr"
413413

@@ -419,8 +419,8 @@ language_alternatives = ["en"]
419419
[languages.id]
420420
title = "Kubernetes"
421421
description = "Orkestrasi Kontainer dengan Skala Produksi"
422-
languageName ="Bahasa Indonesia"
423-
weight = 10
422+
languageName = "Bahasa Indonesia"
423+
weight = 11
424424
contentDir = "content/id"
425425
languagedirection = "ltr"
426426

@@ -433,7 +433,7 @@ language_alternatives = ["en"]
433433
title = "Kubernetes"
434434
description = "Production-Grade Container Orchestration"
435435
languageName = "Hindi"
436-
weight = 11
436+
weight = 12
437437
contentDir = "content/hi"
438438
languagedirection = "ltr"
439439

@@ -446,14 +446,14 @@ title = "Kubernetes"
446446
description = "Giải pháp điều phối container trong môi trường production"
447447
languageName = "Tiếng Việt"
448448
contentDir = "content/vi"
449-
weight = 12
449+
weight = 13
450450
languagedirection = "ltr"
451451

452452
[languages.ru]
453453
title = "Kubernetes"
454454
description = "Первоклассная оркестрация контейнеров"
455455
languageName = "Русский"
456-
weight = 12
456+
weight = 14
457457
contentDir = "content/ru"
458458
languagedirection = "ltr"
459459

@@ -466,7 +466,7 @@ language_alternatives = ["en"]
466466
title = "Kubernetes"
467467
description = "Produkcyjny system zarządzania kontenerami"
468468
languageName = "Polski"
469-
weight = 13
469+
weight = 15
470470
contentDir = "content/pl"
471471
languagedirection = "ltr"
472472

@@ -479,7 +479,7 @@ language_alternatives = ["en"]
479479
title = "Kubernetes"
480480
description = "Довершена система оркестрації контейнерів"
481481
languageName = "Українська"
482-
weight = 14
482+
weight = 16
483483
contentDir = "content/uk"
484484
languagedirection = "ltr"
485485

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Sie benötigen entweder einen dynamischen PersistentVolume-Anbieter mit einer [Standard-Speicherklasse](/docs/concepts/storage/storage-classes/), oder Sie selbst stellen statische [PersistentVolumes](/docs/user-guide/persistent-volumes/#provisioning) bereit, um die [PersistentVolumeClaims](/docs/user-guide/persistent-volumes/#persistentvolumeclaims) zu erfüllen, die hier verwendet werden.
1+
Sie benötigen entweder einen dynamischen PersistentVolume-Anbieter mit einer [Standard-Speicherklasse](/docs/concepts/storage/storage-classes/), oder Sie selbst stellen statische [PersistentVolumes](/docs/concepts/storage/persistent-volumes/#provisioning) bereit, um die [PersistentVolumeClaims](/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims) zu erfüllen, die hier verwendet werden.

content/en/blog/_posts/2021-05-14-using-finalizers-to-control-deletion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ metadata:
108108
uid: 93a37fed-23e3-45e8-b6ee-b2521db81638
109109
```
110110

111-
In short, what’s happened is that the object was updated, not deleted. That’s because Kubernetes saw that the object contained finalizers and put it into a read-only state. The deletion timestamp signals that the object can only be read, with the exception of removing the finalizer key updates. In other words, the deletion will not be complete until we edit the object and remove the finalizer.
111+
In short, what’s happened is that the object was updated, not deleted. That’s because Kubernetes saw that the object contained finalizers and blocked removal of the object from etcd. The deletion timestamp signals that deletion was requested, but the deletion will not be complete until we edit the object and remove the finalizer.
112112

113113
Here's a demonstration of using the `patch` command to remove finalizers. If we want to delete an object, we can simply patch it on the command line to remove the finalizers. In this way, the deletion that was running in the background will complete and the object will be deleted. When we attempt to `get` that configmap, it will be gone.
114114

content/en/blog/_posts/2022-05-03-kubernetes-release-1.24.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,13 @@ With containerd v1.6.0–v1.6.3, if you do not upgrade the CNI plugins and/or
118118
declare the CNI config version, you might encounter the following "Incompatible
119119
CNI versions" or "Failed to destroy network for sandbox" error conditions.
120120

121+
## CSI Snapshot
122+
123+
_This information was added after initial publication._
124+
125+
[VolumeSnapshot v1beta1 CRD has been removed](https://github.com/kubernetes/enhancements/issues/177).
126+
Volume snapshot and restore functionality for Kubernetes and the Container Storage Interface (CSI), which provides standardized APIs design (CRDs) and adds PV snapshot/restore support for CSI volume drivers, moved to GA in v1.20. VolumeSnapshot v1beta1 was deprecated in v1.20 and is now unsupported. Refer to [KEP-177: CSI Snapshot](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/177-volume-snapshot#kep-177-csi-snapshot) and [Volume Snapshot GA blog](https://kubernetes.io/blog/2020/12/10/kubernetes-1.20-volume-snapshot-moves-to-ga/) for more information.
127+
121128
## Other Updates
122129

123130
### Graduations to Stable

content/en/blog/_posts/2022-05-16-volume-populators-beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: volume-populators-beta
88
**Author:**
99
Ben Swartzlander (NetApp)
1010

11-
The volume populators feature is now two releases old and entering beta! The `AnyVolumeDataSouce` feature
11+
The volume populators feature is now two releases old and entering beta! The `AnyVolumeDataSource` feature
1212
gate defaults to enabled in Kubernetes v1.24, which means that users can specify any custom resource
1313
as the data source of a PVC.
1414

0 commit comments

Comments
 (0)