Commit Graph

498 Commits

Author SHA1 Message Date
scjane 8a299b94cf Update garbage-collection.md 2017-01-26 09:53:18 -08:00
scjane 9b59945b0c Update salt.md
It seems that the ordered list in the "Best Practices" section is unnecessary as there is only one item "1". So can we delete the list?
2017-01-26 09:52:30 -08:00
scjane e1369ecc4f Update node-problem.md 2017-01-26 09:50:47 -08:00
s0rc3r3r01 e1a55e327e corrected container name
the container name is "kubedns" and not "kube-dns"
2017-01-25 16:45:34 -08:00
Jordan Liggitt d166363fe3 Update ABAC examples to use authenticated/unauthenticated groups 2017-01-25 16:36:53 -08:00
scjane 9ba738b6ca Update rescheduler.md 2017-01-25 10:30:35 -08:00
scjane f520630010 Update cluster-components.md 2017-01-25 10:29:23 -08:00
scjane b556ee60d6 Update multi-cluster.md 2017-01-25 10:28:45 -08:00
scjane 246a87b77c Update multiple-schedulers.md 2017-01-25 10:27:37 -08:00
scjane 8521bdc2b8 Update dns.md 2017-01-25 10:25:29 -08:00
scjane 27d0048498 Update master-node-communication.md 2017-01-25 17:25:31 +08:00
Scott Collier 0e1670ccb8 looks like a couple of words got swapped when describing the ConfigMap for kube-dns, just fixing that up 2017-01-24 16:21:34 -08:00
Scott Collier 220352d117 removing word that doesn't flow correctly 2017-01-24 16:03:01 -08:00
Andrew Chen d890d8f97a Fixed typo
changed "speed" to "sped" for proper tense
2017-01-24 15:52:43 -08:00
scjane 0fd32489a8 Update ha-master-gce.md 2017-01-24 15:38:44 -08:00
Justin Nauman 5e77cd1825 Updates on the PV zone affinity documentation
Updates docs around the PV distribution process per the linked issues
2017-01-24 15:09:31 -08:00
xilabao e2a732f4eb Update groups to passwordfile
ref to https://github.com/kubernetes/kubernetes/pull/39651
2017-01-24 14:25:47 -08:00
Yonathan Randolph b9f53d7991 Fix typo tcp -> TCP 2017-01-24 13:15:08 -08:00
Yonathan Randolph 56d88e9566 Fix code formatting 2017-01-24 13:15:08 -08:00
Andrew Chen b7206ba9f0 Merge pull request #2251 from mlbiam/master
integrated docs from ts.com wiki w/o product info
2017-01-24 11:56:57 -08:00
Andrew Chen 169a6ea205 Merge pull request #2281 from xialonglee/patch-3
fix yaml source links of addons
2017-01-24 11:44:55 -08:00
Andrew Chen 6cfdb404bc fixed capitalization typo
changed 'cpu' to 'CPU' when not in config text
2017-01-24 11:05:04 -08:00
Andrew Chen 8932a7cf42 Merge pull request #2327 from scjane/patch-10
Fixed typos in cluster-management.md
2017-01-24 10:17:28 -08:00
Andrew Chen 845dc6670f Merge pull request #2330 from scjane/patch-12
Added needed newline in index.md
2017-01-24 10:15:02 -08:00
Andrew Chen 7ab4752079 Merge pull request #2331 from scjane/patch-13
fixed typo on walkthrough.md
2017-01-24 10:12:38 -08:00
scjane b58176b07d Update index.md 2017-01-24 18:41:00 +08:00
scjane 511272b6ab Update walkthrough.md 2017-01-24 17:29:24 +08:00
scjane 32088c5f5d Update index.md 2017-01-24 16:44:00 +08:00
scjane ac7d47d03d Update cluster-management.md 2017-01-24 14:09:53 +08:00
Peter Lee 51f3089cf3 Merge branch 'master' into patch-3 2017-01-24 10:08:39 +08:00
YuPengZTE 64c9a962ae fix typo
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>

Author:    yupengzte <yu.peng36@zte.com.cn>
2017-01-23 17:43:45 -08:00
scjane beb6774b63 Update index.md 2017-01-23 17:41:06 -08:00
Andrew Chen 608a81204d Merge pull request #2138 from freehan/deprecate-exec-network-plugin
delete exec network plugin
2017-01-23 10:37:45 -08:00
Andrew Chen 621c895de1 Merge pull request #2126 from chentao1596/check-gce-cbr0
change the flag which controlls the cbr0's create
2017-01-23 10:32:53 -08:00
Andrew Chen 169c525e0a Merge pull request #2111 from tanshanshan/replace-scheduler-command
replace hack/build-go.sh with make
2017-01-23 10:31:59 -08:00
Andrew Chen c9ababdf6c Merge pull request #2284 from khalpin11/patch-2
Fix docs typo
2017-01-23 09:38:16 -08:00
Stefan Sauer 4dbe8511ba Add a link for headless services (#2267) 2017-01-21 16:50:50 -08:00
khalpin11 0168fbc029 Fix docs typo
"Action use IaaS providers reliable storage (e.g. GCE PD or AWS EBS volume) for VMs with apiserver+etcd" did not follow the same format as other actions in this section.
2017-01-18 09:32:37 -07:00
Peter Lee fe1640a71e fix yaml source links of addons 2017-01-18 16:48:45 +08:00
Marc Boorshtein 91ddb6aa08 Merge branch 'master' into master 2017-01-17 21:09:41 -05:00
xilabao a2d0e7c165 update role example 2017-01-17 16:35:01 -08:00
Michael Mrowetz 705f74fad0 de-duplicated sentence. 2017-01-17 16:05:50 -08:00
Marc Boorshtein 5244bb8b6e integrated docs from ts.com wiki w/o product info 2017-01-16 08:12:43 -05:00
tanshanshan 1095dd27ab Merge branch 'master' into replace-scheduler-command 2017-01-16 08:59:57 +08:00
Ronald Petty 640f5c5813 Update accessing-the-api.md
Minor typo fixes.

* missing paran
* needed space
2017-01-11 18:52:26 -08:00
steveperry-53 0e497739ec Fix invisible bulleted list. 2017-01-11 08:37:43 -08:00
Andrew Chen 01ec3ecf82 Fixed broken link
[core API group] should link to (/docs/api/)
2017-01-10 13:58:04 -08:00
Daniel Smith 98d2cb6f44 Remove lavalamp from docs he doesn't know anything about 2017-01-09 15:14:38 -08:00
Andrew Chen 3f1e560b45 Merge pull request #2147 from leahnp/lpetersen-etcd-link
Updated link for etcd to point at latest docs
2017-01-09 14:15:07 -08:00
Andrew Chen 3ada59ed59 Merge pull request #2167 from ankon/patch-1
Fix the link to the authentication documentation
2017-01-09 13:51:04 -08:00