Commit Graph

34842 Commits (4da04a797bc1653c0d8dc4150eb734a12a40ccc0)

Author SHA1 Message Date
Aditya Samant 3efc5cde2f
Updating Configuration via a Configmap
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-05 09:16:51 +05:30
Tim Bannister e0cb7f6544 Update OWNERS 2024-04-05 00:46:07 +01:00
Alexey 5f6c15b985
Update container-runtime.md 2024-04-05 00:46:34 +03:00
drewhagen 48593a12bf docs: renaming feature gate file for StorageVersionMigrator 2024-04-04 14:22:42 -05:00
Puru 4912e74f05
Update 2024-04-05 00:44:09 +05:45
Puru 6eec18bddc
Update web-ui-dashboard.md 2024-04-05 00:30:58 +05:45
Kubernetes Prow Robot 1d8cfb08dc
Merge pull request #45498 from kvaps/cozystack4
blog: DIY: Create Your Own Cloud with Kubernetes (Part 3) blog post
2024-04-04 10:38:09 -07:00
Kubernetes Prow Robot 9871d62ca9
Merge pull request #45432 from kvaps/cozystack3
blog: DIY: Create Your Own Cloud with Kubernetes (Part 2) blog post
2024-04-04 10:35:18 -07:00
Kubernetes Prow Robot 5a58bff2b4
Merge pull request #45289 from kvaps/cozystack2
blog: DIY: Create Your Own Cloud with Kubernetes (Part 1) blog post
2024-04-04 10:31:43 -07:00
drewhagen 2a0b55d3c7 docs: KEP-4192 PR feedback - feature gates don't match the code 2024-04-04 12:22:42 -05:00
Andrei Kvapil 3a85e200df
Apply suggestions from code review
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2024-04-04 18:44:27 +02:00
Andrei Kvapil e636d5b3b0
Assign time to the publication
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2024-04-04 18:41:26 +02:00
Andrei Kvapil de4933bd2b
wrap the Markdown source at around 100 characters 2024-04-04 18:40:00 +02:00
Andrei Kvapil b638b253be
Assign time to the publication
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2024-04-04 18:30:49 +02:00
Andrei Kvapil d926c37e2d
Assign time to the publication
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2024-04-04 18:29:49 +02:00
Andrei Kvapil 34086184a9
Wrap the Markdown source at around 100 characters
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2024-04-04 18:24:20 +02:00
Andrei Kvapil 0889d0e9c2
Wrap the Markdown source at around 100 characters
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2024-04-04 18:07:10 +02:00
Andrei Kvapil 1123672922
Update content/en/blog/_posts/2024-04-05-diy-create-your-own-cloud-with-kubernetes-part-1/index.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-04 17:54:45 +02:00
Kubernetes Prow Robot efd1306ef5
Merge pull request #45744 from tamilselvan1102/k8s-20240401
Explanation about headless service
2024-04-04 04:58:19 -07:00
Mario Valderrama ddc49f00d5
Add missing field selectors
Signed-off-by: Mario Valderrama <woldy401@gmail.com>
2024-04-04 11:30:02 +02:00
Mario Valderrama d912860063
List supported field selectors by kind
Signed-off-by: Mario Valderrama <woldy401@gmail.com>
2024-04-04 11:18:32 +02:00
Kubernetes Prow Robot fb0089e02e
Merge pull request #45767 from Arhell/de-added
[de] Added a link to the minikube installation
2024-04-04 00:37:35 -07:00
Anish Ramasekar 5031a37dd6
review feedback
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2024-04-03 23:05:18 -07:00
tamilselvan1102 83af5acf8f moved one line down 2024-04-04 09:49:21 +05:30
Junya Okabe f5384f7c4d
[ja] Improvement of `Localizing Kubernetes documentation` for Japanese (#45037)
* feat: add some words

* feat: add docs regarding node(s)

* feat: add custom ID

* update: add some words in scripts/ja/verify-spelling.sh

* update: add "インタフェース" in scripts/ja/verify-spelling.sh

* fix: use half-wide parens

* update: L66

* update: terminology

* update: long-vowel

* update: other-notation

* update: minor fixes

* update: basci policy

* update: #long-bowel

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: #other-notation}

* update: nits and ready for review

* revert: scripts/ja/verify-spelling.sh

* nits

* nits

* update: L103

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

* update: L67

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L71

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L81

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L90

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L94

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L124

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

---------

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2024-04-03 19:37:29 -07:00
PK d1232f1d58
Fix discovery document link in kubernetes-api.md (#45765)
* Fix discovery document link in kubernetes-api.md

Removed an extra "v" in the link to fix the broken link.

* Fix minor broken links in  kubernetes-api.md

Anchor name mismatch in the same page
2024-04-03 16:28:33 -07:00
Arhell bf2454b2be [de] Added a link to the minikube installation 2024-04-04 00:19:14 +03:00
KKtheGhost 23ad69dfa9 [zh] sync content/en/docs/concepts/cluster-administration/_index.md 2024-04-03 22:40:43 +09:00
Mark Boom 5c58b7acc6
Fix small typo in Namespaces documentation 2024-04-03 15:19:57 +02:00
Kubernetes Prow Robot 7b6def7aad
Merge pull request #45735 from asa3311/sync-zh-110
[zh] sync nodes addons sidecar-containers
2024-04-03 00:14:34 -07:00
Kubernetes Prow Robot 616e10100c
Merge pull request #45760 from Arhell/zh-upd
[zh] Update install-kubectl-windows.md
2024-04-02 17:58:11 -07:00
John.C cb695b712d
Signpost to API reference for ServiceAccount (#45750)
* Update service-accounts.md

* Update service-accounts.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-02 16:44:11 -07:00
Junya Okabe d9dfda7b6d
[ja] Translate `content/en/docs/concepts/workloads/pods/sidecar-containers.md` into Japanese (#44716)
* feat: translate into Japanese

* cp source file

* add: empty line

* update: L21

Co-authored-by: atoato88 <akihito-inou@nec.com>

* update: L93

Co-authored-by: atoato88 <akihito-inou@nec.com>

* update: L90

Co-authored-by: atoato88 <akihito-inou@nec.com>

* update: L86

Co-authored-by: atoato88 <akihito-inou@nec.com>

* update: L19

Co-authored-by: atoato88 <akihito-inou@nec.com>

* update: L20

Co-authored-by: atoato88 <akihito-inou@nec.com>

* update: L89

* update: L89

* update: del \n

---------

Co-authored-by: atoato88 <akihito-inou@nec.com>
2024-04-02 15:14:12 -07:00
Arhell 5381545539 [zh] Update install-kubectl-windows.md 2024-04-03 00:37:26 +03:00
Kubernetes Prow Robot 0086fc6d55
Merge pull request #45757 from drewhagen/kep_4192_svm_v1alpha1_docs_v1.30_dh
docs: incorporating more PR feedback on storage version migration
2024-04-02 08:10:11 -07:00
drewhagen 6f8db3bf48 docs: incorporating more PR feedback on storage version migration 2024-04-02 09:43:31 -05:00
Daniel Chan cdf1ed1236 Merge remote-tracking branch 'upstream/main' into dev-1.30
Merge main into dev-1.30 to keep in sync
2024-04-02 10:05:03 -04:00
Hiroyuki Hasebe 859537389b
[ja] Translate content/ja/docs/concepts/workloads/pods/disruptions.md into Japanese (#45162)
* [ja] Translate content/ja/docs/concepts/workloads/pods/disruptions.md into Japanese

* Omit unnecessary white spaces and periods. Link to Japanese page. Remove comment.

* Does not translate "disruption".
Some minor changes.

* unification of terminology

* Reflecting feedback

* Update content/ja/docs/concepts/workloads/pods/disruptions.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>

---------

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2024-04-02 05:50:11 -07:00
Andrei Kvapil 1bda81c382
Apply suggestions from code review
Co-authored-by: Gaurav Padam <gauravpadam2@gmail.com>
2024-04-02 14:09:36 +02:00
Kubernetes Prow Robot f4e213bde5
Merge pull request #45088 from Okabe-Junya/fix-44987
[ja] Translate `content/en/docs/tasks/debug/debug-cluster/kubectl-node-debug.md` into Japanese
2024-04-02 04:14:11 -07:00
Ritikaa96 2836c563c9 Added suggested changes 2024-04-02 15:51:59 +05:30
Kubernetes Prow Robot 41e5f71695
Merge pull request #45501 from SaranBalaji90/GitRepoVolume
Add CEL Expression to restrict GitRepo volume usage
2024-04-02 01:43:53 -07:00
Sergey Shevchenko 1f95dc8990
feat: Add PriorityClass in glossary (#45608)
* feat: Add PriorityClass in glossary

* fix: Fix review comments

* fix: Fix review comments

* fix: Fix review comments

* Update content/en/docs/reference/glossary/priority-class.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-01 17:56:47 -07:00
Kubernetes Prow Robot aab83c3453
Merge pull request #45746 from sftim/20240401_signpost_network_policy_api_reference
Signpost to API reference for NetworkPolicy
2024-04-01 17:34:44 -07:00
Rita Zhang aba193faae
address feedback
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
2024-04-01 17:22:03 -07:00
Kubernetes Prow Robot c4a54db02f
Merge pull request #45673 from shurup/ru-control-plane-rename
[ru] Update the translation of "control plane" in Russian
2024-04-01 17:13:49 -07:00
Yoshitaka Fujii 8be196eea0
[ja] translate blog:kubernetes book club (#45364)
* [ja] translate blog:kubernetes book cloub

* Apply suggestions from code review
2024-04-01 08:33:34 -07:00
Tim Bannister f1c4eb8457 Signpost to API reference for NetworkPolicy 2024-04-01 15:05:46 +01:00
xin gu 5f2d6295dc sync nodes addons sidecar-containers 2024-04-01 19:00:12 +08:00
tamilselvan1102 15f1eeeb63 Explaination about headless service 2024-04-01 14:29:44 +05:30
Kubernetes Prow Robot f089d6debc
Merge pull request #45496 from dipesh-rawat/api-ref-link-shortcode
Add mechanism to retrieve API reference page link based on metadata
2024-03-31 19:25:34 -07:00
Kubernetes Prow Robot a769eae698
Merge pull request #45671 from leolin49/patch-1
[zh-cn] Fix the full_link of glossary in container.md
2024-03-31 18:15:33 -07:00
Kubernetes Prow Robot d70a30da63
Merge pull request #45737 from sftim/20240329_improve_endpointslice_label_example
Improve example for EndpointSlice label
2024-03-31 17:09:33 -07:00
Arhell ee5cdd592b [ja] Added link to netcat official site and '-v' key to netcat command example 2024-03-31 00:33:58 +02:00
Kubernetes Prow Robot caed4f9ff8
Merge pull request #45719 from asa3311/sync-zh-109
[zh] sync rbac-good-practices autoscaling
2024-03-29 18:19:32 -07:00
Tim Bannister 8eb09b0519 Improve example for EndpointSlice label
Use the most common value for this label
(endpointslice.kubernetes.io/managed-by) as the example value.
2024-03-29 14:52:57 +00:00
Frederico Muñoz 5c1e710025 Add SIG Architecture Code Organization spotlight article 2024-03-29 10:45:24 +00:00
Andrei Kvapil 79d50cf570
Set publication date to 05-04-2024 2024-03-29 10:11:02 +01:00
Andrei Kvapil c7c281cb89
Set publication date to 05-04-2024 2024-03-29 10:03:31 +01:00
Andrei Kvapil ac9ded9b52
Set publication date to 05-04-2024 2024-03-29 09:47:36 +01:00
Andrei Kvapil 2b15a671a1
Apply suggestions from code review
Co-authored-by: Gaurav Padam <gauravpadam2@gmail.com>
2024-03-29 09:39:26 +01:00
shixiuguo 35187b683e Fix the links 2024-03-29 13:58:21 +08:00
Kubernetes Prow Robot 5bfdfde453
Merge pull request #45674 from shurup/ru-fix-deploy-intro-url
[ru] Show the correct proxy URL in the deploy-intro
2024-03-28 17:16:13 -07:00
Daniel Chan 251c58aa34 Merge main into dev-1.30 to keep in sync 2024-03-28 18:14:58 -04:00
Kubernetes Prow Robot 68cb308aa2
Merge pull request #45130 from tzifudzi/ops-readiness-blog
blog: Windows Operational Readiness
2024-03-28 08:29:56 -07:00
xin gu 1c24d8d090 sync rbac-good-practices autoscaling 2024-03-28 22:44:51 +08:00
Kubernetes Prow Robot 69a380930b
Merge pull request #45714 from drewhagen/kep_4192_svm_v1alpha1_docs_v1.30_dh
docs: adds documentation for Storage Version Migration
2024-03-28 00:24:26 -07:00
Kubernetes Prow Robot 2e1bc38df5
Merge pull request #45651 from windsonsea/metricy
[zh] Add translations to kube-state-metrics.md
2024-03-27 21:12:26 -07:00
Kubernetes Prow Robot 27f4bcdfbf
Merge pull request #45531 from kohbis/trans-ja-containerd
[ja] Translate content/en/docs/reference/glossary/containerd.md
2024-03-27 20:58:25 -07:00
drewhagen 048f53da02 docs: PR feedback for documentation on Storage Version Migration 2024-03-27 22:12:57 -05:00
Kubernetes Prow Robot eab4ae2b83
Merge pull request #45681 from codablock/fix-dead-links
Update a few dead/outdated links in the "live and let live" blog post
2024-03-27 19:14:25 -07:00
Eduardo Salazar Carrillo a9ac57c30d
Adding suggestions 2024-03-27 13:19:26 -06:00
Eduardo Salazar Carrillo b839d1a4b8
Update content/es/docs/concepts/services-networking/endpoint-slices.md
Co-authored-by: Rodolfo Martínez Vega <rodomar@outlook.com>
2024-03-27 13:16:21 -06:00
Eduardo Salazar Carrillo bb7aaabc81
Update content/es/docs/concepts/services-networking/endpoint-slices.md
Co-authored-by: Rodolfo Martínez Vega <rodomar@outlook.com>
2024-03-27 13:16:16 -06:00
Eduardo Salazar Carrillo 47800ccc2a
Update content/es/docs/concepts/services-networking/endpoint-slices.md
Co-authored-by: Rodolfo Martínez Vega <rodomar@outlook.com>
2024-03-27 13:16:05 -06:00
Eduardo Salazar Carrillo 8e767d3831
Update content/es/docs/concepts/services-networking/endpoint-slices.md
Co-authored-by: Rodolfo Martínez Vega <rodomar@outlook.com>
2024-03-27 13:15:55 -06:00
Eduardo Salazar Carrillo 85ddb478ac
Update content/es/docs/concepts/services-networking/endpoint-slices.md
Co-authored-by: Rodolfo Martínez Vega <rodomar@outlook.com>
2024-03-27 13:15:42 -06:00
Eduardo Salazar Carrillo 88539625af
Update content/es/docs/concepts/services-networking/endpoint-slices.md
Co-authored-by: Rodolfo Martínez Vega <rodomar@outlook.com>
2024-03-27 13:15:31 -06:00
Eduardo Salazar Carrillo 82649eccdf
Update content/es/docs/concepts/services-networking/endpoint-slices.md
Co-authored-by: Rodolfo Martínez Vega <rodomar@outlook.com>
2024-03-27 13:15:00 -06:00
Eduardo Salazar Carrillo e3761cad08
Update content/es/docs/concepts/services-networking/endpoint-slices.md
Co-authored-by: Rodolfo Martínez Vega <rodomar@outlook.com>
2024-03-27 13:14:49 -06:00
Eduardo Salazar Carrillo 592003b984
Update content/es/docs/concepts/services-networking/endpoint-slices.md
Co-authored-by: Rodolfo Martínez Vega <rodomar@outlook.com>
2024-03-27 13:14:39 -06:00
Ritikaa96 cd3104d73b Annotation azure-load-balancer-disable-tcp-reset registered & documented
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2024-03-28 00:05:25 +05:30
Eduardo Salazar Carrillo 984bcd682d
Update content/es/docs/concepts/services-networking/endpoint-slices.md
Co-authored-by: Rodolfo Martínez Vega <rodomar@outlook.com>
2024-03-27 11:19:17 -06:00
Eduardo Salazar Carrillo 2f1d5329a6
Update content/es/docs/concepts/services-networking/endpoint-slices.md
Co-authored-by: Rodolfo Martínez Vega <rodomar@outlook.com>
2024-03-27 11:19:09 -06:00
Eduardo Salazar Carrillo 3a38519d93
Update content/es/docs/concepts/services-networking/endpoint-slices.md
Co-authored-by: Rodolfo Martínez Vega <rodomar@outlook.com>
2024-03-27 11:17:32 -06:00
Eduardo Salazar Carrillo 31ff9ab8c8
Update content/es/docs/concepts/services-networking/endpoint-slices.md
Co-authored-by: Rodolfo Martínez Vega <rodomar@outlook.com>
2024-03-27 11:17:17 -06:00
Kubernetes Prow Robot 5e8ee7df6c
Merge pull request #45664 from smarticu5/main
Add Namespace Patching to RBAC good practice
2024-03-27 09:40:54 -07:00
Tim Bannister 54e1d3308e
Align with style guide 2024-03-27 16:36:16 +00:00
Kubernetes Prow Robot cd5e6b876a
Merge pull request #45709 from stmcginnis/controlPlaneEndpoint-typo
Fix typo in kubeadm-config v1beta4 config reference
2024-03-27 08:22:54 -07:00
oddy a863629186
[ja] Translate Enforcing Pod Security Standards into Japanese (#44924)
* Translate enforcing-pod-security-standards into Japanese

* fix ネームスペース to Namespace
2024-03-27 07:58:54 -07:00
John.C f5e9dcaee5
Add “Immutable infrastructure” to glossary (#45656)
* Add “Immutable infrastructure” to glossary

* Add “Immutable infrastructure” to glossary

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Add “Immutable infrastructure” to glossary

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Add “Immutable infrastructure” to glossary

Co-authored-by: Tim Bannister <tim@scalefactory.com>

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-03-27 07:40:53 -07:00
Junya Okabe 233cb0e4d9
[ja] Translate `content/en/docs/tasks/configure-pod-container/configure-pod-initialization.md` into Japanese (#44759)
* feat: translate content/en/docs/tasks/configure-pod-container/configure-pod-initialization.md

* update: L28

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: internal link

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

---------

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>
2024-03-27 07:38:54 -07:00
Junya Okabe 2a1046e6d2
Translate `docs/tasks/administer-cluster/configure-upgrade-etcd.md` into Japanese (#44374)
* init: cp content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md content/ja/docs/tasks/administer-cluster/configure-upgrade-etcd.md

* feat: translate ## Prerequisites

* feat: translate ## Resource requirements, ## Starting etcd clusters

* feat: translate ## Securing etcd clusters

* feat: translate ## Replacing a failed etcd member

* feat: translate ## Backing up an etcd cluster

* feat: translate ## Scaling out etcd clusters

* feat: translate ## Restoring an etcd cluster

* feat: translate ## Upgrading etcd clusters

* sed -i '' 's/クラスタ\([^ー]\)/クラスター\1/g' content/ja/docs/tasks/administer-cluster/configure-upgrade-etcd.md

* feat: translate title, overview

* update: self review and fix

* fix: nits fix related in ":"

* update: L24

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L65

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L67

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L89

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L98

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: 136

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L111

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: 106

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L73

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L109

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* del: unnecessary \n

* update: L36

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L59

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L133

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L195

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L209

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L277

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L352

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L291

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L304

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L289

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L311

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L313

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L286

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L13-14

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L15

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L134

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L260

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L164

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L224-L227

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L253

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L346

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L122-123

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L248

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

---------

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>
2024-03-27 07:36:54 -07:00
Sean McGinnis cc0785e97c
Fix typo in kubeadm-config v1beta4 config reference
When adding formatting to the controlPlaneEndpoint config reference for
kubeadm-config v1beta4 it appears the first letter of the value was accidentally
dropped. This adds it back in the two places where this happened.

Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2024-03-27 15:34:18 +01:00
Kubernetes Prow Robot 58397789b8
Merge pull request #45703 from mmmommm/fix_typo_at_cluster_level_pss_ja
[ja] fix typo cluster-level-pss.md
2024-03-27 07:24:54 -07:00
Marko Mudrinić d8b6b656e3
pkgs.k8s.io: fix nits from previous PRs
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2024-03-27 14:32:43 +01:00
Kubernetes Prow Robot 45a7e8def0
Merge pull request #45631 from Arhell/ja-net
[ja] Update Weave Net link to newly supported fork
2024-03-27 05:26:53 -07:00
Kubernetes Prow Robot 6e0ade1d73
Merge pull request #45611 from Arhell/ja-remove
[ja] Remove hostPort field from the liveness probe examples to align …
2024-03-27 04:50:53 -07:00
Kubernetes Prow Robot 7856bb73d1
Merge pull request #45536 from mochizuki875/add_runasgroup
[ja] Add runAsGroup and change appropriate image
2024-03-27 04:48:54 -07:00
NaokiIkesaka 7d93849c89
[ja] translation `content/en/docs/reference/glossary/cluster-operations.md` into Japanese (#45227)
* cluster-operations

* translation cluster-operations.md into Japanese and change colon

* Update cluster-operations.md
2024-03-27 04:46:53 -07:00
Junya Okabe 3fcb1aeed1
[ja] Translate `content/en/docs/concepts/extend-kubernetes/compute-storage-net/_index.md` into Japanese (#44787)
* feat: translate content/ja/docs/concepts/extend-kubernetes/compute-storage-net/_index.md

* update: L10

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L12

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L15

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L30

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

* update: L13

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>

---------

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>
2024-03-27 04:44:54 -07:00
Kubernetes Prow Robot e4270698f0
Merge pull request #44417 from kujiraitakahiro/kuji20231218
[ja] Translate reference/glossary/certificate.md into Japanese
2024-03-27 04:42:54 -07:00
Kubernetes Prow Robot e06ebac9f7
Merge pull request #44360 from kujiraitakahiro/kuji20231214
[ja] Translate reference/glossary/ cadvisor.md into Japanese
2024-03-27 04:40:53 -07:00
Kubernetes Prow Robot d3dbe3faac
Merge pull request #45386 from levi106/debug-win
[ja] Translate content/ja/docs/tasks/debug/debug-cluster/windows.md into Japanese
2024-03-27 04:38:53 -07:00
Kubernetes Prow Robot 2571311902
Merge pull request #45434 from Arhell/ja-correct
[ja] Correcting API field paths
2024-03-27 04:36:53 -07:00
Tim Bannister e741392f76 Fix broken hyperlink 2024-03-27 11:33:50 +00:00
rmiki 80bc26053f
[ja] Translate reference/glossary/cluster-architect.md (#45408)
* [ja] Translate reference/glossary/cluster-architect.md

* [ja] [CUpdate reference/glossary/cluster-architect.md
2024-03-27 04:18:53 -07:00
Kubernetes Prow Robot 3f0088a4b2
Merge pull request #45042 from tamilselvan1102/k8s-web-inter
[ja] fix term "interface" variations
2024-03-27 03:36:53 -07:00
Akihiro Suda 6a8e975b02
blog post for KEP-3857: Recursive Read-only (RRO) mounts
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2024-03-27 19:28:58 +09:00
Kubernetes Prow Robot 56863852ba
Merge pull request #45675 from Princesso/merged-main-dev-1.30
Merge main branch into dev-1.30
2024-03-27 03:12:53 -07:00
Kise Ryota 9d2ace706b [ja] fix typo cluster-level-pss.md 2024-03-27 19:04:05 +09:00
Kubernetes Prow Robot 2a9bec25c5
Merge pull request #45685 from xmudrii/linuxrepos-update
Update legacy repos deprecation blog to reflect repos removal
2024-03-27 02:36:53 -07:00
Kubernetes Prow Robot 801eefb4c2
Merge pull request #45683 from alculquicondor/nodename-warning
Upgrade note about nodeName to warning
2024-03-26 21:02:52 -07:00
Kubernetes Prow Robot 004553eb84
Merge pull request #45665 from haircommander/update-kep-3983
[dev-1.30] docs: Update KubeletConfigDropinDir doc information
2024-03-26 19:58:52 -07:00
windsonsea a483093231 [zh] Sync setup/production-environment/_index.md 2024-03-27 09:17:57 +08:00
Kubernetes Prow Robot 5145a6a4e1
Merge pull request #45152 from haircommander/proc-mount-beta-1.30
ProcMount 1.30 update
2024-03-26 14:11:05 -07:00
James Munnelly 00d526659e
Make KEP-4193 documentation updates (#45292)
* KEP-4193: beta documentation updates

* Apply suggestions from code review

Co-authored-by: Jordan Liggitt <jordan@liggitt.net>

* Apply suggestions from code review

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>

* include example JTI and node-name/uid output

* Update service-accounts-admin.md

Co-authored-by: Jordan Liggitt <jordan@liggitt.net>

---------

Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2024-03-26 13:45:05 -07:00
Kubernetes Prow Robot 1acdc27e96
Merge pull request #45119 from rohitssingh/disable_force_detach-dev-1.30
Add documentation for disable-force-detach-on-timeout
2024-03-26 13:43:06 -07:00
Kubernetes Prow Robot 78956f85d9
Merge pull request #45264 from alexzielenski/4008-beta2
KEP-4008: CRDValidationRacheting - Beta Docs
2024-03-26 13:31:07 -07:00
Alexander Zielenski 251c4706e0 update ratcheting docs for beta 2024-03-26 10:39:30 -07:00
Kubernetes Prow Robot 5084bf41fc
Merge pull request #45680 from petroselo/patch-1
Fix spelling error in sidecar-containers.md
2024-03-26 10:35:21 -07:00
Kubernetes Prow Robot cbf032283a
Merge pull request #45153 from haircommander/image-max-gc-beta-1.30
ImageGCMaxAge beta bump
2024-03-26 10:03:20 -07:00
Marko Mudrinić 1739e79bb2
Update content/en/blog/_posts/2023-08-31-legacy-package-repository-deprecation/index.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-03-26 17:50:12 +01:00
Marko Mudrinić 46bb094a1a
Update legacy repos deprecation blog to reflect repos removal
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2024-03-26 17:22:10 +01:00
Rita Zhang a27b1584a6
address feedback
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
2024-03-26 08:51:35 -07:00
Aldo Culquicondor 0b15eccf6d Upgrade note about nodeName to warning 2024-03-26 15:44:41 +00:00
Tatenda Zifudzi cd8301315d blog: Add Windows Operational Readiness blog article 2024-03-26 11:55:46 -03:00
Peter Hunt 067648a4a2 bump ImageMaximumGCAge KEP to beta
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2024-03-26 10:53:12 -04:00
Tim Bannister 5f39413011
Drop one update paragraph 2024-03-26 14:51:23 +00:00
Marko Mudrinić f07f2ac534
Update pkgs.k8s.io blog to reflect legacy repos removal
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2024-03-26 15:46:30 +01:00
Sohan Kunkerkar c306367734 docs: Update KubeletConfigDropinDir doc information
Signed-off-by: Sohan Kunkerkar <sohank2602@gmail.com>
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2024-03-26 10:43:27 -04:00
Rohit Singh 0abea85702 Add documentation for disable-force-detach-on-timeout 2024-03-26 14:42:08 +00:00
Peter Hunt c3e2106694 add documentation for the ProcMount field, originally introduced in 1.12
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2024-03-26 10:04:06 -04:00
Andrei Kvapil c7daac3100
Apply suggestions from code review
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2024-03-26 15:02:38 +01:00
Andrei Kvapil c941e506a7
Apply suggestions from code review
Co-authored-by: Gaurav Padam <gauravpadam2@gmail.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2024-03-26 15:00:55 +01:00
Andrei Kvapil 8daed9fa65
blog: DIY: Create Your Own Cloud with Kubernetes (Part 3) blog post
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2024-03-26 15:00:50 +01:00
Iain Smart 1ed331ccbb
Update content/en/docs/concepts/security/rbac-good-practices.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-03-26 13:51:18 +00:00
Alexander Block 2b84bd6838 Update a few dead/outdated links in the "live and let live" blog post 2024-03-26 14:17:27 +01:00
Kubernetes Prow Robot f5ca94be69
Merge pull request #45678 from alexanderConstantinescu/kep-3836
KEP-3836 documentation for 1.30
2024-03-26 05:25:21 -07:00
petroselo 1808b6277e
Update sidecar-containers.md
Fix a spelling mistake: effecting -> affecting
2024-03-26 12:17:50 +00:00
Kubernetes Prow Robot b28f91743a
Merge pull request #45267 from Jefftree/docs-agg-disco
[KEP-3352] docs for aggregated discovery
2024-03-26 05:09:19 -07:00
Tim Bannister 2d9b1a465f
Fix feature gate metadata
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2024-03-26 12:05:02 +00:00
Alexander Constantinescu c94d2eb5c3 Move externalTrafficPolicy section to virtual-ips.md 2024-03-26 12:39:00 +01:00
Alexander Constantinescu d917d5020c Add kube-proxy healthz port to ports-and-protocols.md 2024-03-26 12:39:00 +01:00
Alexander Constantinescu 3181159c6e KEP-3836 v1.30 documentation 2024-03-26 12:39:00 +01:00
Kubernetes Prow Robot 70b22ae929
Merge pull request #45670 from HirazawaUi/remove-useless-line-wrap
[dev-1.30] Remove useless line wrap
2024-03-26 03:35:21 -07:00
HirazawaUi 7eb2db584e remove useless line wrap 2024-03-26 18:24:19 +08:00
Yuki Iwai f12b68ab94 KEP-3998: Rephrase JobSuccessPolicy documentations
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 18:41:15 +09:00
Oluebube Princes Egbuna 0568c8af60 Merge remote-tracking branch 'upstream/main' into dev-1.30 2024-03-26 08:40:45 +01:00
Dmitry Shurupov 95cf12dea6
Show the correct proxy URL in the deploy-intro (ru)
Signed-off-by: Dmitry Shurupov <dmitry.shurupov@palark.com>
2024-03-26 14:09:30 +07:00
Dmitry Shurupov b49f023c29
Rename control plane in Russian
Signed-off-by: Dmitry Shurupov <dmitry.shurupov@palark.com>
2024-03-26 13:34:09 +07:00
Balaji ab0b655ccd Update volumes.md
Update as per the suggestion.
2024-03-25 22:25:53 -07:00
Balaji 7568fef262
Merge branch 'kubernetes:main' into GitRepoVolume 2024-03-25 22:11:44 -07:00
leolin49 745787add0
[zh-cn] Fix the full_link of glossary in container.md
The original link "https://kubernetes.io/zh-cn/docs/concepts/overview/what-is-kubernetes/#why-containers" is no longer in use
2024-03-26 11:58:26 +08:00
Kubernetes Prow Robot deb1be8892
Merge pull request #45135 from tenzen-y/job-success-policy-doc
Add JobSuccessPolicy Doc
2024-03-25 20:09:19 -07:00
Kubernetes Prow Robot 3d33323801
Merge pull request #45125 from HirazawaUi/allow-special-characters
Document option to allow almost all printable ASCII characters in environment variables
2024-03-25 19:43:19 -07:00
Kubernetes Prow Robot 374c18b83a
Merge pull request #45159 from AkihiroSuda/rro
[dev-1.30] KEP-3857: Recursive Read-only (RRO) mounts
2024-03-25 19:19:19 -07:00
HirazawaUi 0c1b3e3d03 Allow almost all printable ASCII characters in environment variables 2024-03-26 09:49:11 +08:00
Rita Zhang 4515061e7d
add config with comments for fields
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
2024-03-25 12:21:22 -07:00
Kubernetes Prow Robot 086dabd4a5
Merge pull request #45642 from Arhell/es-nte
[es] Update Weave Net link to newly supported fork
2024-03-25 12:15:39 -07:00
Kubernetes Prow Robot cf6f995cf3
Merge pull request #44696 from vaibhav2107/eviction-inodes
Added Imagefs inodes default settings in Eviction Hard
2024-03-25 12:15:35 -07:00
Akihiro Suda ca9e4725d1
KEP-3857: Recursive Read-only (RRO) mounts
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2024-03-26 03:59:26 +09:00
Iain Smart 3f990cd272
Add Namespace Labelling to RBAC good practice 2024-03-25 17:54:40 +00:00
Yuki Iwai 74652566e3 KEP-3998: Aldo's second suggestions
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 02:49:43 +09:00
Balaji 390b517d6d
Merge branch 'kubernetes:main' into GitRepoVolume 2024-03-25 10:45:29 -07:00
Yuki Iwai d79de0290a KEP-3998: Clarify the example
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 02:41:36 +09:00
Yuki Iwai fcdb477aa4 KEP-3998: Mention SuccessCriteriaMet condition
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 02:34:20 +09:00
Yuki Iwai cec3c3f388 KEP-3998: Apply Aldo's suggestons
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 02:22:42 +09:00
Yuki Iwai 32fd60c16e KEP-3998: Make the explanation for rules more clarify
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 02:09:25 +09:00
Yuki Iwai 105d90a04b KEP-3998: move section to before Job termination and cleanup
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 01:50:59 +09:00
Yuki Iwai 92a00327bb KEP-3998: Add JobSuccessPolicy Documentation
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 01:37:15 +09:00
Anish Ramasekar dffa687ace
Add structured authn beta blog
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2024-03-25 09:34:25 -07:00
Kubernetes Prow Robot 898cbe1f9f
Merge pull request #45627 from denschub/deploy-into-proxy-url
Show the correct proxy URL in the deploy-intro.
2024-03-25 09:33:26 -07:00
Kubernetes Prow Robot 73edd86532
Merge pull request #45648 from asa3311/sync-zh-108
[zh] sync kube-scheduler taint-and-toleration topology-spread-constraints
2024-03-25 07:53:05 -07:00
Kubernetes Prow Robot 7ee320764a
Merge pull request #45197 from sftim/20240218_document_cluster_autoscaling
Add concept page about cluster autoscaling
2024-03-25 07:37:02 -07:00
Jefftree 294dbbb3f6 update comments 2024-03-25 10:27:37 -04:00
windsonsea bc8ca12569 [zh] Add translations to kube-state-metrics.md 2024-03-25 18:02:40 +08:00
ydFu a6332247d9 [zh] sync contribute\analytics.md
Signed-off-by: ydFu <ader.ydfu@gmail.com>
2024-03-25 17:11:01 +08:00
Kubernetes Prow Robot 7fd03bd37d
Merge pull request #45650 from Arhell/ru-upd
[ru] Update Weave Net link to newly supported fork
2024-03-24 20:45:16 -07:00
Kubernetes Prow Robot b4516a9bf2
Merge pull request #45646 from Arhell/zh-upd
[zh] Update Weave Net link to newly supported fork
2024-03-24 17:16:56 -07:00
Arhell 009cb6eae8 [ru] Update Weave Net link to newly supported fork 2024-03-25 00:14:29 +02:00
Kubernetes Prow Robot 689288afcd
Merge pull request #45607 from prashantrewar/update-kubectl-docs
Move the introduction page from SIG CLI guides to the kubectl reference
2024-03-24 12:12:08 -07:00
Anish Ramasekar 3ef1d0bb84
Fix docs for authentication: s/errors/error 2024-03-24 09:56:05 -07:00
xin gu fb937306e4 sync kube-scheduler taint-and-toleration topology-spread-constraints 2024-03-24 20:49:40 +08:00
Kubernetes Prow Robot edaafa2865
Merge pull request #45247 from a-mccarthy/a-mccarthy-fix-43281
Update analytics dashboard and change link on site
2024-03-24 03:34:39 -07:00
Kubernetes Prow Robot 864ac8bec6
Merge pull request #45108 from aramase/aramase/d/kep_3331_beta_docs
Add docs for Structured Authn beta
2024-03-24 03:08:39 -07:00
Arhell a3662828dd [zh] Update Weave Net link to newly supported fork 2024-03-24 10:02:42 +02:00
Michal Srb ab13afe034
Fix typo
Missing space.
2024-03-23 21:47:21 +01:00
Kubernetes Prow Robot 5f50b28154
Merge pull request #45276 from gauravkghildiyal/new-topology-field
Document .spec.trafficDistribution field in Service
2024-03-23 03:22:33 -07:00
Kubernetes Prow Robot a7c220cae9
Merge pull request #45176 from tallclair/apparmor-1.30
Apparmor 1.30
2024-03-23 03:12:39 -07:00
Kubernetes Prow Robot 16a3008f5c
Merge pull request #45129 from AxeZhan/beta3960
graduate PodLifecycleSleepAction to beta (KEP 3960)
2024-03-22 17:51:53 -07:00
Kubernetes Prow Robot bb807c2119
Merge pull request #45639 from ydFu/update-node-label
Update error rendering in node-labels.md
2024-03-22 17:47:41 -07:00
Kubernetes Prow Robot 8e761315d1
Merge pull request #45504 from network-charles/network-charles-patch-2
Update resource-usage-monitoring.md
2024-03-22 17:41:27 -07:00
Arhell 8c2fc0e579 [es] Update Weave Net link to newly supported fork 2024-03-23 00:14:31 +02:00
Kubernetes Prow Robot 4798e44c7b
Merge pull request #45509 from mrueg/add-kube-state-metrics
Add section about kube-state-metrics
2024-03-22 07:14:28 -07:00
Manuel Rüger c1e7578efb Add section about kube-state-metrics 2024-03-22 11:24:30 +01:00
Kubernetes Prow Robot 9b9476973f
Merge pull request #45638 from ydFu/zh-node-index
[zh] sync reference\node\_index.md
2024-03-22 02:46:01 -07:00
Kubernetes Prow Robot ed4a49efee
Merge pull request #45636 from AnirudhPenmatcha/patch-2
Added a link to the minikube installation website
2024-03-22 02:04:51 -07:00
Kubernetes Prow Robot 9bd7b80e10
Merge pull request #45637 from able8/patch-9
Add new commands to kubectl quick-reference.md
2024-03-22 01:56:22 -07:00
ydFu 1f41bea3c7 Update error rendering in node-lable.md
Signed-off-by: ydFu <ader.ydfu@gmail.com>
2024-03-22 14:53:29 +08:00