Commit Graph

46277 Commits (00ab3f51ec9410619128d3e55a35493f7a6a8f14)

Author SHA1 Message Date
Kubernetes Prow Robot 5f4ccd594f
Merge pull request from choznerol/patch-1
Fix `matchLabelKeys` example yaml
2024-02-13 11:27:39 -08:00
Kubernetes Prow Robot 0b391dd206
Merge pull request from tuladhar/fix-socks5-diagram
socks5-proxy-access-api.md: fix broken mermaid diagram
2024-02-13 04:22:20 -08:00
Puru 69706582d4
Fix mermaid syntax error 2024-02-13 14:14:10 +05:45
Takumi Sue 57f0fbfa7b
Translate blog/2023/01/06/unhealthy-pod-eviction-policy-for-pdbs/ into Japanese ()
* Translate blog/2023/01/06/unhealthy-pod-eviction-policy-for-pdbs/

into Japanese

* Update content/ja/blog/_posts/2023-01-06-unhealthy-pod-eviction-policy-for-pdb.md

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>

* Update content/ja/blog/_posts/2023-01-06-unhealthy-pod-eviction-policy-for-pdb.md

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>

* Update content/ja/blog/_posts/2023-01-06-unhealthy-pod-eviction-policy-for-pdb.md

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>

* Update content/ja/blog/_posts/2023-01-06-unhealthy-pod-eviction-policy-for-pdb.md

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>

* Update content/ja/blog/_posts/2023-01-06-unhealthy-pod-eviction-policy-for-pdb.md

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>

* Update content/ja/blog/_posts/2023-01-06-unhealthy-pod-eviction-policy-for-pdb.md

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>

* Update content/ja/blog/_posts/2023-01-06-unhealthy-pod-eviction-policy-for-pdb.md

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>

* Update content/ja/blog/_posts/2023-01-06-unhealthy-pod-eviction-policy-for-pdb.md

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>

* Update content/ja/blog/_posts/2023-01-06-unhealthy-pod-eviction-policy-for-pdb.md

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>

* Update content/ja/blog/_posts/2023-01-06-unhealthy-pod-eviction-policy-for-pdb.md

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>

* Update content/ja/blog/_posts/2023-01-06-unhealthy-pod-eviction-policy-for-pdb.md

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>

* Remove whitespace between en/ja words

* Improve translation

* Update content/ja/blog/_posts/2023-01-06-unhealthy-pod-eviction-policy-for-pdb.md

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

* Update content/ja/blog/_posts/2023-01-06-unhealthy-pod-eviction-policy-for-pdb.md

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

* Update content/ja/blog/_posts/2023-01-06-unhealthy-pod-eviction-policy-for-pdb.md

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

* Update content/ja/blog/_posts/2023-01-06-unhealthy-pod-eviction-policy-for-pdb.md

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>

* Update content/ja/blog/_posts/2023-01-06-unhealthy-pod-eviction-policy-for-pdb.md

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>

* Update content/ja/blog/_posts/2023-01-06-unhealthy-pod-eviction-policy-for-pdb.md

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>

* Use singular

---------

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2024-02-12 22:02:14 -08:00
Lawrence Chou 3ca2b443ac
Fix `matchLabelKeys` example yaml syntax
It should be `spec.template.spec.affinity` instead of `spec.template.affinity`.

```
$ explain deploy.spec.template.spec.affinity
GROUP:      apps
KIND:       Deployment
VERSION:    v1

FIELD: affinity <Affinity>

...
```
```
$ k explain deploy.spec.template.affinity
GROUP:      apps
KIND:       Deployment
VERSION:    v1

error: field "affinity" does not exist
```
2024-02-13 10:37:33 +08:00
Arhell b3c94ccf4a [zh] Fix path for example yaml 2024-02-13 00:20:07 +02:00
Kubernetes Prow Robot a75dd33c21
Merge pull request from dtzar/updatehugonode
Update hugo and node versions
2024-02-12 11:45:28 -08:00
Kubernetes Prow Robot a037d46987
Merge pull request from sftim/20240118_improve_pod_docs
Improve docs for Pods
2024-02-12 11:41:16 -08:00
Kubernetes Prow Robot a46a5f6521
Merge pull request from kptlr/fix-kubernetes-cluster-architecture-svg
Fix lines kubernetes-cluster-architecture.svg
2024-02-12 11:32:52 -08:00
Kubernetes Prow Robot 6326bef3a9
Merge pull request from vardanaloyan/patch-1
Update quick-reference.md
2024-02-12 11:29:52 -08:00
Kubernetes Prow Robot 8ff58166a0
Merge pull request from thisisharrsh/fix_the_link
Fixed the link for create a ConfigMap
2024-02-12 11:27:01 -08:00
Dipesh Rawat a3f297bc80
Use new feature_gate_name option 2024-02-12 19:16:20 +00:00
Dipesh Rawat a936505492
Update feature-state shortcode with dynamic state retrieval 2024-02-12 19:16:20 +00:00
Dipesh Rawat 65e31b4fbe
Document how to use feature_gate_name param with feature-state shortcode 2024-02-12 19:16:20 +00:00
steve-hardman 0290715170
Fix path for example yaml in 'Coarse Parallel Processing Using a Work Queue' task page ()
* Fix link for example yaml

* Fix link for example yaml

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

---------

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2024-02-12 11:12:06 -08:00
Holger Schneider fdc49a6ba8
[pt-br] Add /docs/tasks/access-application-cluster/configure-access-m… ()
* [pt-br] Add /docs/tasks/access-application-cluster/configure-access-multiple-clusters.md

* Update configure-access-multiple-clusters.md

Fixed typos, anchor links and made some of the recommended changes.

* Update configure-access-multiple-clusters.md

Fixed incorrect link
2024-02-11 16:14:48 -08:00
Holger Schneider 5c7d129567
[pt-br] Add /docs/tasks/access-application-cluster/access-cluster.md ()
* [pt-br] Localization of /docs/tasks/access-application-cluster/access-cluster.md

* Update access-cluster.md

Added the suggested changes

* Update access-cluster.md

made another improvement

* Update access-cluster.md

fixed minor mistakes

* Update access-cluster.md

Updated to incorporate recommended changes

* Update access-cluster.md

Fixing remaining typos and missing anchors
2024-02-11 16:11:52 -08:00
Daniel Bodky 509e265b07
Finalize first draft 2024-02-10 21:52:21 +01:00
steve-hardman 95ca85963c
Mention 'exclude-from-external-load-balancers' in the kubeadm create cluster page ()
* Mention exclude-from-external-load-balancers

* Mention exclude-from-external-load-balancers

* Mention exclude-from-external-load-balancers

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

---------

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2024-02-09 06:50:09 -08:00
Lubomir I. Ivanov 9593771ee9 kubeadm-certs: add notes about different external CA approaches
There are multiple ways to prepare the credentials for use
with "external CA" mode:
- manual
- using kubeadm CSRs
- using kubeadm phases
2024-02-09 12:23:03 +02:00
Kubernetes Prow Robot d613e76b13
Merge pull request from my-git9/patch-2475
[zh-cn]sync kubelet-credentialprovider.v1.md
2024-02-09 02:13:55 -08:00
xin.li 7eb5b5deee [zh-cn]sync kubelet-credentialprovider.v1.md
Signed-off-by: xin.li <xin.li@daocloud.io>
2024-02-09 16:28:21 +08:00
xin.li 3689f414a1 [zh-cn] sync kubeadm-config.v1beta3.md
Signed-off-by: xin.li <xin.li@daocloud.io>
2024-02-09 16:26:41 +08:00
KKtheGhost 06182c9a63 [zh] sync `concepts/containers/image.md`
Update content/zh-cn/docs/concepts/containers/images.md

Co-authored-by: Mengjiao Liu <mengjiao.liu@daocloud.io>
Co-authored-by: Michael <haifeng.yao@daocloud.io>
2024-02-08 22:10:27 +09:00
Petr Belyakov 8aebaca452
Fix lines kubernetes-cluster-architecture.svg 2024-02-08 12:46:21 +03:00
Harsh Tripathi 86734b7036
Update volumes.md with the suggested changes. 2024-02-08 10:30:07 +05:30
Daniel Bodky e2950c6631
Adds section on scaling on cluster size 2024-02-07 19:55:25 +01:00
Daniel Bodky 4b040f5e0e
Adds section on KEDA 2024-02-07 19:54:09 +01:00
shukawam c61a39b53a Replace カット by 作成 2024-02-07 15:38:19 +09:00
harsh 99e37ab8d1 Fixed the link for create a ConfigMap 2024-02-07 12:05:07 +05:30
Shuhei Kawamura db113526ae
Update content/ja/blog/_posts/2024-01-15-SIG-Release-Spotlight/index.md
Co-authored-by: atoato88 <akihito-inou@nec.com>
2024-02-07 14:45:51 +09:00
shukawam 71c3504e41 Translate the alt attr of sg-release-overview 2024-02-07 14:30:42 +09:00
Kubernetes Prow Robot 80aa5f53d5
Merge pull request from my-git9/patch-14702
[zh-cn] sync kubectl/quick-reference.md
2024-02-06 04:11:13 -08:00
tamilselvan1102 bfbc726330 [ja] fix term "computer" variations 2024-02-06 16:36:42 +05:30
shukawam 2bfbb66ad8 Fixed the indent and add bold style to ol 2024-02-06 12:49:38 +09:00
shukawam 4bdd8b7a67 Merge branch 'main' of https://github.com/shukawam/website 2024-02-06 11:50:09 +09:00
Kubernetes Prow Robot 2525fba615
Merge pull request from yungserge/ru-localisation
[ru] Localization of concepts/workloads/controllers/cron-jobs.md
2024-02-05 02:03:03 -08:00
Kubernetes Prow Robot 5a115ba1af
Merge pull request from Arhell/zh-typo
[zh] Resolve typos
2024-02-04 19:37:29 -08:00
Kubernetes Prow Robot 779ceebead
Merge pull request from steve-hardman/add-cni-link
Add link to supported networking addons in "Creating a cluster with kubeadm" page
2024-02-04 03:33:39 -08:00
Daniel Bodky 6d1ffc9a35
Adds VPA section 2024-02-04 12:30:32 +01:00
Daniel Bodky 7d9fcf3a7a
Refactors overview and introduction of manual/vertical scaling 2024-02-04 11:54:20 +01:00
Daniel Bodky a8f4d3ad6e
Removes verbose examples from concepts 2024-02-04 11:41:29 +01:00
Kubernetes Prow Robot 9eef95f621
Merge pull request from sftim/20231219_move_feature_gates_pages_ko
[ko] Move feature gates pages
2024-02-04 02:32:05 -08:00
Daniel Bodky b3e12f09ef
Adds suggestions from 2nd review 2024-02-04 11:30:19 +01:00
xin.li cbaa0dde9f [zh-cn] sync kubectl/quick-reference.md
Signed-off-by: xin.li <xin.li@daocloud.io>
2024-02-04 18:00:17 +08:00
steve-hardman cb5a5adc2e
Add link to network add-ons list 2024-02-04 01:31:38 +00:00
steve-hardman bcc1119a41
Add link to network add-ons list 2024-02-04 01:30:28 +00:00
steve-hardman cf665959d8
Add link to network add-ons list
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2024-02-04 01:28:11 +00:00
steve-hardman 2e741ee848
Add link to network add-ons list 2024-02-04 00:38:26 +00:00
Junya Okabe 72accd4b18
[ja] add figure/description in `content/ja/docs/concepts/architecture/_index.md` ()
* update: content/ja/docs/concepts/architecture/_index.md

* update: L5

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

---------

Co-authored-by: inukai <82919057+t-inu@users.noreply.github.com>
2024-02-03 04:22:42 -08:00