Min RK
87ae813ec5
remove period from section title ( #6354 )
...
to be consistent with sibling titles
2017-11-16 14:58:22 -06:00
Steve Perry
3b85f605ea
CRD Validation: remove alpha warning, change enable instructions to ( #6066 )
...
disable
2017-11-16 12:12:30 -08:00
Stewart-YU
7f84d9a873
Update access-cluster.md ( #6332 )
...
Update format.
2017-11-16 13:11:21 -06:00
Gabriel Silva Vinha
f4b9cf4581
Add direction and protocol for kubeadm ports setup ( #6319 )
2017-11-16 13:01:43 -06:00
Tom Denham
711ce0ce5c
Update flannel to version v0.9.1
...
This includes a single fix to improve compatibility with later versions
of Docker.
Release note: https://github.com/coreos/flannel/releases/tag/v0.9.1
2017-11-16 10:55:17 -07:00
Stuart Harris
eac887d592
Use echo -n rather than echo to avoid trailing newline...
...
...during secret creation
2017-11-16 13:36:45 +00: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
宇慕
05af66ef77
update hostport doc
2017-11-16 11:23:34 +08:00
XsWack
e1d484579e
Merge branch 'master' into mvgen
2017-11-16 09:30:49 +08:00
Qiming
cad3f8335e
Merge pull request #6341 from GabrielSVinha/update_fed
...
Add namespaces to kubefed docs
2017-11-16 09:12:59 +08:00
Qiming
60fc1bc220
Merge pull request #6342 from craigbox/patch-8
...
Update gce.md to correct GKE link
2017-11-16 09:12:06 +08:00
Qiming
cdb0c3e51c
Merge pull request #6027 from tengqm/dynamic-provisioning
...
Migrate dynamic provisioning documentation
2017-11-16 09:06:53 +08:00
craigbox
5ffbc56dd0
Update gce.md
...
fix link to GKE
2017-11-15 22:18:59 -02:00
GabrielSVinha
3acd89b0b8
Add namespaces to kubefed docs
2017-11-15 21:03:10 -03:00
XsWack
da6e321669
move kubeadm to /docs/reference/generated directory ( #6326 )
2017-11-15 09:43:17 -08:00
Abhinav Sinha
446b9cb335
Pod priority to be enabled for kubelet
...
The document only mentioned enabling the feature for API and Scheduler but it needs to be enabled for kubelet as well
2017-11-15 18:31:01 +05:30
XsWack
1a1ab53df2
Merge branch 'master' into mvgen
2017-11-15 17:46:49 +08:00
XsWack
16f6a61596
move federation-apiserver federation-controller-manager to /docs/reference/generated directory ( #6327 )
...
* move federation-apiserver federation-controller-manager to /docs/reference/generated directory
* update _redirects and _data/referenerce.yaml
2017-11-15 01:45:12 -08:00
XsWack
134507dbc1
move kubefed to /docs/reference/generated directory ( #6325 )
...
* move kubefed to docs/reference/generated
* update _redirects and _data/referenerce.yaml
2017-11-15 01:16:14 -08:00
wackxu
ba7c3005c9
move some generated file to docs/reference/generated directory
2017-11-15 14:12:11 +08:00
Qiming Teng
1450306642
Improve docs related to kubectl
2017-11-15 11:33:20 +08:00
Qiming
aee5d36b0f
Merge pull request #6203 from tengqm/event-rate-limit
...
Document the EventRateLimit admission controller
2017-11-15 10:01:09 +08:00
Qiming
89f4f018fb
Merge pull request #6288 from tengqm/termination-message-policy
...
Document terminationMessagePolicy
2017-11-15 10:00:06 +08:00
Qiming
4bca69feb3
Merge pull request #6293 from tengqm/link-glossary
...
Add link to glossary page from tutorial
2017-11-15 09:59:31 +08:00
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