Commit Graph

954 Commits (2caaa89a941437e3176648a7a78f028763c9b51c)

Author SHA1 Message Date
Ivan Font 71ce47a0c9
Clarify use of APIService CA bundle when using API 2017-11-21 13:06:17 -08:00
stewart-yu b877d1219f fix dead link 2017-11-21 13:50:17 +08:00
Jennifer Rondeau 87068a114b
Merge pull request #6346 from tengqm/limit-note
/lgtm
2017-11-20 15:28:34 -05:00
Ádám Sándor f0ce92e69d
Mention readiness probe in configuration section
The configuration values section only mentions liveness probes which is confusing for the reader. Additionally liveness and readiness probes behave differently if they time out. Readiness probe will not restart the Pod but the documentation looks like it would.
2017-11-20 15:16:21 +01:00
Suraj Deshmukh af064f5ce3 fix PodPreset manifests
Update the image in PodPreset manifest to use the real image,
also removed the hard-coded namespace in manifest.
2017-11-20 18:39:16 +05:30
Suraj Deshmukh 582a59e024 (distribute creds securely): change file name to links 2017-11-20 17:05:42 +05:30
Wang Jie c385203beb
Update scheduling-gpus.md 2017-11-20 10:56:31 +08:00
Stewart-YU 7f84d9a873 Update access-cluster.md (#6332)
Update format.
2017-11-16 13:11:21 -06:00
Stewart-YU 89e902d76c
Update cluster-management.md
Fix dead link.
2017-11-16 20:05:32 +08:00
Qiming Teng 47a0781864 Note on creating LimitRange for GPU, huge-pages resources 2017-11-16 16:43:06 +08:00
GabrielSVinha 3acd89b0b8 Add namespaces to kubefed docs 2017-11-15 21:03:10 -03:00
Qiming Teng 1450306642 Improve docs related to kubectl 2017-11-15 11:33:20 +08:00
Qiming 89f4f018fb
Merge pull request #6288 from tengqm/termination-message-policy
Document terminationMessagePolicy
2017-11-15 10:00:06 +08:00
Ahmet Alp Balkan 30ea773764
Improve "authenticating to k8s api from a pod" docs (#6259)
* Improve "authenticating to k8s api from a pod" docs

Helps with https://github.com/kubernetes/kubernetes/issues/22121.

Also removing kubectl-container example as it's staged for removal and not
very useful.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>

* Address code review comments

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-11-13 18:23:20 -08:00
Qiming Teng a7c8e8cce6 Document terminationMessagePolicy 2017-11-14 09:10:17 +08:00
Qiming df40d54f0b Clarify GPU resource requests and limits (#6294) 2017-11-13 15:01:44 -08:00
Andrew Chen 4f38e0aefd Rename Google Container Engine to Google Kubernetes Engine 2017-11-13 13:43:14 -08:00
Tim Hockin bfc642a066 Update debug-services doc 2017-11-13 11:35:52 -08:00
Xiaoyu(Tim) Zhang 5f5d1e071d fix a typo 2017-11-10 15:27:48 +08:00
Andrew Chen 37f57f6843 [Monthly Maintenance] Fix broken links from Screaming Frog SEO Spider 2017-11-08 14:01:56 -08:00
Guillermo Robles 0393c790d4 Correct federation links to new repository (#6234) 2017-11-08 09:22:35 -08:00
Umesh Yadav 3478bbb09a Added CFSSL explaination (#6232) 2017-11-08 09:18:22 -08:00
Qiming 794182bb3e
Merge pull request #6230 from dungeonmaster18/check-kubectl-config
Added docs for kubectl cluster-info dump
2017-11-08 17:23:55 +08:00
dungeonmaster18 11c690ec11 restructure sentence 2017-11-08 14:28:54 +05:30
dungeonmaster18 fcb6785046 Added docs for kubectl cluster-info dump 2017-11-08 13:22:10 +05:30
Zoltan Burgermeiszter 1a681e88ae LimitRange name fixed in kubectl command (#6133) 2017-11-07 15:27:23 -08:00
Jessica Yao 53cf7defd5 Fix/re-introduce custom Jekyll tags for better glossary integration (#6163) 2017-11-06 15:36:24 -06:00
Umesh Yadav 0abbfdc12e Fixed apiVersion inconsistency (#6187)
* update support version from 1.7.0 to 1.8.0

* Added apiVersion comment.
2017-11-06 13:06:29 -06:00
Kyungho Jeon 17bb567d3a
Correct a phrase by deleting an irrelevant verb
"how to use install" -> "how to install"
2017-11-06 23:23:50 +09:00
Xiaoyu(Tim) Zhang e050203d46
Merge pull request #6169 from lichuqiang/translation-temp7
Translate doc configure-access-multiple-clusters into Chinese
2017-11-05 20:57:09 +08:00
Qiming 773c7ef445
Merge pull request #6132 from zburgermeiszter/patch-1
Pod name fixed
2017-11-04 09:00:24 +08:00
lichuqiang f1cd967672 typo fix in doc configure-access-multiple-clusters 2017-11-03 15:01:24 +08:00
Jessica Yao f3edbd3822 Revert "Introduce custom Jekyll tags for better glossary integration" (#6160)
This reverts commit 46d9cbe5ae.
2017-11-02 15:07:26 -06:00
Qiming 73acc5e28f Fix some shell command examples (#6143) 2017-11-02 12:22:45 -06:00
Jessica Yao 46d9cbe5ae Introduce custom Jekyll tags for better glossary integration 2017-11-02 00:57:26 -07:00
Aaron Crickenberger 21cabff5ad Rename OWNERS assignees: to approvers: (#6121)
They are effectively the same, assignees is deprecated
2017-11-01 19:03:41 -07:00
steveperry-53 3e6166b565 Add version to prerequisites. 2017-11-01 18:41:49 -07:00
Zoltan Burgermeiszter c7a87bf28c
kubectl get added to the example. 2017-11-01 17:09:05 +00:00
Zoltan Burgermeiszter c613ebfdd3
Pod name fixed 2017-11-01 16:59:28 +00:00
Geoff Sindel ae415874a4 Corrects example yaml indentation (#6074) 2017-10-27 10:17:39 -07:00
Anthony Yeh f71e041372 CRD: Document cleanup on delete. (#6075)
Make it clear that deleting a CRD deletes everything in it.
2017-10-27 10:15:22 -07:00
Qiming 1107757752 Add HPA scaling delay docs (#5653) 2017-10-27 10:09:25 -07:00
xuhuilong 2f416b8d29 Usage note and warning tags. (#6053)
* Usage note and warning tags.

* Update configure-upgrade-etcd.md

* Update configure-upgrade-etcd.md
2017-10-26 09:44:33 -07:00
chenhonggc 2a7bffb839 Operating etcd cluster for Kubernetes bad format in the final page (#6056)
* Operating etcd cluster for Kubernetes bad format in the final page

* Update configure-upgrade-etcd.md

* Update configure-upgrade-etcd.md
2017-10-26 09:43:06 -07:00
Rizky Ariestiyansyah 67135553e7 Update: Using universal zsh configuration (#5669)
* Update install-kubectl.md

Zsh is not only oh-my-zsh, so I added universal configuration for zsh that also can be used in prezto.

* fix merge error after rebase
2017-10-26 08:50:09 -07:00
chenhonggc d9c61ab67d static-pod example bad format in the final page (#6050)
* static-pod example bad format in the final page

* static-pod example bad format in the final page

* static-pod example bad format in the final page

* static-pod example bad format in the final page

* static-pod example bad format in the final page
2017-10-25 22:25:18 -07:00
Qiming 583805b507 Split PodPreset concept out from task doc (#5984) 2017-10-25 14:41:51 -07:00
Qiming 6ed5d06a6c Fix podpreset task (#5705) 2017-10-25 13:50:27 -07:00
Hosh 25029e6577 Added explanation on context to when joining (#6018) 2017-10-23 14:18:13 -07:00
Steve Perry 875af17a6d Add link to custom metrics. (#6023) 2017-10-23 13:51:07 -07:00
Steve Perry 79b4426847 Change VM to pod. (#6022) 2017-10-23 12:08:18 -07:00
Qiming 3914312936 Clarification of failureThreshold of probes (#5963) 2017-10-23 10:58:55 -07:00
chenhonggc 7602721b17 link error for run-stateless-application-deployment.md (#5985)
* link error for run-stateless-application-deployment.md

* link error for run-stateless-application-deployment.md
2017-10-23 10:45:58 -07:00
Wang Jie 05416d4eb1 Update secret.md (#6008) 2017-10-23 10:22:59 -07:00
Wang Jie 250ae15cb0 Update replicaset.md (#6009) 2017-10-23 10:22:42 -07:00
Joseph Heck 2febd642af search and replace for k8s.github.io to website (#6019) 2017-10-23 10:16:08 -07:00
Wang Jie b38ab1e240 Update hpa.md 2017-10-23 08:55:53 -07:00
linyouchong c912eb89d4 fix spelling error
guarnatees  to guarantees
2017-10-23 14:25:14 +08:00
Joseph Heck aefefc6515 Merge pull request #6007 from scjane/patch-12
Update update-daemon-set.md
2017-10-22 18:58:44 -07:00
Wang Jie a07f6bcbbb Update update-daemon-set.md 2017-10-23 09:46:20 +08:00
Wang Jie 29c5cf0d0b Update scheduling-hugepages.md 2017-10-23 08:54:35 +08:00
Qiming Teng 637fa885e1 Document conntrack dependency for kube-proxy 2017-10-20 13:52:24 -07:00
dengyi1996 1ed69650b6 Update weave-network-policy.md (#4812)
* Update weave-network-policy.md

add how to check if weave working correctly

* modify descrption and wors

* Update weave-network-policy.md

* Update weave-network-policy.md

* Update weave-network-policy.md

* Update weave-network-policy.md

* Update weave-network-policy.md

* Update weave-network-policy.md

* Update weave-network-policy.md

* Update weave-network-policy.md
2017-10-19 12:43:05 -05:00
Suraj Deshmukh 2b2fb7d84b add instructions to install ps utility (#5936)
The doc asks users to use `ps` command inside the nginx container, when
ps is not installed inside the container. So this commit adds that
command to install ps.
2017-10-19 10:06:48 -07:00
Tim(Xiaoyu) Zhang 1152364756 Merge pull request #5731 from ahmetb/zsh
Fix kubectl zsh completion instructions
2017-10-19 20:33:30 +08:00
Jon Mosco 21429e8c0c Fix various grammar errors in static-pod.md. Had to read this after taking CKA exam for the first time. 2017-10-16 15:20:49 -04:00
Tim Joseph Dumol 1b91793ecf Reduce documented minimum node memory. (#5901)
In "Configure Default Memory Requests and Limits for a Namespace", reduce documented minimum node memory from 300 GiB to 2 GiB.
2017-10-13 13:20:26 -07:00
chenhonggc 4e053a98ca add shell command (#5903) 2017-10-13 13:19:47 -07:00
chenhonggc a1174fde27 Delete redundant '\n' (#5906)
* Delete redundant '\n'

* The unified style
2017-10-13 13:18:53 -07:00
xuhuilong c53c74794c avoid Latin phrases according doc style guilde.
https://kubernetes.io/docs/home/contribute/style-guide/#avoid-latin-phrases
2017-10-13 16:23:07 +08:00
Michael Taufen 8da72ca938 Add doc on how to configure Kubelet with a file (#5694) 2017-10-12 12:01:47 -07:00
chenhonggc 011d6b244b rolling-update-replication-controller.md (#5877) 2017-10-12 09:59:22 -07:00
Di Xu 2023d7c790 correct header level in static pods 2017-10-12 11:02:35 +08:00
Charles Shenton b67c90ba5a Update Fine Job Queue Page (#5854)
The current Fine Job Queue page refers to a one-pod-per-job setup in the intro content (as in the Coarse Job Queue Page) but then proceeds to talk about a multiple jobs per pod setup. I've edited the intro content to reflect that.
2017-10-10 17:31:51 -07:00
xuhuilong 0419d6f370 fix error shell command. (#5834) 2017-10-10 13:18:44 -07:00
xuhuilong 0b99151fbe format command output. More clearly (#5828) 2017-10-10 13:18:04 -07:00
jianglingxia f207f37635 replicationcontroller in job (#5839) 2017-10-10 13:15:21 -07:00
yandonggc 51a9a27e58 Update incorrect word Peristent to Persistent (#5843)
* Update change-pv-reclaim-policy.md

* Update mysql-wordpress-persistent-volume.md
2017-10-10 13:14:03 -07:00
Steve Perry 0563d647a7 Update links to avoid redirect.s (#5829) 2017-10-09 21:08:58 -07:00
Steve Perry e830745509 Update links to avoid redirects. (#5827) 2017-10-09 19:17:59 -07:00
Suraj Deshmukh 11b0b64ab9 fix(pod restartPolicy): add restartPolicy to pods (#5817)
Some pods were missing `restartPolicy` which caused them to
go in `CrashLoopBackoff`, so adding `restartPolicy` as
`OnFailure`.
2017-10-09 17:25:34 -07:00
Suraj Deshmukh b7719cdf58 (env var expose pod info): remove repeated content (#5816) 2017-10-09 17:24:20 -07:00
xuhuilong a73e548416 remove the meaningless word. (#5811) 2017-10-08 22:26:20 -07:00
Suraj Deshmukh ebf0ee9eb3 docs(Configure Pod Initialization task): correct pod name in output (#5803)
Pod name in the output was shown wrong, so corrected it.
docs: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-initialization/
2017-10-08 08:19:13 -07:00
Suraj Deshmukh eb4ce6ab1a docs(health checks): remove the unnecessary indentation (#5805)
The pod manifest in it's `httpHeaders` has unnecessary indentation,
removed that.
2017-10-08 08:18:11 -07:00
Suraj Deshmukh 14972390ee (livenessProbe): correct livenessProbe explanation (#5806) 2017-10-08 08:17:37 -07:00
Suraj Deshmukh 25363bba54 (Private registry configs): link to the private registry pod manifest (#5807)
add download link to the private registry pod manifest in docs.
2017-10-08 08:16:36 -07:00
Suraj Narwade 424a4f2f71 Fixed example in configmap (#5808)
This PR modifies keys in env from configmaps to capital, so that example will work.
2017-10-08 08:15:10 -07:00
Suraj Deshmukh fd240aa371 remove the unnecessary new lines (#5802) 2017-10-08 08:13:29 -07:00
Zhang Xingcai 06099a7df6 Format command output args -oyaml to -o yaml (#5798) 2017-10-07 07:55:07 -07:00
Steve Perry 004a166985 Add links to CustomResourceDefinition reference. (#5788)
* Add links to CustomResourceDefinition reference.

* Add links to ThirdPartyResource page.
2017-10-06 12:05:16 -07:00
Richard Li 3de92fd38f Add new Task documentation: Telepresence (#4955)
* initial version of how to develop and debug locally with telepresence

* minor fixups

* add overview, prereq, steps blocks

* add whatsnext capture

* remove further reading header

* incorporate feedback from @radhikapc

* incorporate more feedback
2017-10-05 15:08:54 -07:00
Steve Perry 31ed65dbe3 Update links to avoid redirects. (#5771) 2017-10-04 18:25:57 -07:00
Steve Perry 9e94cd5530 Fix broken links. (#5770) 2017-10-04 17:50:18 -07:00
Steve Perry 95d3e80540 Update links to avoid redirects. (#5769)
* Update links to avoid redirects.

* Add paren.
2017-10-04 17:31:51 -07:00
Steve Perry 634dd83bbd Update links to avoid redirects. (#5768) 2017-10-04 16:59:36 -07:00
Steve Perry fda7ed44df Update links to avoid redirects. (#5765) 2017-10-04 16:07:41 -07:00
Steve Perry 6ddca1d62f Update links to avoid redirects. (#5763) 2017-10-04 14:27:41 -07:00
Brad Topol 3384da0ba8 Fixes Issue #4585 (#5762)
Signed-off-by: Brad Topol <btopol@us.ibm.com>
2017-10-04 13:43:15 -07:00
Suraj Deshmukh ccfd7aac3c add securityContext field at conatiner level (#5734) 2017-10-04 08:22:57 -07:00