Commit Graph

20951 Commits (808dfd432d7be9ef1d95fbcc22b0e8d7930b83ca)

Author SHA1 Message Date
Sylvain COULOMBEL 08fbeb5953 Use configmap inside a k8s pod command, as entrypoint is docker specific 2020-11-17 22:34:17 +01:00
nodecaf 24bd49980b
Update taint-and-toleration.md
Missing key=value in the key taint removal example
2020-11-18 08:31:36 +11:00
Sylvain COULOMBEL 1ec78b1f28 Improve configmap usage as pod command and args 2020-11-17 21:54:25 +01:00
JJ Asghar 3be56a6099 Update health-checks.md
Looks like the formatting for ```shell isn't outputting correctly on the page.

Signed-off-by: JJ Asghar <jjasghar@gmail.com>
2020-11-17 14:45:19 -06:00
Laszlo Janosi c640aee603
explain the new MixedProtocolLBService feature flag 2020-11-17 19:49:17 +00:00
Kubernetes Prow Robot de6d96dc5c
Merge pull request #25083 from eyenx/patch-2
Update dead Link to Docker EE Installation
2020-11-17 10:58:05 -08:00
Kubernetes Prow Robot ade0bc97d4
Merge pull request #25084 from sftim/20201117_fix_kubecon_banner
Fix KubeCon banner
2020-11-17 09:14:05 -08:00
bassaer 8ae0b72e59 remove conflict marker 2020-11-18 01:44:42 +09:00
Kubernetes Prow Robot bb270a2b82
Merge pull request #25085 from sharath94z/patch-1
Fix typo in container restart policy doc
2020-11-17 08:16:04 -08:00
SHARATH ARADHYAMATH 983df6134c
Fix typo in container restart policy #25041
Issue: https://github.com/kubernetes/website/issues/25041

Description: Missing space in the word "forthat", it should be "for that".

Fix: Fixed the missing space in "forthat" under the topic "Container restart policy".

Doc link: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy
2020-11-17 20:11:39 +05:30
Tim Bannister 88d31d27a2 Fix KubeCon banner
- match event theme
  artwork color copied from https://github.com/cncf/artwork/blob/master/examples/other.md
- fix broken logo link
2020-11-17 13:36:50 +00:00
Toni Tauro ccbab9c9d6
Update dead Link to Docker EE Installation
Link to official documentation. Mirantis Link is dead (404)
2020-11-17 14:33:43 +01:00
Kubernetes Prow Robot 497e2ccb10
Merge pull request #25036 from tengqm/zh-sync-network-policy
[zh] Resync concepts/services-networking/network-policies.md
2020-11-17 04:30:07 -08:00
Qiming Teng 84df6d3207 [zh] Resync network-policies 2020-11-17 16:50:29 +08:00
Kubernetes Prow Robot dcd16d57fa
Merge pull request #25072 from yuandongx/patch-1
【ZH】typo : 云控制器管理器的基础概念 #25060
2020-11-16 21:20:05 -08:00
Xu Yuandong 9fe5011ec8
【ZH】typo : 云控制器管理器的基础概念 #25060
fix typo kubernetes/website#25060
2020-11-17 12:32:14 +08:00
Kubernetes Prow Robot ce40d8da83
Merge pull request #24538 from Cweiping/feature/fix_node-conformance_apiserver_adress_error
fix node-conformance apiserver adress flag error
2020-11-16 18:46:04 -08:00
Weiping Cai e245787641
fix node-conformance apiserver adress error
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-11-17 10:11:45 +08:00
Shihang Zhang b9cd9ddaa4 add description for CSIServiceAccountToken 2020-11-16 18:06:09 -08:00
Kubernetes Prow Robot a0803dbc59
Merge pull request #24999 from tengqm/zh-sync-2
[zh] Sync changes from English site (2)
2020-11-16 17:46:04 -08:00
Kubernetes Prow Robot 45da282d76
Merge pull request #24998 from tengqm/zh-sync-1
[zh] Sync changes from English site (1)
2020-11-16 17:44:06 -08:00
Kubernetes Prow Robot 3f689758dc
Merge pull request #24719 from tengqm/zh-translate-test
[zh] Translate docs/test.md
2020-11-16 17:42:05 -08:00
Kubernetes Prow Robot e5f81e70fa
Merge pull request #25050 from pierrchen/etcdSetup
kubeadm: add instruction to check kubelet status
2020-11-16 16:22:05 -08:00
Kubernetes Prow Robot d249077048
Merge pull request #24907 from neolit123/1.20-master-label
kubeadm: remove general output from "kubeadm init"
2020-11-16 14:46:04 -08:00
Tim Bannister 304661b156 Update cluster auditing task page
Tidying; also drop details of third-party audit configuration

- aggregated API servers
- remove examples of log shipping with fluentd and Logstash

These examples would find a better home in a blog article or elsewhere
on the web. For example, a new blog article that provides detailed
advice about how to deploy log aggregation, configure log shipping into
the aggregator, and protect the audit logs from tampering.
2020-11-16 22:34:04 +00:00
Arhell 6953047371 fix "read more" button 2020-11-17 00:24:37 +02:00
Lubomir I. Ivanov c6ac783000 manual-rotation-of-ca-certificates: use kube-controller-manager naming 2020-11-16 23:09:07 +02:00
Lubomir I. Ivanov 61e330d06d manual-ca-rotation: adjust note for "--client-ca-file"
- Instead of telling the users to remove the flag, tell them
that they can point to a copy of the new CA for --client-ca-file
--cluster-signing-cert-file that is not in a bundle with the old CA.
- Don't reference the kubeadm issue. If sig-auth has a tracking
issue for --client-ca-file / --cmanual-ca-rotation: adjust note for "--client-ca-file"

- Instead of telling the users to remove the --client-ca-file flag,
tell them that they can point to a copy of the new CA.
Mention the same for --cluster-signing-cert-file.
- Don't reference the kubeadm issue. If sig-auth has a tracking
issue for --client-ca-file / --cluster-signing-cert-file and bundles
we can add that at some point.
2020-11-16 23:09:07 +02:00
Lubomir I. Ivanov dd402eff76 kubeadm: remove general output from "kubeadm init"
Leave only the message:
  "Your Kubernetes control-plane has initialized..."
and the details bellow it.
2020-11-16 22:53:36 +02:00
Kubernetes Prow Robot 2c60b53b0c
Merge pull request #25049 from tengqm/drop-turnkey
[zh] Drop turnkey cloud solutions
2020-11-16 07:17:05 -08:00
Kubernetes Prow Robot 6a4f5a7f5a
Merge pull request #25045 from tengqm/zh-sync-workloads-index
[zh] Resync concepts/workloads/_index.md
2020-11-16 06:51:05 -08:00
Kubernetes Prow Robot 8c7b1c590c
Merge pull request #24554 from sftim/20201013_dot_github_code_owners
Set code owners for /.github
2020-11-16 02:57:05 -08:00
Bin Chen 74243e9397 kubeadm: add instruction to check kubelet status
kubelet can fail to start due to various reason, e.g mismatching cgroup
drivers. Add this step to save user from having to go back and check when
found etcd cluster is not running successfully.
2020-11-16 19:50:31 +11:00
Kubernetes Prow Robot adb8342b01
Merge pull request #25059 from tptpp/patch-1
Wrong translation of ServiceTypes:LoadBalancer
2020-11-16 00:21:05 -08:00
Qiming Teng 7ce6ab0a47 [zh] Sync changes from English site (8) 2020-11-16 16:06:42 +08:00
tp 6671db257e
Wrong translation of ServiceTypes:LoadBalancer
doc url:
https://kubernetes.io/zh/docs/concepts/services-networking/service/

part:
publishing-services-service-types -- LoadBalancer

maybe trnaslate as "云提供商的负载均衡器" is better.
2020-11-16 15:01:46 +08:00
Kubernetes Prow Robot f33d9c4259
Merge pull request #25051 from DangHT/master
[zh] modify links to en-docs in tutorials to zh-docs
2020-11-15 22:55:04 -08:00
Kubernetes Prow Robot c5c7f9b80a
Merge pull request #25048 from zhiguo-lu/zh-translate-tutorials-configure-java-microservice
[zh] translate tutorials configure-java-microservice into Chinese
2020-11-15 22:43:04 -08:00
Kubernetes Prow Robot 03aeb29949
Merge pull request #25038 from zhiguo-lu/zh-translate-glossary-object
[zh] translate glossary object into Chinese
2020-11-15 22:41:04 -08:00
DangHT eba0555d1b [zh] modify links to en-docs in tutorials to zh-docs 2020-11-16 14:37:36 +08:00
Qiming Teng 089040daa7 [zh] Sync changes from English site (7) 2020-11-16 14:16:15 +08:00
DangHT 6a1b29f3d7 [zh] modify links to en-docs in tutorials to zh-docs 2020-11-16 10:25:23 +08:00
luzg ad5ba636e5 [zh] translate glossary object into Chinese
fix according to tengqm's comment
2020-11-16 09:58:32 +08:00
luzg 33a9942381 [zh] translate tutorials configure-java-microservice
fix according to tengqm's comment
2020-11-16 09:37:03 +08:00
Qiming Teng c82d8239d9 [zh] Resync docs/concepts/storage/volumes.md 2020-11-16 09:33:48 +08:00
Qiming Teng 15a8fb69ab [zh] Drop turnkey cloud solutions
This is a sync from English site and a follow up for #25032.
2020-11-16 09:13:22 +08:00
Kubernetes Prow Robot d29b150064
Merge pull request #25032 from zhiguo-lu/zh-translate-setup-turnkey-solutions
[zh] translate setup's Turnkey Cloud Solutions into Chinese
2020-11-15 17:13:05 -08:00
Kubernetes Prow Robot edbab98ce4
Merge pull request #25044 from runzhen/patch-1
remove 3 duplicate words
2020-11-15 17:03:04 -08:00
Kubernetes Prow Robot 9ecc3c1837
Merge pull request #25021 from howieyuen/zh-controlling-access
[zh] translate content/en/docs/concepts/security/controlling-access.md
2020-11-15 17:01:04 -08:00
Kubernetes Prow Robot 8540e67a0b
Merge pull request #25004 from celestehorgan/techdocs-7
Use k8s more widely
2020-11-15 13:31:03 -08:00