Commit Graph

5418 Commits (e276c5a47e7595d24fd9cf4848d791fffaddf830)

Author SHA1 Message Date
Qiming 076b64f106
Merge pull request #6251 from tengqm/podpreset-note
Add a note to pod preset
2017-11-15 09:58:43 +08:00
Stewart-YU 09a1b70681 Update cloud-providers.md (#6313)
Fix format.
2017-11-14 13:09:00 -08:00
Tomasz Prus 037341f3ae fix: unit for "kilo" is lowercase (#6314) 2017-11-14 13:08:27 -08:00
Cheryl Hung 66c625fdf0 Add StorageOS provisioner to comparison table (#6315) 2017-11-14 13:06:31 -08:00
Stewart-YU 71e634f75d Update create-cluster-kubeadm.md (#6308)
Fix format.
2017-11-14 11:37:49 -08:00
Di Xu a20bf030a2 add new examples for fieldSelector when using kubectl get (#6312) 2017-11-14 11:35:17 -08:00
Qiming 9f758e6443 Add warning about backoffLimit limitation (#6227) 2017-11-14 10:48:53 -08:00
Qiming Teng cf7ed4615e Add a note to pod preset 2017-11-14 14:15:41 +08:00
Guangya Liu 929a5df048 Updated links for dns document. 2017-11-14 13:37:59 +08:00
emanic a94b2bfee9 Clarifies some aspects of the kubeadm install (#5883) 2017-11-13 21:00:56 -08:00
Tyler Kellen 3d5ca2d7ff re-order sections (#6241)
For new readers without a detailed understanding of how deletion occurs, specifying foreground deletion first gives the needed context to understand what background deletion is eschewing.
2017-11-13 19:10:24 -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 5e4e68576c Add link to glossary page 2017-11-14 09:11:19 +08:00
Qiming Teng a7c8e8cce6 Document terminationMessagePolicy 2017-11-14 09:10:17 +08:00
Shawnique Warren 1f295600f8 Fixes issue #6174 - Add on-prem turnkey (#6270) 2017-11-13 16:38:51 -08:00
Matthew Donoughe e3eb268f3d escape angle brackets in html (#6272) 2017-11-13 16:37:29 -08:00
Daniel Gonzalez 74fb139145 Mention lb-provider option in OpenStack LBaaS docs (#6282) 2017-11-13 16:25:14 -08:00
Matt Dorn b84f53a06e Update PodAffinity/PodAntiAffinity Use-Case (#6291)
* Update PodAffinity/PodAntiAffinity Use-Case

Updated PodAffinity use-case to reflect use of PodAntiAffinity. Under the previous Redis deployment manifest, each replica is not guaranteed its own node.

* add podAntiAffinity to web-server spec use-case

* Additional changes to PodAffinity/PodAntiAffinity Use-Case
2017-11-13 15:05:47 -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
Andrew Ball 94060df231
remove unnecessary "or" in series 2017-11-12 19:01:49 -06:00
Zach Corleissen b26094ed39
Document unconfined apparmor profile (#6269) 2017-11-10 13:41:00 -06:00
Qiming b9e1ca1361 Fix taint names used in admission controllers (#6264) 2017-11-10 13:40:23 -06:00
Jamie Hannaford 51497f61e9 Document nics req 2017-11-10 12:26:16 +01:00
Qiming 024125723b
Merge pull request #6257 from zioproto/patch-1
The correct name is [Route] and not [Router]
2017-11-10 15:51:05 +08:00
Xiaoyu(Tim) Zhang 5f5d1e071d fix a typo 2017-11-10 15:27:48 +08:00
Saverio Proto faef51ed47 The correct name is [Route] and not [Router]
Check commit 0b57371ffab5b32dc991ff5fe60c3d58f7c2f9cc
You will see that the correct name is [Route]
You can see it also here
https://github.com/kubernetes/kubernetes/blob/master/pkg/cloudprovider/providers/openstack/openstack.go#L137
2017-11-10 05:34:28 +01:00
Qiming 1a8cdf8344
Merge pull request #6256 from sjenning/patch-1
use space instead of newline for dnf compatibility
2017-11-10 11:11:54 +08:00
XsWack 8cde65ef4f Update service.md 2017-11-10 10:32:17 +08:00
Seth Jennings eb875f2811 use space instead of newline for dnf compatibility
see https://github.com/projectatomic/rpm-ostree/issues/1093#issuecomment-343188052
2017-11-09 19:53:00 -06:00
Andrew Chen 24d1cd5ceb
Merge pull request #6246 from kubernetes/chenopis-maintenance-20171108
[Monthly Maintenance] Fix broken links
2017-11-09 13:05:04 -08:00
Qiming 598e6c0d81 Fix a SVG which received many complaints (#6252) 2017-11-09 14:15:23 -06:00
Qiming b0ef8cf848
Merge pull request #6242 from tkellen/patch-4
update docs to reference latest updates
2017-11-09 22:24:18 +08:00
Tyler Kellen 737dc1c45e update docs to reference latest updates 2017-11-09 07:57:35 -05:00
Qiming cec2d95281
Merge pull request #6237 from tkellen/patch-1
call out missing content in effort to fix it
2017-11-09 15:07:07 +08:00
Qiming e3fdd107e8
Update daemonset.md 2017-11-09 09:06:09 +08:00
Andrew Chen 37f57f6843 [Monthly Maintenance] Fix broken links from Screaming Frog SEO Spider 2017-11-08 14:01:56 -08:00
Tyler Kellen 9a46a77c2d
add note that encryption at rest is supported 2017-11-08 16:31:24 -05:00
Tyler Kellen 2d3b1ad3f6
call out missing content in effort to fix it 2017-11-08 12:35:53 -05:00
Umesh Yadav e8d97e89e6 Added note for documentation style. (#6229)
* Added note for documentation style.

* Added {: .note}
2017-11-08 09:29:09 -08:00
Kyle Bai bb31d7ecbc Improve kubectl for Docker Users guide (#6236) 2017-11-08 09:24:33 -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 0fbafb5459
Merge pull request #6233 from stewart-yu/patch-2
fix format
2017-11-08 20:09:09 +08:00
Qiming 6a9aaf6eff
Merge pull request #6231 from zoobab/patch-1
add kubeadm-dind as another local-machine solution
2017-11-08 19:16:55 +08:00
Stewart-YU 562342349c This command `stop` is deprecated and fix format 2017-11-08 19:04:55 +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
Benjamin Henrion 8002734b5f
add kubeadm-dind as another local-machine solution
add kubeadm-dind as another local-machine solution
2017-11-08 09:14:40 +01:00
dungeonmaster18 fcb6785046 Added docs for kubectl cluster-info dump 2017-11-08 13:22:10 +05:30
Qiming db0f634110
Merge pull request #6172 from gyliu513/auth
Added `--authorization-mode=Node` to document.
2017-11-08 11:34:36 +08:00
Qiming b124f4d051
Merge pull request #6130 from jamiehannaford/kubeadm-extra-args
Make kubeadm docs for extra args clearer
2017-11-08 09:33:32 +08:00
Qiming Teng 33aa282480 Document the EventRateLimit admission controller 2017-11-08 09:26:29 +08:00
Qiming bf3ae8e3a9 Document the AllowedHostPaths policy (#6206) 2017-11-07 17:05:02 -08:00
Stewart-YU c9ff4eb7f1 Update kubernetes-objects.md (#6226)
Fix file url.
2017-11-07 17:04:31 -08:00
Qiming 1c135db011 Remove 'Create an Issue' button on docs/setup page (#6214) 2017-11-07 16:56:56 -08:00
CaoShuFeng 168340e96a fix pod-priority-preemption doc (#6212) 2017-11-07 16:53:42 -08:00
Tonny c73ecc4bfa Added new community maintained dotNet library (#6204) 2017-11-07 16:40:50 -08:00
Qiming b78e3751c3 Remove pod-termination doc (#6199) 2017-11-07 16:29:05 -08:00
Ben Hall d06322e61e Hide the sidebar for the Interactive Scenarios (#6196) 2017-11-07 16:28:08 -08:00
Brendan Burns fcf48ec777 Add a reference to Azure Container Service (#6195) 2017-11-07 16:25:40 -08:00
Marc Cohen cf28d0c121 add open in cloud shell link (#6173)
Google Cloud has a new feature called "Open in Cloud Shell" which supports invoking a URL that auto-starts a cloud shell session (via in-browser ssh to an auto-provisioned VM) with an auto-cloned repo specified in the URL.
2017-11-07 16:19:28 -08:00
Karthik Gaekwad a4c59123a1 Update dead link for kubeadm (#6170) 2017-11-07 15:40:21 -08:00
Stewart-YU 645fe170ef Fix format. (#6168) 2017-11-07 15:39:15 -08:00
Zoltan Burgermeiszter 1a681e88ae LimitRange name fixed in kubectl command (#6133) 2017-11-07 15:27:23 -08:00
Tyler Kellen 1a2238ff19 correct phase anchor 2017-11-08 02:22:36 +08:00
Tyler Kellen 30a413926a fix invalid anchors 2017-11-08 02:22:36 +08:00
Jamie Hannaford a230cf00f7 Make kubeadm docs for extra args clearer 2017-11-07 14:31:17 +01:00
zhangxiaoyu-zidif 10a6fb706d fix typo 2017-11-07 16:49:00 +08:00
zhangxiaoyu-zidif 05d5b3563e fix docs 2017-11-07 16:49:00 +08:00
zhangxiaoyu-zidif d99896ffbc fix review 2017-11-07 16:49:00 +08:00
zhangxiaoyu-zidif 2f34581fc2 describe what is kube-public 2017-11-07 16:49:00 +08:00
Qiming Teng 7865afe459 Migrate dynamic provisioning documentation 2017-11-07 09:45:27 +08:00
Brad Topol 1bb6d3b8ab
Merge pull request #6209 from nique905/patch-3
Update IBM Cloud Private link
2017-11-06 16:36:49 -05: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
Shawnique Warren 6ef68e905f
Fixed typo 2017-11-06 10:07:41 -05: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
Qiming e2618c934d
Merge pull request #6192 from stewart-yu/patch-9
Update write-new-topic.md
2017-11-06 08:52:06 +08: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
Stewart-YU 355c43987b
Update write-new-topic.md
fix error url to anyone which can be access.
2017-11-05 17:24:14 +08:00
Xiaoyu(Tim) Zhang 8004acded3
Merge pull request #6189 from futureperfect/quickstart-deployment-cleanup
Add deployment cleanup to minikube quickstart
2017-11-05 09:55:00 +08:00
Qiming e0b2e1b7b2
Merge pull request #6184 from dungeonmaster18/azure-container-redirect
Fixed issue with azure container redirect.
2017-11-05 09:14:25 +08:00
Erik Hollembeak d7ffab2ac3 Add deployment cleanup to minikube quickstart 2017-11-04 17:02:01 -07:00
Moussa Taifi 139f1c142a
Fix typo in Actual parallelism section
Fix typo in Actual parallelism section
2017-11-04 15:38:46 -04:00
dungeonmaster18 786416e412 Fixed issue with azure container redirect. 2017-11-04 22:24:36 +05:30
lemon-tree 0abb97e623
Update kubeadm.md
Fixed the bad format
2017-11-04 10:35:39 +08:00
Qiming 773c7ef445
Merge pull request #6132 from zburgermeiszter/patch-1
Pod name fixed
2017-11-04 09:00:24 +08:00
Guangya Liu 6cc8501441 Added `--authorization-mode=Node` to document. 2017-11-03 20:16:28 +08:00
lichuqiang f1cd967672 typo fix in doc configure-access-multiple-clusters 2017-11-03 15:01:24 +08:00
Qiming Teng 90fe42a2ff Fix openssl command for generating apiserver cert 2017-11-03 09:31:31 +08:00
Mitchel Humpherys d49a3dda8e kubelet: an => a (#6159)
"PodSpec" doesn't start with a vowel.
2017-11-02 17:02:32 -07: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
Eric Chiang aaffdb8ca4 oidc: document oidc prefix flags and add note about Okta (#5884) 2017-11-02 13:25:25 -07:00
Qiming 73acc5e28f Fix some shell command examples (#6143) 2017-11-02 12:22:45 -06:00
Shawnique Warren 74192d0666
Update IBM Cloud private link 2017-11-02 13:37:10 -04:00
dungeonmaster18 3f0f84f924 Fixed cluster-large broken links 2017-11-02 09:17:03 -07:00
Qiming 91c3bec469
Merge pull request #6148 from warmchang/federation
Fix the hyperlink of federation.md to the latest path.
2017-11-02 17:16:33 +08:00
William Chang ba6e4b3cbc Fix all the relevant documents hyperlink about the federation. 2017-11-02 17:04:30 +08:00