devin-donnelly
d3f9bdfe24
Merge pull request #2001 from chentao1596/kubelet-static-pod-config
...
static-pod: --config should be changed to -pod-manifest-path
2016-12-20 19:25:50 -05:00
devin-donnelly
40e658f12d
Merge pull request #2000 from xialonglee/cancel-italic-title
...
Delete italic style markdown symbol
2016-12-20 19:25:22 -05:00
devin-donnelly
e29a288c98
Merge pull request #2003 from xilabao/add-reference-to-rbac-psp
...
add reference to rbac psp
2016-12-20 19:18:07 -05:00
devin-donnelly
71f32c8618
Merge pull request #2004 from nlamirault/patch-1
...
Fix kube-dns component name
2016-12-20 16:07:17 -05:00
devin-donnelly
fc7d0698e4
Merge branch 'master' into calico-addon-link
2016-12-20 15:59:58 -05:00
Nicolas Lamirault
fd5e585ebf
Fix kube-dns component name
2016-12-20 11:29:44 +01:00
xilabao
194bf76648
add reference to rbac & psp
2016-12-20 16:52:21 +08:00
chentao
4f59dd333f
change to new config
2016-12-20 16:41:51 +08:00
Gunjan Patel
09bb00cea2
Merge branch 'master' into calico-addon-link
2016-12-19 23:53:29 -08:00
xialong.lee
231b924608
delete italic style
2016-12-20 09:55:11 +08:00
Ben Balter
5bab707a82
Merge branch 'master' into inline-titles
2016-12-19 18:46:34 -05:00
Ben Balter
d8d99a171e
use in-page titles to generate sidebar nav
2016-12-19 15:08:54 -05:00
Drinky Pool
030e6f230c
delete the question mark
...
1. add "been" right before restarted.
2. delete the question mark at the end of the sentence.
2016-12-19 16:57:08 +08:00
Brendan Burns
22eb15218a
Merge branch 'master' into acr
2016-12-16 13:40:18 -08:00
Brendan Burns
b44002382b
Merge branch 'master' into acr
2016-12-16 13:19:41 -08:00
Brendan Burns
13bdbc897f
Merge branch 'master' into colemickens-pr-acs-launch
2016-12-16 13:18:05 -08:00
Lucas Käldström
09e40e26b3
Update the kubeadm documentation to v1.5
2016-12-16 16:29:28 +02:00
Brendan Burns
e174f4619d
Add directions for using Azure Container Registry.
2016-12-15 20:36:34 -08:00
Cole Mickens
5961a799fe
azure: update for k8s on acs launch
2016-12-15 20:30:10 -08:00
Doug Davis
6b9326f085
fix indentation of a few lines
2016-12-15 18:30:55 -05:00
Ben Balter
b301f4ad3a
add notitle attribute to pages that shouldnt have a title
2016-12-15 17:06:04 -05:00
Gunjan Patel
56fac4ee23
Merge branch 'master' into calico-addon-link
2016-12-15 13:46:27 -08:00
Jared
74317d519d
Merge branch 'master' into defalut-version-1.5
2016-12-15 13:40:02 -08:00
gunjan5
668e1a27dd
Update Calico docs link
2016-12-15 13:25:49 -08:00
Janet Kuo
9b432f24e6
Remove .0 suffix from all references to {{page.version}}
2016-12-15 13:14:47 -08:00
Ben Balter
bfa604351f
add explicit titles to docs
2016-12-15 15:16:54 -05:00
Jared
8a70253a30
Merge branch 'master' into patch-1
2016-12-15 12:06:16 -08:00
Jared
edbf9471ac
Merge branch 'master' into patch-1
2016-12-15 12:03:50 -08:00
Jared
b7a9a4bd4f
Merge branch 'master' into patch-1
2016-12-15 12:03:35 -08:00
Jared
c3ec5e82cc
Merge branch 'master' into kubefed-fixes
2016-12-15 11:53:51 -08:00
Janet Kuo
0fee7eb542
Merge branch 'master' into proportional-scaling
2016-12-15 10:46:44 -08:00
Michail Kargakis
7a145852b9
Proportional scaling in Deployments
2016-12-15 18:14:50 +01:00
Joe Rocklin
01bfb7925f
Fix link to nuage
...
previous markdown resulted in a relative reference, which lead to a 404.
2016-12-15 11:47:10 -05:00
dbaumgarten
061a332ac4
Wrong path for cloud-config in kubeadm.md
...
The cloud-config file should be located under `/etc/kubernetes/cloud-config` instead of /etc/kubernetes/cloud-config.json.
(See: https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/master/manifests.go#L41 )
If the file is not in this location the controller-manager will fail to start, as he is given the --cloud-provider option without --cloud-config. (--cloud-config will only be used when `/etc/kubernetes/cloud-config` exists https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/master/manifests.go#L367 )
2016-12-15 14:58:46 +01:00
Alejandro Escobar
8d8c5f9c0a
updated the links to documents that do not exists locally but remotely in github. These links are broken online.
...
missed a link.
2016-12-14 18:56:27 -08:00
Steve Perry
1c678270aa
Merge branch 'master' into fix-link
2016-12-14 16:57:11 -08:00
Kenneth Owens
e9cf14ffb4
Adds zookeeper example ( #1894 )
...
* Initial commit
* Adds section for cleanup
Corrects some spelling errors
decapitalizes liveness and readiness
* Adds test for zookeeper example
* Address enisoc review
* Remove space between shell and raw annotation
* Remove extranous inserted text
* Remove fencing statement
* Modify sentence for grammer
* refocus to zookeeper with some loss of generality
* Spelling, Grammar, DNS link
* update to address foxish comments
2016-12-14 13:56:21 -08:00
Janet Kuo
f664e4c65a
In DaemonSet doc, link to node selection doc instead of repo
2016-12-14 11:21:28 -08:00
Phillip Wittrock
954074a838
Merge branch 'master' into secrets
2016-12-13 16:27:57 -08:00
Madhusudan.C.S
93ffad35f2
Fix URL typo and whitespace.
2016-12-13 15:27:23 -08:00
Jared
04f6af0948
Merge branch 'master' into fix-typo
2016-12-13 14:59:15 -08:00
Jared
c26a4d6789
Merge branch 'master' into patch-8
2016-12-13 14:56:15 -08:00
Jared
c13e73544c
Merge branch 'master' into patch-7
2016-12-13 14:38:34 -08:00
Janet Kuo
6535ffad28
Merge branch 'master' into update-generated-docs
2016-12-13 13:56:50 -08:00
Janet Kuo
ad02b08517
Manually point api-reference to v1.5
2016-12-13 13:53:02 -08:00
Janet Kuo
28899d6ec6
Run update-imported-docs.sh
2016-12-13 13:44:13 -08:00
steveperry-53
c8d67ab182
Addressed comments by pwittrock.
2016-12-13 13:25:06 -08:00
steveperry-53
2fa89315eb
Write new Task: Distributing Credentials Securely.
2016-12-13 13:25:06 -08:00
steveperry-53
922e60eff5
Write new task: Configuring a Pod to Use a Volume for Storage.
2016-12-13 13:07:47 -08:00
steveperry-53
aeefabff87
Move README content to contribution section.
2016-12-13 11:15:37 -08:00