Commit Graph

12513 Commits

Author SHA1 Message Date
Sophy417 74952ba4e9 Create 2016-04-00-Sig-Clusterops-Promote-Operability-And-Interoperability-Of-K8S-Clusters.md 2020-12-15 16:34:40 +08:00
guzj11 68e1ee3beb Update communicate-containers-same-pod-shared-volume.md
sync with english vesion.
2020-12-15 15:12:42 +08:00
guzj11 04986e7109 Update access-cluster.md
sync with english version.

Apply suggestions from code review

Co-authored-by: Qiming Teng <tengqim@cn.ibm.com>
2020-12-15 14:24:51 +08:00
xin dfea173332 Apply suggestions from code review
Co-authored-by: Qiming Teng <tengqim@cn.ibm.com>
2020-12-15 14:03:23 +08:00
Sophy417 9724600e73 Update 2016-05-00-Coreosfest2016-Kubernetes-Community.md 2020-12-15 13:58:44 +08:00
Kubernetes Prow Robot 9afa380be3 Merge pull request #25622 from jiaj12/patch-64
Update _index.html
2020-12-14 21:45:48 -08:00
Kubernetes Prow Robot 82d2a32136 Merge pull request #25615 from Mac24/patch-1
modify `kubeadm init` link
2020-12-14 21:43:48 -08:00
Sophy417 2a92b2996d Create 2016-05-00-Coreosfest2016-Kubernetes-Community.md 2020-12-15 12:36:12 +08:00
xin 09c5eed5eb sync with english version. 2020-12-15 11:34:10 +08:00
jiajie bf30950d98 Update _index.html
update respective section to match en master branch
2020-12-15 10:31:45 +08:00
Sophy417 7ad6aeca7b Create 2015-04-00-Borg-Predecessor-To-Kubernetes.md (#25526)
* Create 2015-04-00-Borg-Predecessor-To-Kubernetes.md

* Update 2015-04-00-Borg-Predecessor-To-Kubernetes.md

* Update 2015-04-00-Borg-Predecessor-To-Kubernetes.md
2020-12-14 17:05:49 -08:00
Qiming Teng 9c2547068e [zh] Sync kubeadm certs command reference
The alpha certs command has graduated into GA in 1.20. This PR updates
the zh localization for `kubeadm certs` command.
2020-12-15 09:05:11 +08:00
Sophy417 1b61e68b79 Create 2018-03-00-Principles-Of-Container-App-Design.md (#25525)
* Create 2018-03-00-Principles-Of-Container-App-Design.md

* Update 2018-03-00-Principles-Of-Container-App-Design.md

* Update 2018-03-00-Principles-Of-Container-App-Design.md
2020-12-14 17:03:48 -08:00
Sophy417 adba122e1c Create 2016-04-00-Kubernetes-Network-Policy-APIs.md (#25516)
* Create 2016-04-00-Kubernetes-Network-Policy-APIs.md

* Update 2016-04-00-Kubernetes-Network-Policy-APIs.md

* Update 2016-04-00-Kubernetes-Network-Policy-APIs.md
2020-12-14 17:01:49 -08:00
Kubernetes Prow Robot c55f8e5dab Merge pull request #25512 from Sophy417/patch-21
Create 2019-10-29-2019-sig-docs-survey.md
2020-12-14 16:59:49 -08:00
Kubernetes Prow Robot 3d9818469c Merge pull request #25513 from jiazxjason/patch-27
Update zh trans enabling-endpointslices.md
2020-12-14 16:57:49 -08:00
Kubernetes Prow Robot 3896d8da3f Merge pull request #25611 from guzj11/patch-34
Update managing-secret-using-kustomize.md
2020-12-14 16:53:48 -08:00
Kubernetes Prow Robot 9a203fca30 Merge pull request #25618 from guzj11/patch-37
Update delete-stateful-set.md
2020-12-14 16:51:49 -08:00
Kubernetes Prow Robot 34e2ad45ad Merge pull request #25617 from guzj11/patch-36
Update run-stateless-application-deployment.md
2020-12-14 16:49:48 -08:00
joadavis 2fbb9aed0b Document that disabling enable-cadvisor-json-endpoints flag does not disable stats summary endpoint
Update the help text for kubelet's enable-cadvisor-json-endpoints flag to explicitly mention that it has no effect over the /stats/summary endpoint.

This matches https://github.com/kubernetes/kubernetes/blob/master/cmd/kubelet/app/options/options.go#L372
created to fix https://github.com/kubernetes/kubernetes/issues/96483 .
2020-12-14 14:32:36 -08:00
Nate W e38868f479 Updating docs/concepts/cluster-administration/system-metrics
Copy editing _Metric lifecycle_ section for clarity.

fixes: https://github.com/kubernetes/website/issues/20652

Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com>
2020-12-14 11:25:23 -08:00
Kubernetes Prow Robot d6ec5adcaf Merge pull request #25379 from dhiltgen/add_buildkit_cli_to_blog
Add mention of kubectl BuildKit CLI plugin to dockershim faq
2020-12-14 10:55:29 -08:00
Kubernetes Prow Robot ab09ae89a2 Merge pull request #25470 from sfotony/feature-blog-fsGroupChangePolicy-fsGroupPolicy
feature blog for Kubernetes  1.20: Granular Control of Volume Permission Changes
2020-12-14 09:07:28 -08:00
Kubernetes Prow Robot f57302f02b Merge pull request #25555 from ggriffiths/csisnapshot_ga_blog_addproductlinks_and_pxbackup
Add links to other vendors and add PX-Backup for CSI Snapshot GA blog
2020-12-14 08:31:28 -08:00
Denis GERMAIN 75c599829d fix: errors in base64 and sed commands
* All base64 commands need `-w0` argument or else the base64_encoded_ca bash variable will contain space chars (" ") where newlines were
* All sed command are missing final "/" at the end of the expression. Command fails with the following error

```bash
/bin/sed: -e expression #1, char 95: unterminated `s' command
```
2020-12-14 17:21:50 +01:00
guzj11 be12af7161 Update delete-stateful-set.md
fix the broken url.
2020-12-14 23:36:43 +08:00
guzj11 e21ba0e7fe Update run-stateless-application-deployment.md
sync with English version.
2020-12-14 23:20:36 +08:00
Mac24 7bfc91534f modify kubeadm init link
`kubeadm init`, the previous link cannot be opened, 404, I revised the link again
2020-12-14 19:35:27 +08:00
Pierre Laporte fc202da36b Clarify pod anti-affinity description
The code example uses `preferredDuringScheduling...`, as opposed to
`requiredDuringScheduling...`.  So the anti-affinity rule is a soft one.  It
says that the pod _should_ not be scheduled on [...] rather than that the pod
_cannot_ be scheduled on [...].
2020-12-14 11:41:52 +01:00
Kubernetes Prow Robot f1b006f9ec Merge pull request #25610 from guzj11/patch-33
Update managing-secret-using-kubectl.md
2020-12-14 01:53:27 -08:00
guzj11 8959cc699d Update managing-secret-using-kustomize.md
sync with English version.
2020-12-14 17:51:34 +08:00
Kubernetes Prow Robot 061749e30f Merge pull request #25556 from yuandongx/patch-1
[zh]Sync En, "State that no more than one handler is allowed per lifecycl…
2020-12-14 01:45:28 -08:00
guzj11 7089e5a54e Update managing-secret-using-kubectl.md
sync with English version
2020-12-14 17:38:29 +08:00
xin d284a75ef2 Update authentication.md
Fix typo
2020-12-14 17:01:31 +08:00
Sophy417 eccd0bb4dd Update 2016-04-00-Adding-Support-For-Kubernetes-In-Rancher.md 2020-12-14 16:24:05 +08:00
Qiming Teng e944fb1476 [zh] Sync changes to kubeadm reference
This PR syncs changes made to kubeadm reference in 1.20.
2020-12-14 16:10:04 +08:00
Sophy417 36f4b20a53 Create 2016-04-00-Adding-Support-For-Kubernetes-In-Rancher.md 2020-12-14 15:37:59 +08:00
guzj11 4ab6bfbc21 Update imperative-command.md
sync with English version.
2020-12-14 15:08:15 +08:00
guzj11 4547d62edf Update declarative-config.md
add the translation of step 4
2020-12-14 14:50:56 +08:00
guzj11 5526f4abd1 Update configure-runasusername.md
Apply suggestions from code review

Co-authored-by: Qiming Teng <tengqim@cn.ibm.com>

Update configure-runasusername.md

apply suggestions
2020-12-14 14:26:03 +08:00
Qiming Teng 92e3d73e65 [zh] Drop cloud-controller-manager reference
We no longer generate reference for CCM.
2020-12-14 14:06:57 +08:00
Antoine Pelisse a51a653764 Clarify compatibility guarantees around spec.preserveUnknownFields 2020-12-13 20:43:29 -08:00
Arhell 7a57ae2136 [zh] fix typo 2020-12-14 01:35:35 +02:00
Kubernetes Prow Robot 4119ffa358 Merge pull request #25590 from guzj11/patch-28
Update memory-constraint-namespace.md
2020-12-13 15:05:27 -08:00
Philippe Martin 04664781a0 Remove broken link to CSIStorageCapacity in API reference 2020-12-13 20:24:35 +01:00
Christophe Gasmi ced18e88ff Update install-kubeadm.md from EN version 2020-12-13 17:15:20 +01:00
guzj11 e8cb50356a Update quota-memory-cpu-namespace.md
update translation
2020-12-14 00:07:59 +08:00
guzj11 bfdeacdaa3 Update memory-constraint-namespace.md
update translation
2020-12-14 00:05:37 +08:00
Takaaki Fujii ff960d0f94 updated deployment.md in ja 2020-12-13 18:29:59 +09:00
Kubernetes Prow Robot 54c9ac8fc2 Merge pull request #25586 from guzj11/patch-27
Update security-context.md
2020-12-12 20:07:26 -08:00