Commit Graph

16115 Commits (0f4eb182c5ff63786c27e8559c3686ad45ab6e3f)

Author SHA1 Message Date
Kubernetes Prow Robot ed72287310
Merge pull request #30433 from SgtCoDFish/cert-manager-link-ko
[ko] update cert-manager docs link
2021-11-11 09:48:08 -08:00
Kubernetes Prow Robot 92e5d41881
Merge pull request #30439 from sysnet4admin/patch-4
Update apparmor.md
2021-11-11 09:46:08 -08:00
Kubernetes Prow Robot 0a17c09a37
Merge pull request #30257 from aysabzevar/feature/add-sudo-redhat-es
[es] add sudo to Red Hat-based distributions
2021-11-11 08:08:08 -08:00
Kubernetes Prow Robot 297bb525fe
Merge pull request #30383 from fenggw-fnst/work
[zh] Update create-cluster-kubeadm.md and fix invalid links
2021-11-11 02:55:51 -08:00
syxunion 8039754872
translate Reference/Glossary/Eviction (#30438)
* translate Reference/Glossary/Eviction

* modify full_link path
2021-11-11 02:53:50 -08:00
Kubernetes Prow Robot 3f0994baba
Merge pull request #30434 from SgtCoDFish/cert-manager-link-zh
[zh] Update cert-manager docs link
2021-11-11 00:55:50 -08:00
Vaibhav f58c7705bb Remove the link as refereneced content is missing 2021-11-11 14:10:19 +05:30
Hoon Jo 9ac60ec13d
Update apparmor.md
Due to exec command DEPRECATED. so please add `--` to avoid info message. 

`Current`
```
root@wk8s-m:~# kubectl exec hello-apparmor cat /proc/1/attr/current
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead.
k8s-apparmor-example-deny-write (enforce)
``` 

```
root@wk8s-m:~# kubectl exec hello-apparmor touch /tmp/test
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead.
touch: /tmp/test: Permission denied
command terminated with exit code 1
```

`Change`
```
root@wk8s-m:~# kubectl exec hello-apparmor -- cat /proc/1/attr/current
k8s-apparmor-example-deny-write (enforce)
```

```
root@wk8s-m:~# kubectl exec hello-apparmor -- touch /tmp/test
touch: /tmp/test: Permission denied
command terminated with exit code 1
```
2021-11-11 16:02:04 +09:00
Arhell f5dea3bb90 [ja] removed Contiv.io 2021-11-11 00:35:47 +02:00
Ashley Davis 5e4e284a71
[zh] update cert-manager docs link
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2021-11-10 14:19:50 +00:00
Ashley Davis ed69e93716
[ko] update cert-manager docs link
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2021-11-10 14:19:04 +00:00
Ashley Davis 8ae9faaed1
[en] update link to cert-manager docs
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2021-11-10 14:18:23 +00:00
Kubernetes Prow Robot 53f7612552
Merge pull request #30186 from sandersaares/request-is-not-a-guarantee
A CPU request does not result in a guarantee
2021-11-09 23:15:26 -08:00
Kubernetes Prow Robot 8f52166ac8
Merge pull request #28887 from chenxuc/pause-resume2
clarify rollout behavior in deployment
2021-11-09 23:13:26 -08:00
Guangwen Feng a7d816000a [zh] Update create-cluster-kubeadm.md and fix invalid links
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2021-11-10 14:03:24 +08:00
Kubernetes Prow Robot dea1834fe9
Merge pull request #30396 from Arhell/typo-fix
[zh] fixed a typo
2021-11-09 19:21:25 -08:00
Kubernetes Prow Robot 23ab74022d
Merge pull request #30402 from fenggw-fnst/work2
[zh] Fix typo
2021-11-09 19:19:26 -08:00
Kubernetes Prow Robot 8e846d1655
Merge pull request #30367 from steven-my/29329-translation-for-admin-4
translation for section admin4
2021-11-09 18:39:27 -08:00
Kubernetes Prow Robot c3318e0cd9
Merge pull request #30400 from RA489/ha
Improvement to create cluster using minikube
2021-11-09 18:35:26 -08:00
Kubernetes Prow Robot 5436d4af9d
Merge pull request #30398 from jihoon-seo/211109_Make_redirection_for_highly-available-control-plane
Make redirection for highly-available-control-plane
2021-11-09 18:33:26 -08:00
Kubernetes Prow Robot 2245b59156
Merge pull request #30387 from kvaps/omit-api-audiences
ServiceAccountTokenVolumeProjection: api-audiences flag can be omitted
2021-11-09 18:31:27 -08:00
Kubernetes Prow Robot c4ce619f28
Merge pull request #30369 from vivek-koppuru/basic-auth-fix
Fix wording of basic auth secret doc to keep it consistent with validation
2021-11-09 17:15:26 -08:00
Luiz Guilherme Ribeiro 51802636f9
Update scale-intro.html (pt-br)
The doc version for brazilian portuguese scale-intro page seems to be generated by an AI powered engine, which is not quite right and/or specific as the original one.

This PR changes a few words and a bit of the structure of the phrase in the pt-br doc, using de original (en) version as source of information.
2021-11-09 21:21:46 -03:00
Kubernetes Prow Robot c15f89b549
Merge pull request #30411 from justaugustus/steering-2021
Update Steering membership following 2021 election
2021-11-09 13:21:48 -08:00
Wang 2d560fd4fb
Update custom-resources.md 2021-11-10 05:07:02 +09:00
Josh Berkus 009e15655a Add Arnaud to the Thanks section.
Signed-off-by: Josh Berkus <josh@agliodbs.com>
2021-11-09 10:05:24 -08:00
Kubernetes Prow Robot b81dcba911
Merge pull request #30412 from kubernetes/dev-1.22-ko.2
[ko] 2nd Korean localization work for v1.22
2021-11-09 05:39:47 -08:00
Stephen Augustus 5cebb20920
blog: Lint warnings and username fixes in 2021 Steering post
Signed-off-by: Stephen Augustus <foo@auggie.dev>
2021-11-09 06:35:34 -05:00
Wang 324e4e07fa
[en] update custom-resources
Make it clear that the main API server delegates requests to user created API server.
2021-11-09 18:31:31 +09:00
Kubernetes Prow Robot 0e19aed5dc
Merge pull request #30137 from anyulled/main
[es] add concepts/services-networking/service
2021-11-09 00:59:39 -08:00
Guangwen Feng 0877306b40 [zh] Fix typo
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2021-11-09 14:25:48 +08:00
RA489 1ddef08a50 Improvement to create cluster page 2021-11-09 11:06:25 +05:30
Kubernetes Prow Robot 7d7d0224f7
Merge pull request #30010 from ClaudiaJKang/ko-29560
[ko] Translate docs/tasks/administer-cluster/sysctl-cluster.md in Korean
2021-11-08 19:49:40 -08:00
Juhee Kang ccf05596df [ko] Translate docs/tasks/administer-cluster/sysctl-cluster.md in Korean 2021-11-09 11:28:07 +09:00
Kubernetes Prow Robot d886d65675
Merge pull request #29957 from sftim/20211007_document_thirdparty-content_shortcode
Document {{% thirdparty-content %}} shortcode
2021-11-08 18:23:39 -08:00
Jihoon Seo 047c8577d5 Make redirection for highly-available-control-plane 2021-11-09 10:50:38 +09:00
Kubernetes Prow Robot e35a6e103f
Merge pull request #30118 from Shatakshi0805/fix-link-in-release-managers.md
fix broken link in release-managers.md
2021-11-08 17:26:49 -08:00
Kubernetes Prow Robot a45e1b3347
Merge pull request #30368 from TreeKat71/main
Typo `etcdutl` in configure-upgrade-etcd.md
2021-11-08 17:20:49 -08:00
Aravindh Puthiyaparambil c0dd24a8ba
storage: create new file for projected volumes
Move inline examples into the examples folder
2021-11-08 16:07:33 -08:00
Christoph Blecker bf0e9ea2e5
Fix typo in SC blog post 2021-11-08 15:15:53 -08:00
Arhell a5180ea3e1 [zh] fixed a typo 2021-11-09 00:29:52 +02:00
Kubernetes Prow Robot a812761d1d
Merge pull request #30395 from reylejano/update-non-root-blog
Blog: renamed non-root-containers-and-devices.md to have date prefix
2021-11-08 14:27:20 -08:00
Rey Lejano 120d0424c2 renamed non-root-containers-and-devices.md to 2021-11-09-non-root-containers-and-devices.md 2021-11-08 13:45:03 -08:00
Rey Lejano aba3e29883 renamed steering-committee-results-2021 to 2021-11-08-steering-committee-results-2021.md and update date 2021-11-08 13:33:55 -08:00
Kaslin Fields 65faac6f3e
Create steering-committee-results-2021 2021-11-08 11:48:36 -08:00
Kubernetes Prow Robot 5ac4b5f765
Merge pull request #29703 from mythi/non-root-containers-and-devices-blog
blog: non-root containers and devices
2021-11-08 07:47:20 -08:00
Mikko Ylinen c7cb7683f9 blog: non-root containers and devices
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2021-11-08 17:39:13 +02:00
Kubernetes Prow Robot 1e090d8f1a
Merge pull request #29868 from RA489/activedeadlinesec
explanation of the role of activeDeadlineSeconds in initContainers be…
2021-11-08 06:43:00 -08:00
Andrei Kvapil 69c6dc0a82
Refer ServiceAccountTokenVolumeProjection documentation instead of providing incorrect instructions.
Since Kubernetes v1.20 it is enabled by default.
2021-11-08 15:16:05 +01:00
Andrei Kvapil 02d9cec45e
api-audiences flag can be omitted 2021-11-08 11:52:11 +01:00
Kubernetes Prow Robot 8453f2e116
Merge pull request #29981 from riita10069/feature/content/concepts/services-networking/service
[ja] Replace with a link in Japanese  `concepts/service`
2021-11-08 00:40:58 -08:00
Kubernetes Prow Robot 5c6b0ca541
Merge pull request #29979 from riita10069/feature/concepts/cluster-administration/cluster-administration-overview
[ja] Replace with a link in Japanese about cluster-administration-overview.md
2021-11-08 00:38:58 -08:00
Kubernetes Prow Robot e287b837ed
Merge pull request #29982 from riita10069/feature/reference/access-authn-authz/rbac
[ja] Replace with a link in Japanese about `reference/access-authn-authz/rbac.md`
2021-11-08 00:36:59 -08:00
Kubernetes Prow Robot 67f5fdbc68
Merge pull request #30329 from ClaudiaJKang/ko-30039
[ko] Translate docs/tasks/debug-application-cluster/debug-stateful-set.md in Korean
2021-11-07 23:12:52 -08:00
Steven Yan f4962730fa translation for section admin4 2021-11-08 14:57:40 +08:00
Juhee Kang c6f45d97d7 [ko] Translate docs/tasks/debug-application-cluster/debug-stateful-set.md in Korean 2021-11-08 13:55:18 +09:00
Kubernetes Prow Robot 9217cc4c33
Merge pull request #30380 from Arhell/update-gates
[zh] Update feature-gates.md
2021-11-07 19:24:52 -08:00
Kubernetes Prow Robot 4dfa86568d
Merge pull request #30381 from yoonian/dev-1.22-ko.2-yoonian
[ko] Update dev-1.22-ko.2 (M52,M53)
2021-11-07 18:28:52 -08:00
PyungHo Yoon 3b1edf71c7 [ko] Update dev-1.22-ko.2 (M52,M53) 2021-11-08 11:06:16 +09:00
Kubernetes Prow Robot dee445dded
Merge pull request #30310 from bang9211/bang9211/setup-konnectivity/v0.1
[ko] Translate tasks/extend-kubernetes/setup-konnectivity.md in Korean
2021-11-07 17:42:54 -08:00
Bob Furu b5b60db805 Replace Docker image with container image and other minor edits for clarity 2021-11-07 20:21:09 -05:00
Kubernetes Prow Robot 565f0259f0
Merge pull request #30211 from superleo/branch1
[zh]Concept files to sync for 1.22 #29325 task 12
2021-11-07 16:40:52 -08:00
Arhell a547f15396 [zh] fix typos 2021-11-08 00:35:10 +02:00
bang9211 ae23d6d492 Translate tasks/extend-kubernetes/setup-konnectivity.md in Korean 2021-11-08 01:03:34 +09:00
superleo c5abf03306 [zh]Concept files to sync for 1.22 #29325 task 12 2021-11-07 23:26:26 +08:00
Arhell f8e9d4e60b [zh] Update feature-gates.md 2021-11-07 11:36:55 +02:00
Kubernetes Prow Robot 9a81b3c08d
Merge pull request #30372 from Arhell/upd
[zh] Update configure-gmsa.md
2021-11-06 22:14:52 -07:00
Kubernetes Prow Robot dfbb64991f
Merge pull request #30117 from ztzxt/patch-1
Bump dashboard version to 2.4.0 from 2.3.1
2021-11-06 19:26:51 -07:00
Maciej Filocha aaa429e62d Synchronize Polish localization for ver 1.22, part b1
Synchronize Polish localization with upstream up to 273ea3671f.
Part 1.
2021-11-06 15:52:17 +01:00
Kubernetes Prow Robot 6eb257fee5
Merge pull request #30328 from ClaudiaJKang/ko-30038
[ko] Translate docs/tasks/debug-application-cluster/get-shell-running-container.md in Korean
2021-11-06 06:50:51 -07:00
Kubernetes Prow Robot fde75d600a
Merge pull request #30272 from bang9211/bang9211/ingress-minikube/v0.2
[ko] Translate tasks/access-application-cluster/ingress-minikube.md in Korean
2021-11-06 06:48:51 -07:00
Juhee Kang 9941eaa555 [ko] Translate docs/tasks/debug-application-cluster/get-shell-running-container.md in Korean 2021-11-06 22:43:39 +09:00
Kubernetes Prow Robot e4509e714e
Merge pull request #30358 from jihoon-seo/211104_ko_Update_outdated_files_p1
[ko] Update outdated files in dev-1.22-ko.2 (M42-M47)
2021-11-06 06:42:52 -07:00
Kubernetes Prow Robot 1199160897
Merge pull request #30363 from seokho-son/out1.22ko-m57
[ko] Add note for outdated Korean for windows docker in k8s
2021-11-06 06:40:51 -07:00
Kubernetes Prow Robot 6053227298
Merge pull request #30315 from seokho-son/out1.22ko-m38
[ko] Fix outdated pod-topology-spread-constraints.md Korean
2021-11-06 06:38:51 -07:00
Kubernetes Prow Robot e1db27adb3
Merge pull request #30362 from seokho-son/out1.22ko-m46
[ko] Update dev-1.22-ko.2 (M46, M48-M50)
2021-11-06 06:34:51 -07:00
Kubernetes Prow Robot ee388cd638
Merge pull request #30309 from seokho-son/out1.22ko-m36
[ko] Update outdated in dev-1.22-ko.2(36-37)
2021-11-06 06:32:51 -07:00
clarinette9 d450873fcf
add bfe to ingress-controllers.md
add link and introduction of bfe ingress controller to /content/zh/docs/concepts/services-networking/ingress-controllers.md
2021-11-06 20:36:33 +08:00
clarinette9 5de494f375
add bfe to ingress-controllers.md
add link and introduction of bfe ingress controller to /content/en/docs/concepts/services-networking/ingress-controllers.md
2021-11-06 20:31:47 +08:00
Vitthal Sai f200e6d223 Updated circtl version to v1.22.0 from v1.17.0 in install kubeadm doc 2021-11-06 11:56:43 +05:30
Kubernetes Prow Robot 273ea3671f
Merge pull request #30370 from chris-short/patch-1
Adding links to kubernetes.dev
2021-11-05 23:14:51 -07:00
Arhell 9d5f23ab6b [zh] Update configure-gmsa.md 2021-11-06 00:18:44 +02:00
Kubernetes Prow Robot 6aad0849aa
Merge pull request #30278 from wiggitywhitney/extensions-copy
Improve Extensions Definition
2021-11-05 13:56:41 -07:00
Kubernetes Prow Robot 80b4fe0cac
Merge pull request #30069 from sftim/20211013_tweak_kubectl_skew_advice
Tweak advice about kubectl skew
2021-11-05 13:52:40 -07:00
Chris Short ee6b1a831e
Adding links to kubernetes.dev
Boosting the contributor site up in Google rankings is a priority for the Kubernetes Upstream Marketing team: https://github.com/kubernetes/contributor-site/issues/202

Adding links here where appropriate:
- Contributor Cheatsheet
- kubernetes.dev itself
- contributor resources
2021-11-05 12:52:38 -04:00
Kubernetes Prow Robot f446293659
Merge pull request #30320 from Arhell/oracle
[pt-br] Including Oracle Cloud Infrastructure
2021-11-05 06:43:52 -07:00
Vivek Koppuru 4f9f1dccfc Fix wording of basic auth secret doc to keep it consistent with validation 2021-11-05 18:18:03 +05:30
Muller Hsu f0c98092e9
Update configure-upgrade-etcd.md
Typo
Should be `etcdctl` not etcdutl
2021-11-05 17:53:56 +08:00
Kubernetes Prow Robot 77106691d7
Merge pull request #30251 from aysabzevar/feature/add-sudo-redhat-ko
[ko] add sudo to Red Hat-based distributions
2021-11-04 20:11:53 -07:00
Kubernetes Prow Robot ff7a649956
Merge pull request #30151 from kerthcet/feature/add-introduce-to-scheduler-v1beta3
add introductions for scheduler component config api migrations
2021-11-04 17:31:53 -07:00
Kubernetes Prow Robot 65ee4acae8
Merge pull request #30277 from seokho-son/out1.22ko-m39
[ko] Update contribute new-content of 1.22-ko.2
2021-11-04 09:08:04 -07:00
Kubernetes Prow Robot 174c41370c
Merge pull request #30228 from seokho-son/out1.22ko-m62
[ko] Update kubeadm-upgrade
2021-11-04 09:06:05 -07:00
Kubernetes Prow Robot 4c46ade2e6
Merge pull request #30227 from seokho-son/out1.22ko-m61
[ko] Update highly-available-control-plane
2021-11-04 09:00:06 -07:00
wiggitywhitney 2ec7040fd4 Improve Extensions Definition 2021-11-04 10:37:37 -05:00
Seokho Son ba621d0919 Add note for outdated Korean for win k8s 2021-11-05 00:25:32 +09:00
Seokho Son d571d0585d Update dev-1.22-ko.2 (M46, M48-M50) 2021-11-04 23:19:07 +09:00
Samuel Culpepper 7a8fef9992
update pod mapping to avoid deprecation notice 2021-11-04 14:30:51 +01:00
Jihoon Seo 91303e1a93 [ko] Update outdated files in dev-1.22-ko.2 (M42-M47) 2021-11-04 18:53:28 +09:00
Kubernetes Prow Robot 2011e9af62
Merge pull request #30316 from seokho-son/out1.22ko-m55
[ko] Update outdated contents in dev-1.22-ko.2 M55-56
2021-11-04 01:50:04 -07:00
Seokho Son 134a0c1c9e Update outdated in dev-1.22-ko.2(36-37) 2021-11-04 17:49:06 +09:00
Kubernetes Prow Robot 30a45ebddd
Merge pull request #30276 from seokho-son/out1.22ko-m67
[ko] Update outdated Korean for task m67-m71
2021-11-04 01:48:03 -07:00
Kubernetes Prow Robot 014eb69dbd
Merge pull request #30275 from seokho-son/out1.22ko-m6x
[ko] Update outdated Korean for task m63-m66
2021-11-04 01:46:04 -07:00
Carlos Panato bbe5439576
update patch release for november 2021 cycle
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2021-11-04 09:05:56 +01:00
Carlos Panato 1068af1a37
remove release 1.19 from the active patch release
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2021-11-04 09:05:31 +01:00
kerthcet c0175c5635 add introductions for scheduler component config api migrations
Signed-off-by: kerthcet <kerthcet@gmail.com>
2021-11-04 10:10:30 +08:00
Kubernetes Prow Robot 0c04e2c54c
Merge pull request #30146 from neolit123/1.23-update-ts-guide-for-cert-rotation
kubeadm/TS guide: fix a misleading step about cert rotation
2021-11-03 18:28:03 -07:00
Kubernetes Prow Robot 5862d9155e
Merge pull request #30147 from chirangaalwis/patch-5
Notify deletion of Kubelet Bootstrap Token
2021-11-03 17:56:03 -07:00
Arhell 38cae7e7e8 [ja] fixed broken link in intro-windows-in-kubernetes.md 2021-11-04 01:42:48 +02:00
Aaron Crickenberger 156173d622 replace dnsutils example image
The gcr.io/kubernetes-e2e-test-images repo is deprecated and will
eventually go away. Use an equivalent image from the project-owned
k8s.gcr.io repo
2021-11-03 14:32:58 -07:00
Kubernetes Prow Robot e8d6117d3e
Merge pull request #30203 from gochist/ko-controllers
[ko] Update concepts/workloads/controllers
2021-11-03 11:46:32 -07:00
Seokho Son 09f1a0073b Update outdated in dev-1.22-ko.2 M55-56 2021-11-04 03:38:49 +09:00
Kubernetes Prow Robot 34f4f9154b
Merge pull request #30323 from tengqm/zh-sync-manage-resource
[zh] Resync manage resources for containers
2021-11-03 08:39:26 -07:00
lifeoncloud 973c4b561c fixed typo 2021-11-03 21:09:17 +09:00
Mayo Cream b28f95e934
[zh] concept of owners and dependents (#30325)
* [zh] concept of owners and dependents

* update shell example

* Update owners-dependents.md
2021-11-03 04:26:58 -07:00
Mayo Cream 43f3660d2b
[zh] fix typo in endpoint slices (#30335) 2021-11-03 02:44:58 -07:00
Kubernetes Prow Robot 8eb247531e
Merge pull request #30199 from gochist/ko-storage
[ko] Update content/ko/docs/concepts/storage
2021-11-03 01:30:58 -07:00
Kubernetes Prow Robot 07cafe7848
Merge pull request #30339 from ptux/patch-4
Update _index.md
2021-11-02 23:40:57 -07:00
Qiming Teng a2d70a7740 [zh] Resync manage resources for containers 2021-11-03 14:34:10 +08:00
Wang 6ae08f504e
Update _index.md
Releated PR:

https://github.com/kubernetes/website/pull/30337
2021-11-03 14:10:55 +09:00
Arhell d31f2b963a [zh] add a newline 2021-11-03 00:49:02 +02:00
Kubernetes Prow Robot f8276a4830
Merge pull request #30107 from chirangaalwis/patch-3
Update "multiple schedulers" example
2021-11-02 15:31:42 -07:00
Kubernetes Prow Robot 191cc3f267
Merge pull request #29790 from GCES-Kubernetes/translation/ptBrPortsAndProtocols
[pt-br] Adding translation of ports and protocols page
2021-11-02 15:19:42 -07:00
Kubernetes Prow Robot d56c8b4e28
Merge pull request #30324 from tengqm/zh-sync-install-kubectl-win
[zh] Resync install-kubectl-windows page
2021-11-02 08:18:59 -07:00
June Yi 70c42572af [ko] Update concepts/workloads/controllers
refs #30000 tasks M29-M35

Co-authored-by: Jerry Park <jaehwa@gmail.com>
2021-11-02 23:47:06 +09:00
chirangaalwis 7449bb36a0 Update config refs to KubeSchedulerConfiguration 2021-11-02 19:56:21 +05:30
Kubernetes Prow Robot 007f515d17
Merge pull request #30168 from arosequist/patch-1
Add missing space before parenthesis
2021-11-02 05:18:59 -07:00
Marcos Nery bd66c9294b fixing typo 2021-11-02 05:39:11 -03:00
Chiranga Alwis c5cb03ab13
Shorten the description on field updating
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-11-02 14:01:35 +05:30
Chiranga Alwis 7b6d84ec7c
Use note short code to highlight the content
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-11-02 13:59:24 +05:30
Qiming Teng 2514621e9e [zh] Resync install-kubectl-windows page 2021-11-02 13:56:08 +08:00
Guangwen Feng 5a92aaf08b Fix typo
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2021-11-02 13:38:41 +08:00
Kubernetes Prow Robot ad70f37b94
Merge pull request #30255 from aysabzevar/feature/add-sudo-redhat-zh
[zh] add sudo to Red Hat-based distributions
2021-11-01 22:10:58 -07:00
Kubernetes Prow Robot f49e939aa7
Merge pull request #30247 from aysabzevar/main
add sudo to Red Hat-based distributions - en
2021-11-01 22:06:58 -07:00
Kubernetes Prow Robot 63329f4959
Merge pull request #30307 from cloris-cc/patch-2
correct the word
2021-11-01 22:02:59 -07:00
Chiranga Alwis 514db9eb70
Improve and reorder the wording
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-11-02 10:31:38 +05:30
Chiranga Alwis eedbfd5724
Add content best practices
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-11-02 10:28:51 +05:30
Kubernetes Prow Robot e0538831df
Merge pull request #30219 from calvin0327/fix-zh-kubeadm
[zh] update the kubeadm website
2021-11-01 21:56:58 -07:00
Arhell bf9e748dfb [pt-br] Including Oracle Cloud Infrastructure 2021-11-02 00:15:18 +02:00
Seokho Son 16d70bddc9 Fix outdated pod-topology-spread-constraints.md Korean 2021-11-02 02:50:38 +09:00
Kubernetes Prow Robot afbc5fc55f
Merge pull request #30305 from Arhell/include
[es] Including Oracle Cloud Infrastructure
2021-11-01 10:29:19 -07:00
Seokho Son 6d18d306c2 Update outdated in dev-1.22-ko.2(67-71) 2021-11-02 02:12:17 +09:00
Seokho Son b5f838fb88 Update outdated in dev-1.22-ko.2(63-66) 2021-11-02 02:09:26 +09:00
Seokho Son 41a823b194 Update highly-available-control-plane Ko 2021-11-02 02:01:39 +09:00
Kubernetes Prow Robot fdeb34b1fd
Merge pull request #30313 from Shubham82/correct-K8s_bug_reports-link
Corrected the "all Kubernetes bug reports" link in Kubernetes Security and Disclosure Information.
2021-11-01 09:55:20 -07:00
Kubernetes Prow Robot 1a8c641d79
Merge pull request #25299 from sftim/20201129_revise_api_reference
Revise “Kubernetes API Concepts”
2021-11-01 09:47:20 -07:00
Kubernetes Prow Robot b30a5df214
Merge pull request #30262 from doughgle/patch-1
Use kubectl exec [POD] -- [COMMAND] instead.
2021-11-01 09:09:18 -07:00
Kubernetes Prow Robot 7c5f6e0ea9
Merge pull request #29645 from GCES-Kubernetes/translation/InstallingKubeadmPtBr
[pt-br] Adding brazilian portuguese translation of Installing Kubeadm page
2021-11-01 04:47:19 -07:00
Shubham Kuchhal f9faa6f658 Corrected the "all Kubernetes bug reports" link in Kubernetes Security and Disclosure Information. 2021-11-01 15:20:47 +05:30
calvin 10b2b47d24 fix the kubeadm websit. 2021-11-01 10:23:00 +08:00
Arhell 7e9fe3df12 [es] Including Oracle Cloud Infrastructure 2021-11-01 00:53:06 +02:00
Kubernetes Prow Robot cae09cc667
Merge pull request #30197 from gochist/ko-service-networking
[ko] Update content/ko/docs/concepts/services-networking/
2021-10-31 08:51:17 -07:00
Kubernetes Prow Robot 3b451370f1
Merge pull request #30301 from msyhu/dev-1.22-ko.2
debug content/ko/docs/concepts/scheduling-eviction/assign-pod-node.md…
2021-10-31 08:49:19 -07:00
Kubernetes Prow Robot 574997c97e
Merge pull request #30298 from deepak1725/dk-korean-netflix
[ko] fix broken blog link
2021-10-31 08:45:18 -07:00
Kubernetes Prow Robot 8600a6aa08
Merge pull request #30291 from alculquicondor/patch-2
Fix whitespace in pod topology spread constraints page
2021-10-31 06:31:18 -07:00
June Yi c86777c6a1 [ko] Update content/ko/docs/concepts/services-networking/
refs #30000 tasks M23, M24, M25 and M26

Co-authored-by: Seokho Son <shsongist@gmail.com>
2021-10-31 17:59:16 +09:00
Jacky 55192e1214
correct the word 2021-10-31 16:52:15 +08:00
msyhu cd7474e1e4 debug content/ko/docs/concepts/scheduling-eviction/assign-pod-node.md in Korean 2021-10-30 11:08:25 +09:00
Arhell 5aa34694fa [ja] Including Oracle Cloud Infrastructure 2021-10-30 01:08:34 +03:00
Kubernetes Prow Robot bc785b9dbc
Merge pull request #30256 from marosset/windows-runasnonroot-updates
Updating runAsNonRoot support for Windows
2021-10-29 14:37:10 -07:00
Deepak Sharma ef7d2b1985 fix broken blog link in korean locale 2021-10-29 19:01:07 +05:30
Kubernetes Prow Robot 3dd978ec23
Merge pull request #29019 from SergeyKanzhelev/nodeRegistrationRequired
Node re-registration required to update the node labels
2021-10-29 01:10:51 -07:00
Sergey Kanzhelev 40b013b63f Node re-registration required to update the node labels 2021-10-29 05:25:48 +00:00
Anyul Rivas a898d3884f
Apply suggestions from code review
Co-authored-by: Victor Morales <chipahuac@hotmail.com>
2021-10-28 21:48:35 +02:00
Siddhant Prateek 6ba1534f10
Mentioned Markdown flavor in Contribution new content
Signed-off-by: Siddhant Prateek <siddhantprateek@gmail.com>
2021-10-28 22:31:00 +05:30
Brad Beck b48ddd9e90 Fix zsh completion setup 2021-10-28 10:02:50 -05:00
Aldo Culquicondor 1061e7ff22
Fix whitespace in pod topology spread constraints page 2021-10-28 08:46:17 -04:00
Rodrigo Queiro f3921c9028
Remove "basic" from supported API auth methods
This was removed in v1.19.
2021-10-28 11:57:07 +02:00
Kubernetes Prow Robot 891953ec20
Merge pull request #30260 from neolit123/1.23-update-note-about-config-print
kubeadm-config.md: update the page to reflect current state
2021-10-28 02:16:28 -07:00
Kubernetes Prow Robot 5f7c3bca75
Merge pull request #30282 from aserputov/issue-30281
Fix: typo in install-kubeadm.md
2021-10-28 01:02:27 -07:00
Kubernetes Prow Robot 30d7ee91e1
Merge pull request #30196 from gochist/ko-security
[ko] Update `content/ko/docs/concepts/security`
2021-10-27 21:47:01 -07:00
Kubernetes Prow Robot b4f69ff8ad
Merge pull request #30195 from gochist/ko-ingress
[ko] Update content/ko/docs/concepts/services-networking/ingress.md
2021-10-27 21:45:02 -07:00
Kubernetes Prow Robot de4728e314
Merge pull request #30178 from gochist/ko-outdated-m2
[ko] Update `concepts/architecture/nodes.md`
2021-10-27 21:43:02 -07:00
Kubernetes Prow Robot 7137b0be9f
Merge pull request #30236 from zwpaper/patch-2
[zh]drop the ServerSideApply disabling part as it is GA
2021-10-27 19:27:02 -07:00
Anatoliy Serputov cb60b1dd00 Fix: typo in install-kubeadm.md 2021-10-27 19:57:28 -04:00
Kubernetes Prow Robot 62f62f3828
Merge pull request #30230 from neolit123/1.23-fix-link-to-custom-images
kubeadm: fix link to kubeadm-init#custom-images
2021-10-27 16:29:03 -07:00
Kubernetes Prow Robot 850e16fe38
Merge pull request #30193 from PranshuSrivastava/broken_link
fixed the broken link
2021-10-27 16:21:02 -07:00
Kubernetes Prow Robot 01a8f26250
Merge pull request #30234 from calvin0327/improvement-install-kubeadm
Improvement for install-kubeadm
2021-10-27 16:07:02 -07:00
Kubernetes Prow Robot a3c025e979
Merge pull request #30274 from liggitt/podsecurity-typo
Fix typo in podsecurity config example
2021-10-27 13:08:25 -07:00
Seokho Son a3666a7dac Update contribute/new-content of 1.22-ko.2 2021-10-28 04:43:17 +09:00
Anyul Rivas 8db68de0bb
Apply suggestions from code review
Co-authored-by: Victor Morales <chipahuac@hotmail.com>
2021-10-27 21:39:59 +02:00
Anyul Rivas ec14f72ae3
Update content/es/docs/concepts/services-networking/service.md
Co-authored-by: Victor Morales <chipahuac@hotmail.com>
2021-10-27 21:28:02 +02:00
Kubernetes Prow Robot 3feb2bdf1b
Merge pull request #30023 from gochist/ko-outdated-m11
[ko] Update outdated content in dev-1.22-ko.2 (Task M11)
2021-10-27 11:22:25 -07:00
Jordan Liggitt 0dfdffe95f Fix typo in podsecurity config example 2021-10-27 13:58:12 -04:00
Ali Yousefi Sabzevar e8f6406a33 add sudo to Red Hat-based distibutions, fix the sudo problem with cat using tee - es 2021-10-27 18:15:38 +02:00
Ali Yousefi Sabzevar 5a5d5584d8 fix the sudo problem with cat using tee - zh 2021-10-27 18:05:19 +02:00
Ali Yousefi Sabzevar bf117eb1b4 fix the sudo problem with cat using tee - ko 2021-10-27 18:01:27 +02:00
Lubomir I. Ivanov 586b359b05 kubeadm-config.md: update the page to reflect current state
We have seen a number of questions around the usage of "config print".
Clarify the usage of this command. Add a note that the output should
not be taken literally.

Link to the "customizing components" page instead of the "kubelet
integration" page. The former already links to the later.

Remove note about kube-dns which hasn't been supported for a while.
2021-10-27 18:52:53 +03:00
bang9211 c739af9cf1 Translate tasks/access-application-cluster/ingress-minikube.md in Korean 2021-10-28 00:34:37 +09:00
June Yi 50b47b2d4a [ko] Update outdated content in dev-1.22-ko.2 (Task M11)
Co-authored-by: Seokho Son <shsongist@gmail.com>
2021-10-28 00:08:22 +09:00
Jonas Steinberg 094d9c034b
remove period and change script to command
Incorrect punctuative period and change the word script to command for uniformity.
2021-10-27 08:41:51 -05:00
Guilherme Macedo b1d1fc369e
Minor typo corrections and improvements for 'Overview of Cloud Native Security' page (#30185)
* Update overview.md

Minor typo corrections and improvements.

* Update overview.md

* Fix broken link
2021-10-27 05:53:25 -07:00
Ali Yousefi Sabzevar d895791f1f fix the sudo problem with cat using tee - en 2021-10-27 14:22:35 +02:00
Tim Bannister f5bb0c7e8a Document thirdparty-content shortcode 2021-10-27 11:04:28 +01:00
Richie McG a7a4745b79
Revert an incorrect fix
corrections for  etctutl command name incorrectly “fixed” #30215
2021-10-27 18:56:16 +09:00
Kubernetes Prow Robot 069a17ce6d
Merge pull request #30249 from aysabzevar/feature/add-sudo-redhat-ru
add sudo to Red Hat-based distributions - ru
2021-10-27 01:45:25 -07:00
Kubernetes Prow Robot 0a43f74008
Merge pull request #30252 from aysabzevar/feature/add-sudo-redhat-fr
add sudo to Red Hat-based distributions - fr
2021-10-27 01:33:25 -07:00
Douglas Hellinger b2035168a7
Clarify why cordon all but 4 nodes. 2021-10-27 15:58:55 +08:00
Kubernetes Prow Robot 6490aafd51
Merge pull request #30242 from sftim/20211026_fix_version_for_release_notes
Link to the release notes for the version of Kubernetes being documented
2021-10-26 21:43:26 -07:00
Kubernetes Prow Robot 63921abd6e
Merge pull request #30246 from mlbiam/patch-2
Update link to new OpenUnison project documentation site
2021-10-26 21:37:26 -07:00
Wei Zhang 8c63481ccd
clean up tailing spaces
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2021-10-27 11:35:44 +08:00