Commit Graph

47637 Commits (72542add9ee56929860b191f9f1d68340d2d7506)

Author SHA1 Message Date
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
Kubernetes Prow Robot 180af3babf
Merge pull request #45705 from xmudrii/pkgs-k8s-io-nits
pkgs.k8s.io: fix nits from previous PRs
2024-03-27 06:52: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 aebbd2fbbf
Merge pull request #45704 from sftim/20240327_fix_security_context
Fix broken hyperlink
2024-03-27 05:00: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
vaibhav2107 e5dc0b9ebc Update the Build link in README file 2024-03-27 11:27:36 +05:30
Kubernetes Prow Robot 88b0b06957
Merge pull request #45676 from adityasamant25/issue-45597
Add a note to specify the required Hugo version in the prerequisites.
2024-03-26 21:04:52 -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
Kubernetes Prow Robot a2049966a9
Merge pull request #45692 from windsonsea/proenv
[zh] Sync setup/production-environment/_index.md
2024-03-26 19:24: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
Kubernetes Prow Robot 7db0d00eb1
Merge pull request #45682 from xmudrii/pkgs-k8s-io-update
Update pkgs.k8s.io blog to reflect legacy repos removal
2024-03-26 07:55:20 -07: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