Commit Graph

22911 Commits

Author SHA1 Message Date
Kubernetes Prow Robot d5105b529e Merge pull request #26464 from oke-py/style
style: separate commands from output
2021-02-12 02:10:47 -08:00
Kubernetes Prow Robot d99604bbaf Merge pull request #26471 from mccricardo/fix/missing-end
fix: add missing end
2021-02-12 02:08:47 -08:00
sahadat_hossain 2c942aeb79 fixed grammatical mistake 2021-02-12 15:27:01 +06:00
Kubernetes Prow Robot e512e4ef78 Merge pull request #25619 from zwindler/patch-1
fix: errors in base64 and sed commands
2021-02-12 01:10:47 -08:00
sahadat_hossain d053563e8b fixed some typos and grammatical mistakes 2021-02-12 14:53:34 +06:00
Yang Jiao 807eeda15f Apply suggestions from code review
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-02-12 15:40:54 +08:00
sahadat_hossain 58c3f18336 fixed some typos and grammatical mistakes 2021-02-12 12:36:36 +06:00
kakarotbyte 72d6fb8cd1 Update service.md
The VPC CIDR was switched to Subnet CIDR. Reason why This was changed is because exposing entire VPC CIDR in the SG might have been consider as security threat.

 So updating the Document.

Code referenece 

https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/legacy-cloud-providers/aws/aws.go#L4008
2021-02-11 16:03:49 -06:00
Kubernetes Prow Robot 9afb531553 Merge pull request #26458 from pierrchen/runtimeclass
security: add container runtime class as an option to provider extra container security
2021-02-11 06:32:16 -08:00
Ricardo Castro f141a3c414 fix: add missing end 2021-02-11 13:16:12 +00:00
luzg 6d1f6e5943 [zh] translate blog Dockershim Deprecation FAQ
fix according to tengqm
2021-02-11 21:10:30 +08:00
Kubernetes Prow Robot 632bd32bb5 Merge pull request #26456 from eTimS/patch-2
Minor - Systemd enable command to enable CRI-O at boot time
2021-02-11 04:00:16 -08:00
Kubernetes Prow Robot 3ff53efc38 Merge pull request #26467 from oke-py/invalid-hash
fix an invalid location.hash
2021-02-11 03:32:15 -08:00
Miguel Angel Garcia a6eb08d778 fix cronjob code for examples 2021-02-11 12:24:35 +01:00
Naoki Oketani e13caad951 fix an invalid location.hash 2021-02-11 20:04:59 +09:00
Peri Thompson 52920a9a85 Added limitation with windows network services 2021-02-11 10:32:24 +00:00
Naoki Oketani e0e68de173 style: separate commands from output 2021-02-11 18:29:01 +09:00
Kubernetes Prow Robot 23d70ea0bd Merge pull request #26409 from zhiguo-lu/zh-trans-task-migrating-telemetry-security-agent-from-dockershim
[zh] translate "Migrating telemetry and security agents from dockershim"
2021-02-11 00:18:15 -08:00
Kubernetes Prow Robot 734865fb71 Merge pull request #26412 from ydFu/fix-url-issue-26382
Fail links in compute-device-assignment.md
2021-02-10 23:22:16 -08:00
Kubernetes Prow Robot 107f4a7d73 Merge pull request #26452 from jacksgt/patch-1
Clarify selection of default HPA scaling policy
2021-02-10 23:20:15 -08:00
Qiming Teng 31b2260133 [zh] Fix some bad links in tasks section 2021-02-11 15:14:47 +08:00
Jack Henschel a33e903e3a Clarify selection of default HPA scaling policy
Without first mentioning where the number 40 is coming from, it was a bit unclear why 40 would be the threshold value for policy selection in this case.
I hope this patch clarifies it.
2021-02-11 09:03:54 +02:00
Bin Chen 9a3347cd2d security: add container runtime class as an option to provider extra container security 2021-02-11 10:41:08 +11:00
eTimS f4a96f4e7c Update content/en/docs/setup/production-environment/container-runtimes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-02-11 00:27:23 +01:00
Kubernetes Prow Robot a4e48ec21a Merge pull request #26440 from jailton/pt/docs/tutorials
[pt] Add content for hello-minikube in português
2021-02-10 13:06:15 -08:00
Jailton Lopes f26aab795e Fix typo in file docs/tutorials/hello-minikube.md 2021-02-10 17:13:31 -03:00
Kubernetes Prow Robot 3c22c23255 Merge pull request #26446 from pierrchen/headless
service-network: add some clarity to headless service
2021-02-10 06:34:59 -08:00
eTimS dc4836b626 Minor - Systemd enable command to enable CRI-O at boot time
Added "sudo systemctl enable crio enable" to configure systemd to enable CRI-O at boot time, as shown in the CRI-O install.md doc: https://github.com/cri-o/cri-o/blob/master/install.md#user-content-starting-cri-o
2021-02-10 15:22:48 +01:00
Kubernetes Prow Robot ca018cfccb Merge pull request #26453 from oke-py/style
remove command from output block
2021-02-10 05:18:59 -08:00
Jailton Lopes 5d973fa5fd Fix typos in file docs/tutorials/hello-minikube.md 2021-02-10 10:13:46 -03:00
Qiming Teng 29b9263d53 [zh] Fix translation of hostname in TLS example 2021-02-10 20:56:16 +08:00
Naoki Oketani a1f5566dc0 remove command from output block 2021-02-10 21:33:19 +09:00
Kubernetes Prow Robot 8377d08841 Merge pull request #25986 from schollii/master
Clarify binaryData handling by kubectl create and describe
2021-02-10 02:16:59 -08:00
Kubernetes Prow Robot 739c65ceb8 Merge pull request #26451 from jacksgt/patch-1
Fix column alignment in debug-service.md
2021-02-10 02:14:59 -08:00
Kubernetes Prow Robot 484df55083 Merge pull request #26429 from yaodingyd/patch-1
Fix indentation
2021-02-10 02:13:00 -08:00
Jack Henschel ddf8d77d7a Fix column alignment in debug-service.md
Previously, the columns showing one of kubectl's output were misaligned and thereby confusing.
2021-02-10 10:39:32 +01:00
Bin Chen 52f35431d9 service-network: add some clarity to headless service 2021-02-10 16:41:45 +11:00
Jailton Lopes ee5b6e8247 Add content/pt/docs/tutorials/hello-minikube.md 2021-02-09 13:20:06 -03:00
Yao Ding 70ebc7f6ec Update ephemeral-containers.md 2021-02-09 08:11:02 -05:00
Kubernetes Prow Robot 1f3478e635 Merge pull request #26435 from npu21/dualstack_en
Dual-stack docs correction
2021-02-09 05:08:58 -08:00
luzg ecbbb15a59 [zh] translate Migrating telemetry and security agents from dockershim
fix according to howieyuen and tengqm
2021-02-09 21:08:22 +08:00
Kubernetes Prow Robot c24f62c16a Merge pull request #26389 from kbhawkey/fixup-simply-usage
clean up use of word: simply
2021-02-09 02:02:40 -08:00
Kubernetes Prow Robot 539e524882 Merge pull request #26273 from Cweiping/feature/clairly_resource_quota_limit_for_PriorityClass
Clarify ResourceQuota limit for PriorityClass
2021-02-09 01:59:31 -08:00
Weiping Cai 188ccc220b Clairly Resourcequota limit for PriorityClass
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2021-02-09 16:05:04 +08:00
Yang Jiao 2471ced338 [zh] sync and update statefulset.md
update based on English version of statefulset.md

1. added a block inside #stable-network-id
2. sync tables and blocks
3. added a sentence in #parallel-pod-management
2021-02-09 15:36:57 +08:00
Zhang Yong dc1de9e3ae Dual-stack docs correction 2021-02-09 11:21:29 +08:00
Zhang Yong 0ec95934a2 Dual-stack docs correction 2021-02-09 11:05:57 +08:00
Zhang Yong c1cc1e6b06 fix an invalid url 2021-02-09 10:38:40 +08:00
Yong Zhang e6ee962e9f Merge pull request #11 from kubernetes/master
merge
2021-02-09 10:23:39 +08:00
Kubernetes Prow Robot d0a532e473 Merge pull request #26430 from Arhell/upd
[zh] update docker-cli-to-kubectl
2021-02-08 17:50:58 -08:00