Commit Graph

2654 Commits

Author SHA1 Message Date
LiuDui 64b84216ee ZH-trans:add _index.md (#15791)
* ZH-trans:add _index.md

* Update _index.md
2019-08-11 05:45:11 -07:00
LiuDui 7d199a6618 ZH-tarns:add namespaces.md (#15784)
* ZH-tarns:add namespaces.md

* Update namespaces.md

* Update namespaces.md
2019-08-11 05:43:11 -07:00
SataQiu bd811a4452 zh-trans: add content/zh/docs/concepts/workloads/controllers/ttlafterfinished.md (#15783) 2019-08-11 05:41:11 -07:00
LiuDui 3a6b33f20c ZH-trans: add events.md (#15782) 2019-08-11 05:37:11 -07:00
LiuDui 0fe7e02304 ZH-trans: add job.md (#15781)
* ZH-trans: add job.md

* Update job.md

* Update job.md
2019-08-11 05:35:10 -07:00
LiuDui 69e7310ab3 ZH-trans: Update hello-minikube.md (#15780)
* Update hello-minikube.md

* Update hello-minikube.md
2019-08-11 05:33:11 -07:00
SataQiu 2001ee8586 zh-trans: add zh/docs/setup/production-environment/tools/kubeadm/ha-topology.md (#15778) 2019-08-11 05:31:10 -07:00
MJ-CJM 9c49825764 . (#15687) 2019-08-11 05:19:11 -07:00
zhangx501 6faf46460e zh-trans /docs/concepts/extend-kubernetes/api-extension/custom_resou… (#15633)
* zh-trans  /docs/concepts/extend-kubernetes/api-extension/custom_resources.md 

zh-trans  /docs/concepts/extend-kubernetes/api-extension/custom_resources.md

* /docs/concepts/extend-kubernetes/api-extension/ custom_resources.md

/docs/concepts/extend-kubernetes/api-extension/ custom_resources.md

* /docs/concepts/extend-kubernetes/api-extension/ custom_resources.md

/docs/concepts/extend-kubernetes/api-extension/ custom_resources.md

* /docs/concepts/extend-kubernetes/api-extension/ custom_resources.md

/docs/concepts/extend-kubernetes/api-extension/ custom_resources.md

* /docs/concepts/extend-kubernetes/api-extension/ custom_resources.md

/docs/concepts/extend-kubernetes/api-extension/ custom_resources.md

* /docs/concepts/extend-kubernetes/api-extension/ custom_resources.md

/docs/concepts/extend-kubernetes/api-extension/ custom_resources.md

* /docs/concepts/extend-kubernetes/api-extension/ custom_resources.md

/docs/concepts/extend-kubernetes/api-extension/ custom_resources.md

* Update custom_resources.md
2019-08-11 05:11:10 -07:00
SataQiu 62b1e6c65c zh-trans: add docs/setup/production-environment/control-plane-flags.md (#15800) 2019-08-11 02:45:11 -07:00
MJ-CJM e644d78807 zh-trans:/docs/tasks/federation/administer-federation/deployment.md (#15645)
* .

* .

* .
2019-08-05 20:15:54 -07:00
Donghui Wang f0199b0003 translation: /docs/concepts/services-networking/ingress-controllers.md (#15550)
* translation: /docs/concepts/services-networking/ingress-controllers.md

* typo fix

* typo fix
2019-07-28 19:13:52 -07:00
June Yi cd20abd2eb ko: Update outdated files partly in dev-1.14-ko.6 (#15380) (#15443) 2019-07-23 07:06:55 -07:00
Donghui Wang d58e8f1563 zh-trans: add content/zh/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md (#15483)
* zh-trans: add content/zh/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md

* Apply suggestions from code review

Co-Authored-By: Qiming <tengqim@cn.ibm.com>

* typo fix

* typo fix
2019-07-22 02:46:53 -07:00
Donghui Wang 5e674e94ec zh-trans: add content/zh/docs/concepts/workloads/controllers/replicationcontroller.md (#15425)
* zh-trans: add content/zh/docs/concepts/workloads/controllers/replicationcontroller.md

* typo fix

* typo fix

* typo fix

* Apply suggestions from code review

Co-Authored-By: Qiming <tengqim@cn.ibm.com>

* Apply suggestions from code review

Co-Authored-By: Qiming <tengqim@cn.ibm.com>

* Apply suggestions from code review

Co-Authored-By: Qiming <tengqim@cn.ibm.com>

* typo fix
2019-07-21 18:38:51 -07:00
Ryan Yin fda8a89150 fix url broken: use absolute path for resources (#15487) 2019-07-21 04:56:52 -07:00
zshea e7f3b41da2 fix chinese display bugs (#15391) 2019-07-13 20:07:03 -07:00
MJ-CJM 8d2fe94af9 . (#15400) 2019-07-13 20:03:03 -07:00
S.K.Leo 01dd601c57 Update nodes.md to correct descriptions (#15375)
* Update nodes.md to correct descriptions

To correct descriptions of Node Condition like MemoryPressure and DiskPressure.

* Update nodes.md to add the original english

Add the original English to the changes i have made.

original english link:
https://github.com/kubernetes/website/blob/release-1.14/content/en/docs/concepts/architecture/nodes.md
2019-07-12 00:07:06 -07:00
Donghui Wang b5a405cfba typo fix in kubernetes-basics/_index.html (#15371) 2019-07-10 18:58:53 -07:00
MJ-CJM 9f6d58c008 zh-trans:/docs/tasks/tls/managing-tls-in-a-cluster.md (#15350)
* .

* .
2019-07-09 03:50:03 -07:00
BIAOXYZ 5f7b88ddc7 Fix the nodename typo of the untaint command (#15309)
修正删除taint命令中关于节点名称的一处笔误。
2019-07-06 22:22:33 -07:00
Wang Bing b715a8a40f zh-trans: add missing trans from 1.12 branch (#15189) 2019-06-28 20:47:23 -07:00
Hongcai Ren 66e25732bf Fix CoreDNS version restriction for service ExternalName type. (#15084)
* Fix CoreDNS version restriction for service ExternalName type.

before: This requires version 1.7 or higher of `kube-dns`.
after: You need CoreDNS version 1.7 or higher to use the `ExternalName` type.

* Update content/zh/docs/concepts/services-networking/service.md

Thanks.

Co-Authored-By: SataQiu <1527062125@qq.com>
2019-06-28 00:59:39 -07:00
杨晴 bb75088e81 zh-trans: add /content/zh/docs/tasks/administer-cluster/namespaces-wa… (#14931)
* zh-trans: add /content/zh/docs/tasks/administer-cluster/namespaces-walkthrough.md

* 补充缺失文件

* Update content/zh/docs/tasks/administer-cluster/namespaces-walkthrough.md

Co-Authored-By: chenrui <rui@meetup.com>

* Update content/zh/docs/tasks/administer-cluster/namespaces-walkthrough.md

Co-Authored-By: chenrui <rui@meetup.com>

* update glossary
2019-06-26 23:39:20 -07:00
MJ-CJM 3b21a7826b zh-trans:/docs/tutorials/hello-minikube.md (#14795)
* .

* .

* .

* .

* .

* .
2019-06-23 06:55:54 -07:00
杨晴 a4d9736bfe zh-trans: add /content/zh/docs/tasks/administer-cluster/namespaces.md (#14934)
* zh-trans: add /content/zh/docs/tasks/administer-cluster/namespaces.md

* 补充缺失文件
2019-06-23 06:47:54 -07:00
Hypo db3a74b95a Update translation of file run-single-instance-stateful-application.md (#14979)
* update sample code in run-single-instance-stateful-application.md

* Update translation

* fix

* Update document format

* fix code style

* fix yaml format
2019-06-22 18:33:15 -07:00
杨晴 00d1baf39d zh-trans: add /content/zh/docs/tasks/administer-cluster/kms-provider.md (#14937)
* zh-trans: add /content/zh/docs/tasks/administer-cluster/kms-provider.md

* Update content/zh/docs/tasks/administer-cluster/kms-provider.md

Co-Authored-By: chenrui <rui@meetup.com>
2019-06-20 13:58:36 -07:00
wangyamei d525853e7e zh-trans: update schedule GPUs (#14943) 2019-06-20 13:54:37 -07:00
Barnabas Makonda 3707039c35 Merge branch 'release-1.14' into release-1.14-master-update 2019-06-20 01:08:00 +03:00
Guy Templeton 0e1e971f13 Add links out to different metrics APIs (#14865)
There's been a number of questions around the difference between the external.metrics.k8s.io and custom.metrics.k8s.io in #sig-autoscaling referring back to the HPA docs recently. Added links out to the design proposals for each and the relevant sections of the existing walkthrough docs.
2019-06-19 13:10:51 -07:00
CJ Cullen 3780c56243 Update vuln reporting language to match reality (#14885)
We don't need to be the dispatch for all vulns, now that other projects are starting to have their own processes. But we don't want to discourage reports about stuff that isn't directly in k/k either.

Saying that we usually disclose vuln reports in 7 days is just not true. But, I think it's still good to aim for 7 days when we aren't blocked on and coordinating release of patches.
2019-06-19 13:08:51 -07:00
Julien Brochet 70eca876a4 feat(configMap): add a warning message for ConfigMap with a specific path (#14896) 2019-06-19 13:06:50 -07:00
John Law 58f108a489 Update shell-demo.yaml (#14892) 2019-06-19 13:04:20 -07:00
839 52073165cb update the upgrade method of kubelet / kubectl of worker nodes (#14871)
* [#14870] update the upgrade method of kubelet / kubectl of worker nodes

* [#14870] add link of how to update from 1.13 to 1.14
2019-06-19 13:02:20 -07:00
James Woodall 4bc7a5f8b1 Minikube IP Address fixup for ingress demonstration (#14906)
* Updated IP Address for /etc/hosts

Tested on Minikube for macOS.

When using Minikube, the IP address listed in `kubectl get ingress` is the internal Minikube IP address and is not available on the web browser.

Added advice to the user that when using Minikube, add the Minikube IP address to the Hosts file instead of the IP address displayed in `kubectl get ingress`.

* Update ingress-minikube.md
2019-06-19 12:56:18 -07:00
Joseph Irving f2808242e6 clarify that job backofflimit causes running job pods to be terminated (#14899) 2019-06-19 12:54:22 -07:00
Fabian Deutsch 8d88bd0b39 addons: Add KubeVirt (#14900)
KubeVirt is a virutalization add-on for Kubernetes, by now it's pretty mature and maybe a good time to mention it on this page.
2019-06-19 12:52:20 -07:00
Naoki Oketani 70aa8fa692 specify Pod not to display redundant messages (#14936) 2019-06-19 12:48:22 -07:00
Tim Bannister 0c4d5b7506 Update link to Minikube from glossary (#14942) 2019-06-19 12:22:33 -07:00
mhamdi semah a0aa15ec7f Issue with k8s.io/docs/setup/production-environment/container-runtimes/ (#14945) 2019-06-19 12:20:34 -07:00
mohamed chiheb ben jemaa b9a5c8d7b0 update tutorial to use deployment yaml file (#14959)
* update run command for deployment

* recommended label name
2019-06-19 12:18:31 -07:00
Supriya Sirbi 01bd547d3e Issue #14768- update Resource-quotas.md (#14963)
Remove "cpu" and "memory" description since they are no longer used
2019-06-19 12:14:31 -07:00
Rajesh Deshpande c82a5e402c Adding alternative command to create namespace (#14974)
* Adding alternative command to create namespace

As this is first place user look to find details to create a namespace, added an alternative command to create a namespace. Also, this is mostly used way to create namepsace instead of YAML.

* Correcting Formatting

Correcting formatting for changes

* Update namespaces.md
2019-06-19 12:12:31 -07:00
Rajesh Deshpande 5a4b7a38bc Adding pod configuration file with names (#14971)
Adding pod configuration file with pod and container name. This explains the usage of names and how it looks like in actual YAML.
2019-06-19 12:10:33 -07:00
mohamed chiheb ben jemaa efe2d0fd99 change minion-group to node-pool (#14976) 2019-06-19 12:06:36 -07:00
zwwhdls 31fce9bee1 Fix kubectl reference table of '--generator' (#14983)
* fix `--generator` in `kubectl run` guide

* distinguish api group from kubectl command in reference table
2019-06-19 12:02:34 -07:00
Rémy Léone a86bc5ca13 Translate components to French (#13436)
* Translate components to French

* Update content/fr/docs/contribute/generate-ref-docs/kubernetes-components.md

Co-Authored-By: Oussema CHERNI <oussemos@gmail.com>

* Update content/fr/docs/contribute/generate-ref-docs/kubernetes-components.md

Co-Authored-By: Oussema CHERNI <oussemos@gmail.com>

* Update content/fr/docs/contribute/generate-ref-docs/kubernetes-components.md

Co-Authored-By: Oussema CHERNI <oussemos@gmail.com>
2019-06-19 07:30:38 -07:00
Richard Marcum d778644a2d Rename zones on dns-pod-service page (#14672)
* Rename zones on dns-pod-service page

Issue with k8s.io/docs/concepts/services-networking/dns-pod-service/ - cluster.local #14386

* Update custom-dns.yaml

* Change remaining occurrences of cluster.local
2019-06-18 15:42:34 -07:00