Commit Graph

219 Commits (17323ce0774746e3621cc54650884c867d092c05)

Author SHA1 Message Date
Tim(Xiaoyu) Zhang a95bc62b0a Merge pull request #5566 from lichuqiang/translation
Translate doc service-accounts-admin into chinese
2017-10-01 03:33:57 -05:00
Xingcai Zhang 606ee133ce change replicationcontroller to replication controller 2017-10-01 11:31:24 +08:00
zhangqx2010 5b0894a04b service-accounts-admin.md
delete 'a'
2017-09-30 22:12:52 +08:00
zhangqx2010 ad663b1629 updated according to the suggestion by tengqm 2017-09-30 22:11:05 +08:00
zhangqx2010 1f05218df8 Merge branch 'upstream' of https://github.com/zhangqx2010/kubernetes.github.io into upstream 2017-09-30 21:45:14 +08:00
zhangqx2010 cb9ab086bd delete blank lines 2017-09-30 21:38:29 +08:00
Jimmy Song 75b615c055 delete original English text 2017-09-30 17:57:03 +08:00
Jimmy Song e9b11a71ab k8smeetup-rootsongjc-pr-20170915 2017-09-30 16:35:22 +08:00
Tim(Xiaoyu) Zhang ec04ca6bd3 Merge pull request #4814 from Lion-Wei/patch-3
Update expose-intro.html
2017-09-30 08:37:39 +08:00
Tim(Xiaoyu) Zhang 79b6e3b924 Merge pull request #5654 from Yuan-Junliang/cluster-trans
ZTE-SH-CN-debug-cluster
2017-09-29 17:27:24 +08:00
Steve Perry 799eaf4229 Release 1.8 (#5659)
* GC now supports non-core resources

* Add two examples about how to analysis audits of kube-apiserver (#4264)

* Deprecate system:nodes binding

* [1.8] StatefulSet `initialized` annotation is now ignored.

* inits the kubeadm upgrade docs

addresses kubernetes/kubernetes.github.io/issues/4689

* adds kubeadm upgrade cmd to ToC

addresses kubernetes/kubernetes.github.io/issues/4689

* add workload placement docs

* ScaleIO - document udpate for 1.8

* Add documentation on storageClass.mountOptions and PV.mountOptions (#5254)

* Add documentation on storageClass.mountOptions and PV.mountOptions

* convert notes into callouts

* Add docs for CustomResource validation

add info about supported fields

* advanced audit beta features (#5300)

* Update job workload doc with backoff failure policy (#5319)

Add to the Jobs documentation how to use the new backoffLimit field that
limit the number of Pod failure before considering the Job as failed.

* Documented additional AWS Service annotations (#4864)

* Add device plugin doc under concepts/cluster-administration. (#5261)

* Add device plugin doc under concepts/cluster-administration.

* Update device-plugins.md

* Update device-plugins.md

Add meta description. Fix typo. Change bare metal deployment to manual deployment.

* Update device-plugins.md

Fix typo again.

* Update page.version. (#5341)

* Add documentation on storageClass.reclaimPolicy (#5171)

* [Advanced audit] use new herf for audit-api (#5349)

This tag contains all the changes in v1beta1 version. Update it now.

* Added documentation around creating the InitializerConfiguration for the persistent volume label controller in the cloud-controller-manager (#5255)

* Documentation for kubectl plugins (#5294)

* Documentation for kubectl plugins

* Update kubectl-plugins.md

* Update kubectl-plugins.md

* Updated CPU manager docs to match implementation. (#5332)

* Noted limitation of alpha static cpumanager.

* Updated CPU manager docs to match implementation.

- Removed references to CPU pressure node condition and evictions.
- Added note about new --cpu-manager-reconcile-period flag.
- Added note about node allocatable requirements for static policy.
- Noted limitation of alpha static cpumanager.

* Move cpu-manager task link to rsc mgmt section.

* init containers annotation removed in  1.8 (#5390)

* Add documentation for TaintNodesByCondition (#5352)

* Add documentation for TaintNodesByCondition

* Update nodes.md

* Update taint-and-toleration.md

* Update daemonset.md

* Update nodes.md

* Update taint-and-toleration.md

* Update daemonset.md

* Fix deployments (#5421)

* Document extended resources and OIR deprecation. (#5399)

* Document extended resources and OIR deprecation.

* Updated extended resources doc per reviews.

* reverts extra spacing in _data/tasks.yml

* addresses `kubeadm upgrade` review comments

Feedback from @chenopis, @luxas, and @steveperry-53 addressed with this commit

* HugePages documentation (#5419)

* Update cpu-management-policies.md (#5407)

Fixed the bad link.
Modified "cpu" to "CPU".
Added more 'yaml' as supplement.

* Update RBAC docs for v1 (#5445)

* Add user docs for pod priority and preemption (#5328)

* Add user docs for pod priority and preemption

* Update pod-priority-preemption.md

* More updates

* Update docs/admin/kubeadm.md for 1.8 (#5440)

- Made a couple of minor wording changes (not strictly 1.8 related).
 - Did some reformatting (not strictly 1.8 related).
 - Updated references to the default token TTL (was infinite, now 24 hours).
 - Documented the new `--discovery-token-ca-cert-hash` and `--discovery-token-unsafe-skip-ca-verification` flags for `kubeadm join`.
 - Added references to the new `--discovery-token-ca-cert-hash` flag in all the default examples.
 - Added a new _Security model_ section that describes the security tradeoffs of the various discovery modes.
 - Documented the new `--groups` flag for `kubeadm token create`.
 - Added a note of caution under _Automating kubeadm_ that references the _Security model_ section.
 - Updated the component version table to drop 1.6 and add 1.8.
 - Update `_data/reference.yml` to try to get the sidebar fixed up and more consistent with `kubefed`.

* Update StatefulSet Basics for 1.8 release (#5398)

* addresses `kubeadm upgrade` review comments

2nd iteration review comments by @luxas

* adds kubelet upgrade section to kubeadm upgrade

* Fix a bulleted list on docs/admin/kubeadm.md. (#5458)

I updated this doc yesterday and I was absolutely sure I fixed this, but I just saw that this commit got lost somehow.

This was introduced recently in https://github.com/kubernetes/kubernetes.github.io/pull/5440.

* Clarify the API to check for device plugins

* Moving Flexvolume to separate out-of-tree section

* addresses `kubeadm upgrade` review comments

CC: @luxas

* fixes kubeadm upgrade index

* Update Stackdriver Logging documentation (#5495)

* Re-update WordPress and MySQL PV doc to use apps/v1beta2 APIs (#5526)

* Update statefulset concepts doc to use apps/v1beta2 APIs (#5420)

* add document on kubectl's behavior regarding initializers (#5505)

* Update docs/admin/kubeadm.md to cover self-hosting in 1.8. (#5497)

This is a new beta feature in 1.8.

* Update kubectl patch doc to use apps/v1beta2 APIs (#5422)

* [1.8] Update "Run Applications" tasks to apps/v1beta2. (#5525)

* Update replicated stateful application task for 1.8.

* Update single instance stateful app task for 1.8.

* Update stateless app task for 1.8.

* Update kubectl patch task for 1.8.

* fix the link of persistent storage (#5515)

* update the admission-controllers.md index.md what-is-kubernetes.md link

* fix the link of persistent storage

* Add quota support for local ephemeral storage (#5493)

* Add quota support for local ephemeral storage

update the doc to this alpha feature

* Update resource-quotas.md

* Updated Deployments concepts doc (#5491)

* Updated Deployments concepts doc

* Addressed comments

* Addressed more comments

* Modify allocatable storage to ephemeral-storage (#5490)

Update the doc to use ephemeral-storage instead of storage

* Revamped concepts doc for ReplicaSet (#5463)

* Revamped concepts doc for ReplicaSet

* Minor changes to call out specific versions for selector defaulting and
immutability

* Addressed doc review comments

* Remove petset documentations (#5395)

* Update docs to use batch/v1beta1 cronjobs (#5475)

* add federation job doc (#5485)

* add federation job doc

* Update job.md

Edits for clarity and consistency

* Update job.md

Fixed a typo

* update DaemonSet concept for 1.8 release (#5397)

* update DaemonSet concept for 1.8 release

* Update daemonset.md

Fix typo. than -> then

* Update bootstrap tokens doc for 1.8. (#5479)

* Update bootstrap tokens doc for 1.8.

This has some changes I missed when I was updating the main kubeadm documention:
 - Bootstrap tokens are now beta, not alpha (https://github.com/kubernetes/features/issues/130)
 - The apiserver flag to enable the authenticator changedin 1.8 (https://github.com/kubernetes/kubernetes/pull/51198)
 - Added `auth-extra-groups` documentaion (https://github.com/kubernetes/kubernetes/pull/50933)
 - Updated the _Token Management with `kubeadm`_ section to link to the main kubeadm docs, since it was just duplicated information.

* Update bootstrap-tokens.md

* Updated the Cassandra tutorial to use apps/v1beta2 (#5548)

* add docs for AllowPrivilegeEscalation (#5448)

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>

* Add local ephemeral storage alpha feature in managing compute resource (#5522)

* Add local ephemeral storage alpha feature in managing compute resource

Since 1.8, we add the local ephemeral storage alpha feature as one
resource type to manage. Add this feature into the doc.

* Update manage-compute-resources-container.md

* Update manage-compute-resources-container.md

* Update manage-compute-resources-container.md

* Update manage-compute-resources-container.md

* Update manage-compute-resources-container.md

* Update manage-compute-resources-container.md

* Added documentation for Metrics Server (#5560)

* authorization: improve authorization debugging docs (#5549)

* Document mount propagation (#5544)

* Update /docs/setup/independent/create-cluster-kubeadm.md for 1.8. (#5524)

This introduction needed a couple of small tweaks to cover the `--discovery-token-ca-cert-hash` flag added in https://github.com/kubernetes/kubernetes/pull/49520 and some version bumps.

* Add task doc for alpha dynamic kubelet configuration (#5523)

* Fix input/output of selfsubjectaccess review (#5593)

* Add docs for implementing resize (#5528)

* Add docs for implementing resize

* Update admission-controllers.md

* Added link to PVC section

* minor typo fixes

* Update NetworkPolicy concept guide with egress and CIDR changes (#5529)

* update zookeeper tutorial for 1.8 release

* add doc for hostpath type (#5503)

* Federated Hpa feature doc (#5487)

* Federated Hpa feature doc

* Federated Hpa feature doc review fixes

* Update hpa.md

* Update hpa.md

* update cloud controller manager docs for v1.8

* Update cronjob with defaults information (#5556)

* Kubernetes 1.8 reference docs (#5632)

* Kubernetes 1.8 reference docs

* Kubectl reference docs for 1.8

* Update side bar with 1.8 kubectl and api ref docs links

* remove petset.md

* update on state of HostAlias in 1.8 with hostNetwork Pod support (#5644)

* Fix cron job deletion section (#5655)

* update imported docs (#5656)

* Add documentation for certificate rotation. (#5639)

* Link to using kubeadm page

* fix the command output

fix the command output

* fix typo in api/resources reference: "Worloads"

* Add documentation for certificate rotation.

* Create TOC entry for cloud controller manager. (#5662)

* Updates for new versions of API types

* Followup 5655: fix link to garbage collection (#5666)

* Temporarily redirect resources-reference to api-reference. (#5668)

* Update config for 1.8 release. (#5661)

* Update config for 1.8 release.

* Address reviewer comments.

* Switch references in HPA docs from alpha to beta (#5671)

The HPA docs still referenced the alpha version.  This switches them to
talk about v2beta1, which is the appropriate version for Kubernetes 1.8

* Deprecate openstack heat (#5670)

* Fix typo in pod preset conflict example

Move container port definition to the correct line.

* Highlight openstack-heat provider deprecation

The openstack-heat provider for kube-up is being deprecated and will be
removed in a future release.

* Temporarily fix broken links by redirecting. (#5672)

* Fix broken links. (#5675)

* Fix render of code block (#5674)

* Fix broken links. (#5677)

* Add a small note about auto-bootstrapped CSR ClusterRoles (#5660)

* Update kubeadm install doc for v1.8 (#5676)

* add draft workloads api content for 1.8 (#5650)

* add draft workloads api content for 1.8

* edits per review, add tables, for 1.8 workloads api doc

* fix typo

* Minor fixes to kubeadm 1.8 upgrade guide. (#5678)

- The kubelet upgrade instructions should be done on every host, not
  just worker nodes.
- We should just upgrade all packages, instead of calling out kubelet
  specifically. This will also upgrade kubectl, kubeadm, and
  kubernetes-cni, if installed.
- Draining nodes should also ignore daemonsets, and master errors can be
  ignored.
- Make sure that the new kubeadm download is chmoded correctly.
- Add a step to run `kubeadm version` to verify after downloading.
- Manually approve new kubelet CSRs if rotation is enabled (known issue).

* Release 1.8 (#5680)

* Fix versions for 1.8 API ref docs

* Updates for 1.8 kubectl reference docs

* Kubeadm /docs/admin/kubeadm.md cleanup, editing. (#5681)

* Update docs/admin/kubeadm.md (mostly 1.8 related).

This is Fabrizio's work, which I'm committing along with my edits (in a commit on top of this).

* A few of my own edits to clarify and clean up some Markdown.
2017-09-28 21:46:51 -07:00
Dean Shi 88d3ed821d k8smeetup-shirdrn-pr-2017-8-15 (#5376)
* Chinese translation: 7.24-9.3, by shirdrn.

* Translate and review again, and fix any translation problems for these 14 docs.

* Delete network-policies.md temporarily, and then re-submit it for this PR.
2017-09-28 08:50:35 -07:00
YuanJunliang10067740 4cc28da6fa modify 2017-09-28 20:31:47 +08:00
YuanJunliang10067740 5adb987abe ZTE-SH-CN-debug-cluster 2017-09-27 14:52:02 +08:00
Tim(Xiaoyu) Zhang bf2deb36ee Merge pull request #5636 from lichuqiang/translation-temp3
Translate doc resource-quotas into chinese
2017-09-26 21:32:49 +08:00
lichuqiang c88e80b7c0 translate doc resource-quotas into chinese 2017-09-26 19:22:10 +08:00
Tim(Xiaoyu) Zhang f55c395ec6 Merge pull request #5541 from XuJun00192603/1-xujun-github
ZTE-SH-CN-cluster-administration-federation-2017-09-19
2017-09-26 13:55:55 +08:00
Joe Heck 356d3ad2ff minor encoding fix for CN page 2017-09-25 20:44:33 -07:00
Tim(Xiaoyu) Zhang 0092a367cd Merge pull request #4308 from markthink/master
kubernetes-concepts-overview-components-pr
2017-09-26 11:10:59 +08:00
Dragons e8d9bb60f4 concepts-overview-components+abac-fix 2017-09-26 10:59:22 +08:00
Dragons 255e3eb83d concepts-overview-components-fix 2017-09-26 10:30:48 +08:00
Tim(Xiaoyu) Zhang 29877213bd Merge pull request #5563 from Yuan-Junliang/app-trans
ZTE-SH-CN-debug-application
2017-09-26 10:16:46 +08:00
Tim(Xiaoyu) Zhang f54f54ade6 Merge pull request #5449 from houjun41544/20170907
ZTE-SH-CN-static-pod
2017-09-26 08:45:57 +08:00
linzhaoming 2872def62b Fix the doc example 2017-09-25 13:14:21 -07:00
XuJun00192603 771a2a40be ZTE-SH-CN-cluster-administration-federation-2017-09-25-13 2017-09-25 22:10:38 +08:00
Tim(Xiaoyu) Zhang 8edb72657d Merge pull request #5569 from lichuqiang/translation-az
Translate doc accessing-the-api into chinese
2017-09-25 20:53:24 +08:00
Tim(Xiaoyu) Zhang 2cb5a8e33e Merge pull request #5579 from lichuqiang/translation-temp2
Translate doc multiple-zones into chinese
2017-09-25 15:10:18 +08:00
Tim(Xiaoyu) Zhang 22ee058d8c Merge pull request #5607 from lichuqiang/translation-temp3
Translate doc network-policies into chinese
2017-09-25 15:08:14 +08:00
Tim(Xiaoyu) Zhang 7f8b2f002e Merge pull request #5450 from houjun41544/20170914
ZTE-SH-CN: downward-api-volume-expose-pod-information.md
2017-09-25 15:05:58 +08:00
Tim(Xiaoyu) Zhang 5c1383fb00 Merge pull request #5453 from zhangmingld/translate-images
ZTE-SH-CN-images.md
2017-09-25 14:47:04 +08:00
houjun41544 4b381be9d1 Modify 2017-09-25 14:40:07 +08:00
Tim(Xiaoyu) Zhang 1b8cf7627c Merge pull request #5434 from XuJun00192603/xujun-github
ZTE-SH-CN-cluster-administration-sysctl-cluster translate-2017-09-13
2017-09-25 14:22:55 +08:00
houjun41544 b10df80e55 Add static-pod.md 2017-09-25 14:05:28 +08:00
lichuqiang f3279dcc94 translate doc network-policies into chinese 2017-09-25 12:05:49 +08:00
houjun41544 492d7e32eb modify 2017-09-25 11:44:17 +08:00
houjun41544 a9a81a99bf Add inject-data-application and two docs in it. 2017-09-25 10:21:29 +08:00
zhangmingld ab50634f63 fix linefeed 2017-09-25 09:21:43 +08:00
lichuqiang 27f78d7d53 translate doc accessing-the-api into chinese 2017-09-23 09:57:18 +08:00
lichuqiang eb660976ff translate doc multiple-zones into chinese 2017-09-23 09:33:21 +08:00
Dragons a25b597805 concepts-overview-components-pr-fix 2017-09-23 09:16:39 +08:00
Tim(Xiaoyu) Zhang 03d23c1bb0 Merge pull request #5552 from zhangmingld/translate-example-concept-template
ZTE-SH-CN-example-concept-template.md
2017-09-22 16:57:15 +08:00
Tim(Xiaoyu) Zhang 5ebd4240da Merge pull request #5553 from zjj2wry/cn-translate-kubectl-overview
k8smeetup-kubectl-overview-2017-7-15
2017-09-22 16:54:42 +08:00
zhengjiajin 00f4aab96a k8smeetup-kubectl-overview-2017-7-15 2017-09-22 16:51:04 +08:00
Slava Semushin 67c0fcd274 Fix broken links after moving proposals to subdirs. 2017-09-21 13:30:31 -05:00
Tim(Xiaoyu) Zhang e9065a984c Merge pull request #5514 from jianglingxia/jlx-less
ZTE-SH-CN-run-application-run-stateless-application-deployment-pr-201…
2017-09-21 21:41:28 +08:00
zhangqx2010 3b396298af update connection-frontend-backend.md 2017-09-21 12:14:53 +08:00
zhangqx2010 24072e4ba8 update communicate-containers-same-pod-shared-volume.md 2017-09-21 12:12:21 +08:00
zhangqx2010 7b6571da0e update service-accounts-admin.md 2017-09-21 12:11:37 +08:00
zhangqx2010 dbd35c639a update cluster-large.md 2017-09-21 12:11:05 +08:00
zhangqx2010 bbf6a50f6d update bootstrap-tokens.md 2017-09-21 12:10:16 +08:00
zhangqx2010 a3f3056ff0 update webhook.md 2017-09-21 12:08:16 +08:00
lichuqiang fe847d4802 translate doc service-accounts-admin into chinese 2017-09-21 12:04:52 +08:00
zhangqx2010 f29fc11a4a Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into upstream 2017-09-21 12:02:55 +08:00
Slava Semushin 91f526421d Fix some broken links to proposals. 2017-09-20 13:47:45 -05:00
YuanJunliang10067740 1c00298426 ZTE-SH-CN-debug-application 2017-09-20 19:24:55 +08:00
Tim(Xiaoyu) Zhang b2c715d3bf Merge pull request #5469 from mysunshine92/train_test
ZTE-SH-CN-configure-pod-container-opaque-integer-resource-2017-09-15
2017-09-20 11:16:18 +08:00
zhangmingld 2c54dff8a1 ZTE-SH-CN-example-concept-template.md
translate /docs/concepts/example-concept-template
2017-09-20 11:02:10 +08:00
Jennifer Rondeau c04d4c2a3e Merge pull request #5466 from YuxiJin-tobeyjin/inject-env2
ZTE-SH-CN-define-environment-variable-container
2017-09-19 19:22:15 -04:00
Tim(Xiaoyu) Zhang d5be5252a5 Merge pull request #5470 from Pingan2017/modify0915
ZTE-SH-CN-quota-pod-namespace.md
2017-09-20 06:33:14 +08:00
Tim(Xiaoyu) Zhang 750dc783f3 Merge pull request #5512 from Pingan2017/modifyrollingupdate
ZTE-SH-CN-rolling-update-replication-controller.md
2017-09-20 06:32:18 +08:00
wangyamei 0bcdd3c714 ZTE-SH-CN-configure-pod-container-opaque-integer-resource-2017-09-19-22 2017-09-19 09:14:26 -04:00
Tim(Xiaoyu) Zhang 7f7dd01e94 Merge pull request #5411 from qingsenLi/translate_2
ZTE-SH-CN-debug-stateful-set
2017-09-19 19:39:02 +08:00
qingsenLi f81b83998e ZTE-SH-CN-debug-stateful-set-2017-09-19 2017-09-19 14:03:32 +00:00
Pingan2017 d47d404477 ZTE-SH-CN-rolling-update-replication-controller.md-5 2017-09-19 18:53:52 +08:00
jianglingxia e710d489d9 ZTE-SH-CN-run-application-run-stateless-application-deployment-pr-201709181423 2017-09-19 08:39:15 +08:00
jianglingxia 5e73ae8afc ZTE-SH-CN-run-application-run-stateless-application-deployment-pr-2017-09-18-1414 2017-09-19 08:39:15 +08:00
Andrew Chen 99fbc2b4ae Monthly 404 fix (#5494)
* Monthly 404 fix

* WIP

* 404 fixes cont

* finish 404 fixes

* file syntax tested and fixed

* fix cn file for netlify preview

* syntax cleanup for consistency
2017-09-18 15:20:15 -07:00
Pingan2017 01c5fd3846 ZTE-SH-CN-quota-pod-namespace.md-0918-10 2017-09-18 19:24:19 +08:00
YuxiJin-tobeyjin fc4731a77e add envars.yaml 2017-09-18 09:31:38 +08:00
qingsenLi 82ac9251fd ZTE-SH-CN-debug-pod-replication-controller-2017-09-14-14 2017-09-15 16:52:32 -07:00
jinyuxi fc7ea442af ZTE-SH-CN-define-command-argument-container (#5381)
* ZTE-SH-CN:define-command-argument-container

* ZTE-SH-CN-define-command-argument-container detele en
2017-09-15 16:52:01 -07:00
YuxiJin-tobeyjin 6147385088 ZTE-SH-CN-define-environment-variable-container 2017-09-15 10:02:18 +08:00
jianglingxia 7eeb603154 ZTE-SH-CN-run-application-run-single-instance-stateful-application-pr-2017-… (#5363)
* zte-run-application-run-single-instance-stateful-application-pr-2017-09-09

* ZTE-SH-CN-run-application-run-single-instance-stateful-application-pr-2017-09-12

* ZTE-SH-CN-run-application-run-single-instance-stateful-application-pr-2017-09-13

* ZTE-SH-CN-run-application-run-single-instance-stateful-application-pr-2017-09-14
2017-09-14 16:17:17 -07:00
Jun Xiang Tee e229c03584 revert WordPress and MySQL PV doc changes to use apps/v1beta2 APIs (#5461) 2017-09-14 13:17:51 -07:00
zhangmingld 3c79f8c40a ZTE-SH-CN-images.md
translation to the docs/concept/containers/images.md
2017-09-14 15:29:10 +08:00
Jun Xiang Tee c912140727 update wordpress and mysql PV doc to use apps/v1beta2 APIs (#5424) 2017-09-13 19:43:00 -07:00
XuJun00192603 d0aa820c76 ZTE-SH-CN-cluster-administration-sysctl-cluster translate-2017-09-13 2017-09-14 01:34:40 +08:00
jianglingxia 4165c64a8e run-application-scale-stateful-set-pr-2017-09-11-13 2017-09-11 13:44:08 +08:00
jianglingxia f482482d72 run-application-scale-stateful-set-pr-2017-09-11 2017-09-11 09:56:49 +08:00
jianglingxia f9f9d60c84 run-application-scale-stateful-set-2017-09-08 2017-09-11 09:40:04 +08:00
Tony-CCIE 7f83f2be59 k8smeetup-admin-ovs-networking-pr-2017-07-15 (#5356)
* admin-ovs-networking-pr-2017-07-15

* Update ovs-networking.md
2017-09-09 09:50:45 -07:00
打雷不怕 fdbe5086a0 cn-translation-from-2017-08-14-to-2017-09-03 (#5364) 2017-09-09 09:45:38 -07:00
zhangqx2010 5e4de3c993 add cn path for links 2017-09-09 12:39:38 +08:00
zhangqx2010 a388fe7b5b add-include-file 2017-09-08 22:10:43 +08:00
zhangqx2010 dce409f734 admin-task-docs-pr-2017-09-08 2017-09-08 18:03:12 +08:00
chenxingyu f520d3940d add doc for special note for hpa 2017-09-06 13:09:40 +08:00
打雷不怕 593dc8cca1 k8s-tutorials-stateful-application (#5112)
* k8s-tutorials-stateful-application

* change author and email to pass CLA
2017-09-02 16:04:43 -07:00
Andrew Chen 5286ce4438 Merge pull request #5247 from chentao1596/translate-network-policy
Translate into chinese about NetworkPolicy
2017-09-01 16:02:39 -07:00
Andrew Chen dcc8970fe1 Merge pull request #5253 from rootsongjc/official
k8smeetup-rootsongjc-pr-2017-08-15
2017-09-01 15:27:27 -07:00
Andrew Chen ce3950a126 Merge pull request #5246 from chentao1596/translate-manage-GPUs
Translate into chinese about GPU
2017-09-01 15:23:26 -07:00
Andrew Chen c43fb7444b Merge pull request #5113 from xiaosuiba/k8s-tutorials-services-source-ip
k8s-tutorials-services-source-ip
2017-09-01 15:22:12 -07:00
Andrew Chen fd55eec930 Merge pull request #5110 from xiaosuiba/k8s-hihg-availability-index
admin-high-availability-index-pr-cn
2017-09-01 15:21:43 -07:00
Andrew Chen 19b2d46b63 Merge pull request #5109 from xiaosuiba/k8s-kube-apiserver-pr
admin-kube-apiserver-pr-cn
2017-09-01 15:21:04 -07:00
Andrew Chen 222f2a7653 Merge pull request #5245 from brucehex/upstream
k8smeetup-index-pr-2017-08-15
2017-09-01 15:11:51 -07:00
Weibin Lin 34c58235fd Update some docs in /cn/docs (#4842)
* Add docs in Chinese

Add configure-redis-using-configmap.md in Chinese

* Modify docs in Chinese

Modify imperative-object-management-command.md in Chinese
2017-09-01 14:54:40 -07:00
chentao1596 4d6e4604dd Translate into chinese about NetworkPolicy 2017-09-01 14:14:49 +08:00
Jimmy Song 9164d30955 rootsongjc-pr-20170815 2017-08-30 20:45:01 +08:00
chentao1596 ab4f5c3e38 Translate into chinese about GPU 2017-08-30 11:09:38 +08:00
Dragons 5fcf7f6e8c index-pr-2017-08-15 2017-08-30 10:53:15 +08:00
Lion-Wei d5270b167d Update README.md
fix the dead chain
2017-08-21 16:29:35 -07:00
Li Jingjing 070143a1c9 k8s-tutorials-services-source-ip 2017-08-19 15:33:01 +08:00
Li Jingjing cec1723e1e k8s-hihg-availability-index 2017-08-19 15:17:14 +08:00
Li Jingjing ea05cd4a56 kube-apiserver-pr 2017-08-19 15:13:23 +08:00
Dragons f4ad2b179f kubernetes-concepts-overview-components-pr-update-fix 2017-08-15 10:47:31 +08:00
Lion-Wei 9768830e2b Update expose-intro.html
Modify some of the syntax errors in the Chinese document 'expose-intro'
2017-08-14 10:45:44 +08:00
Lion-Wei 23e16bd150 Modify some of the syntax errors in the Chinese document 'scale-intro' 2017-08-10 21:48:17 -07:00
Aaron Crickenberger 18e9aa59d1 Rename OWNERS assignees: to approvers:
They are effectively the same, assignees is deprecated
2017-08-03 16:22:52 -07:00
Xing Zhou 610b62d167 Address some translation comments in PR #4359
Addressed some translation comments in PR #4359
2017-08-03 08:49:02 -07:00
Xing Zhou cf75fef7fb Translate getting-started-guides/coreos/bare_metal_offline.md into Chinese 2017-07-31 16:56:18 -07:00
Xing Zhou 3c5e457989 Translate getting-started-guides/centos/centos_manual_config.md into Chinese
Translate getting-started-guides/centos/centos_manual_config.md into Chinese
2017-07-27 14:39:29 -07:00
Andrew Chen bc3075de36 Fixes issue #4389 2017-07-20 10:57:38 -07:00
Dragons 77b1039aec admin-authorization-index-pr 2017-07-10 22:20:51 +08:00
Dragons c35043d0fe templates-concept-pr 2017-07-10 21:54:48 +08:00
Dragons b3bce95c2b admin-authorization-abac-pr 2017-07-10 21:48:09 +08:00
Dragons 48ffe5ca1a kubernetes-concepts-overview-components-pr 2017-07-07 10:46:20 +08:00
Dragons c7b1119a98 kubernetes-cn-translation-update (#4182)
* what-is-kubernetes-pr

* kubernetes-basics-pr

* kubernetes-basics-cluster-pr

* kubernetes-basics-deploy-pr

* kubernetes-basics/explore-pr

* kubernetes-basics-expose-pr

* kubernetes-basics-scale-pr

* kuberntes-basics-update-pr

* tutorials-object-management-kubectl-object-management-pr

* tutorials-object-management-kubectl-imperative-object-management-command-pr

* xingzhou-fix-pr
2017-06-29 23:37:40 -07:00
Christoph Blecker 2e192598a0 Update links to proper repos 2017-06-28 22:08:36 -07:00
Dragons 0dbeb6d1bf whatisk8s - Chinese version (#3243)
* whatisk8s

* kubernetes-basics tutorials

* Update whatisk8s.md

* Update what-is-kubernetes.md
2017-06-22 14:39:41 -07:00
Xin Zhang f7ad8644e9 Create a top-level CN directory to hold future md files for the Chinese kubernetes site 2017-03-07 21:49:59 -08:00