Commit Graph

5529 Commits (3908be3173bf0f1df8af91a6218f822216d9549f)

Author SHA1 Message Date
Ivan Font 706b21ba38
Use base64 as one word 2017-11-27 18:18:34 -08:00
Qiming edcb39d46c
Merge pull request #6417 from msau42/storage-class-best-practices
Update storage class recommendations with GA fields
2017-11-28 10:04:16 +08:00
Ivan Font b86371da23
Merge branch 'master' into patch-1 2017-11-27 18:03:46 -08:00
Qiming 542d53d685
Merge pull request #5931 from WIZARD-CXY/updatehostportdoc
update hostport doc
2017-11-28 10:00:19 +08:00
Qiming 941d388909
Merge pull request #6454 from chenhonggc/init-containers
Fix invalid link.
2017-11-28 09:56:35 +08:00
Qiming c456baf2fc
Merge pull request #6461 from iMartyn/mention-masters
Adds a note regarding the toleration of node-role.kubernetes.io/master
2017-11-28 09:27:43 +08:00
Itay Shakury e17bb06830 correct reference for pre 1.8 api version (#6403)
apps/v1beta1 -> extensions/v1beta1
2017-11-27 16:59:45 -08:00
Aditya Mukerjee e1d8864d52 Explicitly version Clientset in example (#6446)
Core() is deprecated in favor of CoreV1
2017-11-27 16:14:36 -08:00
Andrew Chen 865698f795 Add tooltip includes for terms 2017-11-27 14:43:36 -08:00
Eric Tune 6ee7947a03 Added overview concept guide to all ways to extend (#6224)
* Added overview concept guide to all ways to extend

* Address review comments.

Remove double space.
Use glossary.
Use ordered list.
etc.
2017-11-27 14:17:15 -08:00
Tyler Kellen 3c5e4d225c remove future predictions--these are not documentation 2017-11-27 15:52:41 -05:00
sitkevij 5c16453cd4 update minikube documentation per #6419 providing solution to minikube start --vm-driver=xhyve issue 2017-11-27 12:31:06 -08:00
Michelle Au 6d82453231 Update storage class recommendations with GA fields 2017-11-27 11:15:27 -08:00
Martyn Ranyard 3fa8cb3cfd Adds a note regarding the toleration of node-role.kubernetes.io/master
Also updates the example fluentd daemonset which should run on all
nodes.
2017-11-27 18:12:49 +01:00
Qiming 4d77e7993f
Update overview.md 2017-11-27 20:30:10 +08:00
Qiming 3f98c8bd2a
Update overview.md 2017-11-27 20:28:44 +08:00
陈宏 b268cd7678 Fix invalid link. 2017-11-27 14:59:38 +08:00
Wang Jie 328e6794d2
Update quota-api-object.md 2017-11-27 11:59:42 +08:00
Ziqi Zhao 4456f5f90b Fix typos
Signed-off-by: Ziqi Zhao <zhaoziqi@qiniu.com>
2017-11-26 16:21:32 +08:00
Qiming c06915aa37
Merge pull request #6420 from misterwilliam/patch-1
Fix typo in developing-cloud-controller-manager.md
2017-11-25 22:08:45 +08:00
Qiming ed3a2f0009
Merge pull request #6385 from surajssd/pod-preset-usable-images
fix PodPreset manifests
2017-11-24 20:09:10 +08:00
Qiming a80656a174
Merge pull request #6424 from surajssd/add-podpreset-instructions
Add PodPreset basic usage instructions
2017-11-24 19:14:24 +08:00
Qiming 4c347ea69d
Update podpreset.md 2017-11-24 19:11:37 +08:00
Suraj Deshmukh ec4fbf70d4 add link to Application Introspection and Debugging guide 2017-11-24 15:45:11 +05:30
Qiming 0c289b6abf
Merge pull request #6437 from kairen/fix-pv-1
Remove unnecessary ditto marks
2017-11-24 14:39:44 +08:00
kairen a2d2e27367 Revert the step number 2017-11-24 13:55:16 +08:00
Athurg Feng 2aa752dffe
Fix the comment's ambiguous
Origin commit means volumeMounts.name should match the volume name below, but there's nothing below.
2017-11-24 12:13:54 +08:00
Andrew Burden 29b15075be Added versioning information based on https://github.com/kubernetes/community/blob/master/contributors/design-proposals/release/versioning.md 2017-11-24 15:06:20 +11:00
kairen 93cfe3d59b Remove ditto marks and fix typo 2017-11-24 11:06:38 +08:00
Melanie Albrecht 4c8f3b2996 Replace link to zookeeper.yaml
The link in the sample command "kubectl apply" pointed to a YAML file that was rendered wrongly. I replaced the problem link to a link to the same file on git, which avoids the rendering issue.
2017-11-24 12:03:44 +11:00
Brendan Forster afa7380387 -y to automatically install 2017-11-24 11:52:15 +11:00
Brendan Forster ad3870bd87 link to official install docs, tweak steps 2017-11-24 11:52:15 +11:00
Brendan Forster 1beed2d6f6 rather than emitting text, let's use the package manager
https://docs.docker.com/engine/installation/linux/docker-ce/debian/#install-docker-ce-1
2017-11-24 11:52:15 +11:00
Brendan Forster d58f785de1 bump the version to the latest available from docker 2017-11-24 11:52:15 +11:00
Melanie Albrecht 114346c609 Add requirement to use US English
Added a new section "Language", with only one sentence in it.
2017-11-24 11:50:04 +11:00
Stephen Gordon 4d15b60b5b Add OpenStack provider `search-order` parameter
Add the OpenStack provider `search-order` parameter which is used to
influence the retrieval of instance metadata.

See also:
  https://github.com/kubernetes/kubernetes/pull/52628
  https://github.com/kubernetes/kubernetes/issues/52378
2017-11-24 11:34:03 +11:00
Melanie Albrecht e18e56832a Added clusterrolebinding command
https://github.com/kubernetes/website/issues/6377

I added the clusterrolebinding command to the "Adding a cluster to a federation" section, plus I cleaned up the section to remove redundant text, and turned the instructions into a numbered list.
2017-11-24 11:26:44 +11:00
helena 60b7e3f42e Update overview.md 2017-11-24 11:26:19 +11:00
stewart-yu ef8908fbb1 Update service.md 2017-11-24 11:02:19 +11:00
Qiming 03eb37c54e
Merge pull request #6335 from abhinavsinha001/patch-1
Pod priority to be enabled for kubelet
2017-11-23 21:51:21 +08:00
Abhinav Sinha 1b315e2cce
Formatting changes 2017-11-23 18:42:55 +05:30
Qiming 7df8556653
Update podpreset.md 2017-11-23 20:53:58 +08:00
Qiming 4c083fc73e
Update podpreset.md 2017-11-23 20:51:55 +08:00
Qiming b3c2faacf0
Merge pull request #6383 from surajssd/change-file-name-links
(distribute creds securely): change file name to links
2017-11-23 20:06:07 +08:00
Jordan Liggitt 8ae0bd2c14
Clarify webhook URL may not include parameters 2017-11-23 03:00:55 -05:00
Suraj Deshmukh 3dc4ccb62c Add PodPreset basic usage instructions 2017-11-23 12:08:27 +05:30
Qiming 5d46bb8808
Merge pull request #6322 from tengqm/improve-kubectl-doc
Improve docs related to kubectl
2017-11-23 11:27:26 +08:00
William Chang c688681d34
Update developing-cloud-controller-manager.md 2017-11-22 18:19:29 -08:00
Qiming 288a72d0ef
Merge pull request #6397 from tengqm/add-schema-tests
Add more files for schema test
2017-11-23 10:11:56 +08:00
Ivan Font 877b1abf98
Update URL to only point to kube-aggregator repo 2017-11-22 15:15:56 -08:00
Qiming c5319e204b Sort volumes for easier browsing (#6320) 2017-11-22 13:47:05 -06:00
Qiming a0d1143485
Merge pull request #6355 from tomdee/bump-flannel-version
Update flannel to version v0.9.1
2017-11-22 22:16:16 +08:00
Kevin Hoffman da5fac35ba
Update index.md
Stale links to service broker specs and documentation.
2017-11-22 08:23:12 -05:00
Qiming e276c5a47e
Merge pull request #6402 from colbyy/master
IBM Bluemix was renamed to IBM Cloud recently
2017-11-22 13:52:43 +08:00
Andrew Chen bb0d2771c4
Service Catalog docs (#5867)
* Service Catalog docs (+16 squashed commits)
Squashed commits:
[765e81d] rework install-service-catalog.md
[d81f799] tweak diagrams
[b7a3da7] Add tooltips
[3b256c5] more rework
[828000e] architecture diagram redux
[0b809d5] rework
[7829301] Outline provision-bind-external-service.md w/ filler text
[144fbb3] install service catalog v1
[47b5be4] Reorder images and bullet points
[fb577ae] Update What's Next links
[8ac984c] Include snippet for install and provision docs
[c2eeece] Add Install Service Catalog doc
[a84df64] Add hard line break
[7fb12c6] Add task
[75c46d3] Add List, Provision, and Bind diagrams
[6386feb] Service Catalog concept doc

* Add install-service-catalog-using-helm

* switch mysql examples to message queuing instead

* Incorporate feedback

* incorporate additional feedback

* Incorporate tech review feedback
2017-11-21 14:52:25 -08:00
Ivan Font 71ce47a0c9
Clarify use of APIService CA bundle when using API 2017-11-21 13:06:17 -08:00
Colby Scotta 52b915608d IBM Bluemix was renamed to IBM Cloud recently 2017-11-21 11:23:51 -05:00
Sam Clinckspoor 66350ad1f2
Fix links to Node auth and NodeRestrictions 2017-11-21 14:17:32 +01:00
Qiming Teng 5e7e5f3235 Add more files for schema test 2017-11-21 17:13:54 +08:00
stewart-yu b877d1219f fix dead link 2017-11-21 13:50:17 +08:00
xuhuilong 124f617e49
fix wrong url link.
url link should update.
2017-11-21 11:13:46 +08:00
Qiming 7c6b56e0b0
Merge pull request #6387 from mpolednik/typo
typo fix in device_plugins concepts
2017-11-21 10:00:45 +08:00
Jennifer Rondeau 87068a114b
Merge pull request #6346 from tengqm/limit-note
/lgtm
2017-11-20 15:28:34 -05:00
Martin Polednik 0a7b3020d8 typo fix in device_plugins concepts
Signed-off-by: Martin Polednik <mpolednik@redhat.com>
2017-11-20 15:22:54 +01: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
craigbox cc09a91e05
There's no appendix; remove # APPENDIX heading
(also, why was it shouted?)
2017-11-20 12:16:18 +00:00
Suraj Deshmukh 582a59e024 (distribute creds securely): change file name to links 2017-11-20 17:05:42 +05:30
Qiming c8b5ea9815
Merge pull request #6379 from stewart-yu/patch-6
Update multiple-zones.md
2017-11-20 12:45:14 +08:00
Wang Jie c385203beb
Update scheduling-gpus.md 2017-11-20 10:56:31 +08:00
Stewart-YU a5dd0ebd15
Update multiple-zones.md
Fix bad link.
2017-11-20 10:23:07 +08:00
Qiming 42253001ec
Merge pull request #6372 from stewart-yu/patch-2
Update index.md
2017-11-19 19:55:19 +08:00
Qiming f09e42c62c
Merge pull request #6374 from chenpengdev/patch-1
fix broken link
2017-11-19 19:54:41 +08:00
Qiming c53bbc0e62
Merge pull request #6375 from chenpengdev/patch-2
delete the command prompt
2017-11-19 19:53:43 +08:00
Qiming d717d60038
Merge pull request #6281 from stewart-yu/patch-3
Update create-cluster-kubeadm.md
2017-11-19 19:53:16 +08:00
Stewart-YU 6c95dfe603 Update create-cluster-kubeadm.md
Fix some text error.
2017-11-19 17:35:10 +08:00
chenpengdev 83ebbbfa97
delete the command prompt 2017-11-19 15:30:45 +08:00
chenpengdev a461612779
fix broken link 2017-11-19 15:08:26 +08:00
Stewart-YU ad68acc431
Update index.md
Fix deadlink.
2017-11-19 12:08:49 +08:00
Stewart-YU 49cba3dc34 Update proxies.md
Update the list num
2017-11-17 13:56:40 +08:00
Shilla 9f10c5a970
general clean up
fixed a typo that didn't make sense
changed do to to
2017-11-17 00:11:30 -05:00
Qiming fcab77df75
Merge pull request #6353 from StuartHarris/patch-1
Use `echo -n` rather than `echo` to avoid trailing newline...
2017-11-17 13:09:57 +08:00
Qiming 3f8beb967b
Merge pull request #6359 from stewart-yu/fixdeadlink#2
fix deadlink
2017-11-17 13:05:47 +08:00
Shilla de2078ad27
updated prerequisites
corrected Prerequsites typo
2017-11-16 23:47:01 -05:00
stewart-yu 578a831405 fix deadlink url 2017-11-17 12:41:47 +08:00
Qiming 5e19e823b5 Split persistent volume concept article (#6215) 2017-11-16 20:45:35 -06:00
Stewart-YU 9812e6954d
Update cluster-large.md
delete addtion `/` in url link.
2017-11-17 09:34:46 +08:00
Min RK 87ae813ec5 remove period from section title (#6354)
to be consistent with sibling titles
2017-11-16 14:58:22 -06: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