1152 Commits

Author SHA1 Message Date
Luke Marsden 5524edba2a Use the official 1.4.0 image. 2016-09-27 15:58:01 +01:00
Luke Marsden cf14a29b53 Update kubeadm guide to use official stable deb and rpm repos. Thanks @mikedanese! 2016-09-27 15:51:32 +01:00
devin-donnelly 778c119835 Merge pull request #1265 from lukemarsden/master
[WIP] kubeadm and add-on docs
2016-09-26 10:31:43 -07:00
Luke Marsden e6eac66c94 Include slightly surprising output. 2016-09-26 15:18:33 +01:00
Luke Marsden e6f488c555 Required for now for this to work 2016-09-26 15:09:25 +01:00
Luke Marsden 807827c645 Clarify. 2016-09-26 14:35:41 +01:00
Luke Marsden fe30e27200 Fix alignment 2016-09-26 14:27:06 +01:00
Luke Marsden 8c43a0b759 Make the uninstall script look like code 2016-09-26 14:25:07 +01:00
Luke Marsden 7d434d58b9 Clarify that this reverts what kubeadm did rather than uninstalling the packages. 2016-09-26 14:20:47 +01:00
Luke Marsden 10884384de kubeadm and add-ons docs 2016-09-26 14:12:02 +01:00
David Oppenheimer 4a85d6255e Clarify minAvailable approval semantics 2016-09-25 21:30:13 -07:00
devin-donnelly b6809130aa Merge pull request #1226 from wongma7/gluster
Update gluster provisioner parameters
2016-09-25 20:37:42 -07:00
devin-donnelly a6c58ae5eb Merge pull request #1290 from nikhiljindal/replicaSetDoc
federation: Adding user guides for federation replicasets and secrets
2016-09-23 18:16:28 -07:00
nikhiljindal d376fc98ad Adding user guides for federation replicasets and namespaces 2016-09-23 17:54:01 -07:00
Devin Donnelly f4457ae677 Merge remote-tracking branch 'origin' into release-1.4 2016-09-23 16:57:30 -07:00
devin-donnelly a926c3959e Merge pull request #1289 from bprashanth/petset_1.4
Clarify petset docs
2016-09-23 14:25:05 -07:00
devin-donnelly 795df8d03e Merge pull request #1276 from madhusudancs/fed-new-deployment
Update the federation admin guide to use the new, simplified deployment mechanism.
2016-09-23 09:55:01 -07:00
Luke Marsden 22a8dbb58e Squashed commits for kubeadm and addons docs. 2016-09-23 14:26:26 +01:00
bprashanth 1675176726 Clarify petset docs 2016-09-22 17:35:12 -07:00
devin-donnelly b7be044e29 Merge pull request #1280 from rata/release-1.4
Fix secret file mode bits example on JSON
2016-09-22 11:15:50 -07:00
Madhusudan.C.S 78dccc0366 Address more review comments. 2016-09-22 11:05:18 -07:00
nikhiljindal 8be6fc2e1e Deleting empty file 2016-09-22 11:04:06 -07:00
Matthew Wong 93afc4cb00 Add protocol to resturl format 2016-09-22 11:22:02 -04:00
Madhusudan.C.S af2976b665 Address review comments. 2016-09-22 01:53:56 -07:00
devin-donnelly f2465eec29 Merge pull request #1158 from pallavagarwal07/patch-1
Fix link to kubectl from docs/user-guide/kubectl/kubectl_version.md
2016-09-21 16:28:25 -07:00
Rodrigo Campos 5319085101 Fix secret file mode bits example on JSON
I tested the example on YAML and, wrongly, asumed that JSON supported it too.

Fixes: https://github.com/kubernetes/kubernetes/issues/33162
2016-09-21 20:14:24 -03:00
devin-donnelly 5e021e8a12 Merge pull request #1270 from derekmahar/patch-1
Correct name of secret in example in "Use-Case: Pod with ssh keys".
2016-09-21 16:10:18 -07:00
devin-donnelly 11a93cf1c5 Merge pull request #1277 from pweil-/fix-broken-yaml
fix broken file reference in PSP guide
2016-09-21 16:06:22 -07:00
devin-donnelly f5e6c1d47b Merge pull request #1196 from derekwaynecarr/disk-eviction
Add documentation for disk based eviction
2016-09-21 15:08:09 -07:00
derekwaynecarr e26aa12e23 Add documentation for disk based eviction 2016-09-21 16:38:35 -04:00
devin-donnelly 67ad0e25d0 Merge pull request #1222 from nikhiljindal/NavLinks
Adding references to federation docs on left side navigation
2016-09-21 08:46:20 -07:00
pweil- b1bb2d33b6 fix broken file reference 2016-09-21 03:37:16 -04:00
Madhusudan.C.S 80f4dc45fe Update the federation admin guide to use the new, simplified deployment mechanism. 2016-09-20 22:45:55 -07:00
nikhiljindal 6959d60797 Adding an empty sj.yaml file to fix netlify 2016-09-20 15:06:21 -07:00
Jeff Mendoza 6d4ea99b12 Move staging container to gcr, check in Dockerfile. 2016-09-20 13:48:29 -07:00
devin-donnelly b4b944b785 Merge pull request #1241 from superbrothers/fix-broken-link
Fix broken link in the authorization page
2016-09-20 13:33:07 -07:00
devin-donnelly 3720dcf50d Merge pull request #1246 from calebamiles/release-1.4
Adds documentation for TLS bootstrapping
2016-09-20 13:26:38 -07:00
devin-donnelly 67fb7451ef Merge pull request #1244 from mml/disruption
Add disruption admin guide.
2016-09-20 13:24:08 -07:00
Derek Mahar b3d167cfc2 Correct name of secret in example in "Use-Case: Pod with ssh keys".
In the example in section "Use-Case: Pod with ssh keys", change name of new SSH secret from "my-secret" to "ssh-key-secret" to match that in the subsequent pod specification that references the secret.
2016-09-20 13:01:18 -04:00
caleb miles d000e77921 Updates docs for TLS bootstrapping.
...now with less passive voice
2016-09-20 09:23:23 -07:00
caleb miles 1cebef8da4 Adds documentation for TLS bootstrapping
Documents workflow for using experimental kublet TLS bootstrapping enabled by https://github.com/kubernetes/features/issues/43
2016-09-20 09:23:23 -07:00
Pablo Guerrero 2d4f77995d Minor typo correction 2016-09-20 08:57:00 +02:00
devin-donnelly 0a9d5875e7 Merge pull request #1174 from caseydavenport/update-scratch-networking
Update from-scratch networking section, include NetworkPolicy
2016-09-19 14:59:23 -07:00
devin-donnelly eacdf9f230 Merge pull request #1213 from markturansky/branch_docs_add
Added pvc quota to docs
2016-09-19 14:57:22 -07:00
devin-donnelly bcce3fe05d Merge pull request #1231 from caseydavenport/fix-calico-debian
Fix Calico Install Command
2016-09-19 14:54:44 -07:00
devin-donnelly 669598ca07 Merge pull request #1233 from jsafrane/update-stroageclass
Update StorageClass API endpoint
2016-09-19 14:51:55 -07:00
devin-donnelly 79496bb686 Merge pull request #1258 from krmayankk/fix_drain
fix minor documentation issues
2016-09-19 14:40:52 -07:00
devin-donnelly f1b0476c88 Merge pull request #1263 from chuckbutler/cephfs-example
Update link to cephfs example
2016-09-19 14:38:14 -07:00
devin-donnelly 90458d6bef Merge pull request #1266 from dy-dx/patch-1
Fix typo in kubeconfig-file.md
2016-09-19 14:37:04 -07:00
Chris Kim c2c95999f3 Fix typo in kubeconfig-file.md 2016-09-19 17:31:01 -04:00