Kubernetes Prow Robot
b8e03f26eb
Merge pull request #42033 from windsonsea/kubey
...
[zh] sync /command-line-tools-reference/kubelet.md
2023-07-15 16:13:05 -07:00
Hasan Rashid
ad3a2affde
Update content/en/docs/concepts/overview/components.md
...
Co-authored-by: Michael <haifeng.yao@daocloud.io>
2023-07-15 18:32:27 -04:00
xin gu
b76dc830d6
sync service storage-classes configure-pdb
2023-07-15 17:03:30 +08:00
Pushkar Joglekar
d0f4d5fd29
Add OWNERS for reference/issues-security
...
Updated existing OWNERS ALIASES file
2023-07-14 20:48:47 -07:00
Matthias Bastian
d4067524c5
Fix StableLoadBalancerNodeSet feature gate name ( #42024 )
...
* Fix StableLoadBalancerNodeSet feature gate name
* Limit changes to English language
2023-07-14 18:27:08 -07:00
windsonsea
79e5233be9
[zh] sync /command-line-tools-reference/kubelet.md
2023-07-15 09:24:52 +08:00
Arhell
9f0ed700fe
[ja] Add --rm for temporary pod command
2023-07-15 04:12:34 +03:00
Kubernetes Prow Robot
6dc25c5920
Merge pull request #40811 from tengqm/fix-kubelet-feature-gates
...
Fix feature gates flag in kubelet reference
2023-07-14 16:57:08 -07:00
Kubernetes Prow Robot
878e595aec
Merge pull request #42027 from fsmunoz/sig-cli-url-fix
...
Add canonicalUrl to SIG CLI Spotlight
2023-07-14 16:32:40 -07:00
Mauren Berti
a3b7cfd886
Add in-place substitution option for linkchecker.py ( #41983 )
...
* Add in-place replacement option for linkchecker.py
Add a new flag '-w' to enable an experimental in-place replacement for Markdown
links only.
* Apply suggestions from code review
Use formatted string literals instead of simple concatenation.
Co-authored-by: Matt Boersma <Matt.Boersma@microsoft.com>
* Remove other paths that should not be changed.
* Add more logic to remove paths that start with http or paths that are already linking to the localized page (i.e. start with '/<language-code>').
* Apply suggestions from code review
Simplify expressions.
Co-authored-by: Matt Boersma <Matt.Boersma@microsoft.com>
* Avoid updating pages in English.
* Fix syntax error in set comprehension
* Expand on documentation for new -w flag
* Update documentation for linkchecker.py in README
* Add a blurb with information about the new -w
switch that describes what it does and what is
the purpose of adding this behaviour change.
* Update the previously existing description to
match the currently available script flags.
---------
Co-authored-by: Matt Boersma <Matt.Boersma@microsoft.com>
2023-07-14 10:07:49 -07:00
Frederico Muñoz
01083711ee
Add canonicalUrl to SIG CLI Spotlight
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-07-14 12:17:30 +01:00
Kubernetes Prow Robot
1c28e2d882
Merge pull request #42014 from Arhell/fa-shell
...
[fr] Fix a shell command
2023-07-13 23:43:49 -07:00
Michael
d77bf5447c
[zh] sync /workloads/pods/_index.md
2023-07-14 13:52:38 +08:00
Mukunda Johnson
04173f92d3
grammar fixes for guaranteed-scheduling-critical-addon-pods.md
...
- Just nitpicks.
2023-07-13 19:55:55 -05:00
Kubernetes Prow Robot
9508871b5b
Merge pull request #41894 from yanggangtony/fix-typo-words-cn
...
[zh-cn] Sync concepts/workloads/pods/_index.md
2023-07-13 17:11:28 -07:00
Arhell
44a904ba7d
[fr] Fix a shell command
2023-07-14 00:13:56 +03:00
lakshmi
4659cdb26a
fix format
2023-07-14 00:21:07 +05:30
Kubernetes Prow Robot
77a5fe32bd
Merge pull request #41973 from fsmunoz/sig-cli-spotlight
...
Add SIG CLI Spotlight article
2023-07-13 11:43:37 -07:00
Frederico Muñoz
5bca38ffaa
Update content/en/blog/_posts/2023-07-20-sig-cli-spotlight.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-07-13 18:00:02 +01:00
Frederico Muñoz
a87ad4083b
SIG CLI Spotlight placeholder
...
Co-authored-by: Arpit Agrawal <72355275+Hii-Arpit@users.noreply.github.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-07-13 16:22:07 +01:00
Kubernetes Prow Robot
3eb5c3ea4b
Merge pull request #41455 from MrErlison/pt-br/versions
...
[pt-br] Update docs/home/supported-doc-versions.md
2023-07-13 06:58:05 -07:00
Marco Voelz
44cce36683
VPA also requires scale subresource labelSelector
2023-07-13 14:27:43 +02:00
Kubernetes Prow Robot
b55e8bcaf5
Merge pull request #39196 from atiratree/pdbs-arbitrary-controllers
...
PDBs: mention scale subresource in Arbitrary Controllers and Selectors
2023-07-13 05:24:05 -07:00
Kubernetes Prow Robot
5e6d914504
Merge pull request #38786 from mattcary/mig-reg
...
Detail zonal provisioning for GCE PD
2023-07-13 05:22:05 -07:00
lakshmi prasuna
4a87fb5850
Mention default type of Service in “Defining a Service” section ( #41855 )
...
* Explain default type of Service in “Defining a Service” section
* incorporated with review comments
* removed unnecessary whitespace
2023-07-13 05:04:06 -07:00
windsonsea
9af97843b5
[zh] sync pull-image-private-registry.md
2023-07-13 16:09:14 +08:00
yanggang
ff08a32db5
[zh-cn] Sync concepts/workloads/pods/_index.md
...
Signed-off-by: yanggang <gang.yang@daocloud.io>
2023-07-13 15:11:48 +08:00
Kubernetes Prow Robot
5da7cb5e7c
Merge pull request #41917 from Arhell/hi-upd
...
[hi] Fix labs.play-with-k8s.com
2023-07-12 20:36:04 -07:00
Tomas Tormo
866a0d28c4
Add FailedToRetrieveImagePullSecret event description to pull-image-private-registry ( #41897 )
2023-07-12 19:51:30 -07:00
Kubernetes Prow Robot
f1088bc03b
Merge pull request #41997 from asa3311/sync-zh-27
...
[zh] sync service windows-storage workloads/_index nodes
2023-07-12 19:47:30 -07:00
Kubernetes Prow Robot
989d9924d3
Merge pull request #41959 from mahmut-Abi/patch-1
...
[zh-cn] Update content/zh-cn/docs/reference/using-api/api-concepts.md
2023-07-12 18:35:31 -07:00
Kubernetes Prow Robot
324797f652
Merge pull request #42002 from Arhell/es-shell
...
[es] Fix a shell command
2023-07-12 14:27:30 -07:00
Arhell
413e07eab4
[es] Fix a shell command
2023-07-13 00:13:06 +03:00
Kubernetes Prow Robot
dc5ebf0456
Merge pull request #41932 from stormqueen1990/fix/remove-reviewers-pt-br
...
[pt-br] Cleanup Portuguese localization reviewers sections
2023-07-12 10:47:12 -07:00
mahmut
6a8ffa1fdd
Update content/zh-cn/docs/reference/using-api/api-concepts.md
...
Co-authored-by: Michael <haifeng.yao@daocloud.io>
2023-07-13 01:17:14 +08:00
Kevin Hannon
b3af1a9553
add a note mentioning the rename in 1.28
2023-07-12 12:47:25 -04:00
Mohammed Boukhalfa
4737689819
Translating SVG images in localization contributions
2023-07-12 19:46:11 +03:00
xin gu
9c606c7db6
sync service windows-storage workloads/_index nodes
2023-07-12 22:10:30 +08:00
Mauren Berti
2cd71c3484
Remove reviewers from the front-matter who are not Portuguese locale owners
...
* Remove empty reviewers sections and reviewers sections that contain reviewers who are not reviewers for the Portuguese localization.
2023-07-12 09:58:48 -04:00
Kubernetes Prow Robot
c185ebb4d4
Merge pull request #37593 from sftim/20221029_improve_workload_apis_overview
...
Improve overview for workload APIs
2023-07-12 05:31:12 -07:00
Kubernetes Prow Robot
30c99ee49b
Merge pull request #41360 from cuong-ts/patch-1
...
Update README-vi.md
2023-07-12 05:23:12 -07:00
Kubernetes Prow Robot
65716fb423
Merge pull request #41725 from tuibeovince/feature-add_learning_environment_redirect_ja
...
Add ja redirect for learning environment
2023-07-12 05:11:12 -07:00
Matt Smith
a17face3ee
Add uncordon step to containerd migration doc ( #41796 )
...
* Add uncordon step
Added a step to uncordon the node since it was drained at the beginning of this process.
* Update change-runtime-containerd.md
One more edit to the wording
* Move the uncordon step to the end and reword previous step.
2023-07-12 05:05:12 -07:00
Kubernetes Prow Robot
bdea620da4
Merge pull request #41991 from thisisharrsh/fix_the_link
...
Fix the broken link for Kubernetes Volume Plugin
2023-07-12 04:59:12 -07:00
Kubernetes Prow Robot
902119c0ce
Merge pull request #41985 from Arhell/id-shell
...
[id] Fix a shell command
2023-07-12 03:35:16 -07:00
Kubernetes Prow Robot
47dfdcd654
Merge pull request #41491 from rolfedh/id-replace-deprecated-fullversion
...
[id] Replace deprecated fullversion shortcode #41485
2023-07-12 03:33:12 -07:00
Rolfe Dlugy-Hegwer
e3fa37b649
[ja] Replace deprecated fullversion shortcode
2023-07-12 06:01:50 -04:00
harsh
0df0f2a8ab
Fixed the link for Kubernetes Volume Plugin
2023-07-12 13:24:41 +05:30
Arda Güçlü
cecd565f90
Update environment variable description
2023-07-12 08:26:16 +03:00
Hasan Rashid
36fd15ae39
Clarifying number of examples of controllers
2023-07-12 00:15:40 -04:00