Commit Graph

2277 Commits (6ab6c1b8d8025e043513fa31a8aca41d1407240d)

Author SHA1 Message Date
Eric Paris 273ac45bb4 Update networkpolicies.md 2016-09-22 13:18:18 -04:00
Eric Paris a27740b33a Update networkpolicies.md 2016-09-22 13:11:18 -04:00
Eric Paris c31b8d608b Update networkpolicies.md 2016-09-22 12:55:09 -04:00
Eric Paris 3c7d5fc9c6 Update networkpolicies.md 2016-09-22 12:52:39 -04:00
Eric Paris 5a7e1165bb 'namespaceSelector' in the NetworkPolicy example 2016-09-22 11:47:29 -04:00
Matthew Wong 93afc4cb00 Add protocol to resturl format 2016-09-22 11:22:02 -04:00
Chmouel Boudjnah d322b78c53 minor spelling update
using mispellings https://pypi.python.org/pypi/misspellings
2016-09-22 11:48:21 +02:00
YuPengZTE b0d3fd5f6b Capitalizes the first letter
Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
2016-09-22 17:07:06 +08:00
Madhusudan.C.S af2976b665 Address review comments. 2016-09-22 01:53:56 -07:00
YuPengZTE f2b90fa2c3 'etc' should be 'etc.'
Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
2016-09-22 16:22:31 +08:00
keglevich3 6446dfe2e8 Changed according to the review 2016-09-22 10:55:16 +03:00
keglevich3 d99af82c5f Merge branch 'master' into patch-3 2016-09-22 10:50:18 +03: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 6456a464c1 Merge pull request #1271 from jeffmendoza/move-container
Move staging container to gcr, check in Dockerfile.
2016-09-21 16:07:12 -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 5bf689d156 Merge pull request #1279 from ankurshukla/master
adding Canonical as a partner
2016-09-21 16:05:32 -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 73db6a60d3 Merge pull request #1274 from a-mccarthy/patch-4
Create ISSUE_TEMPLATE.md
2016-09-21 13:18:20 -07:00
Ankur Shukla a651ca4d1f Merge branch 'master' into master 2016-09-21 11:58:40 -07:00
ankurshukla d8ffef3e77 adding Canonical as a partner 2016-09-21 11:58:06 -07: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
a-mccarthy f7cba5c6ab Create ISSUE_TEMPLATE.md
Created issue template.
2016-09-20 16:37:08 -04: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 c98cc8ae05 Merge pull request #1272 from jeffmendoza/yaml-guidelines
Add yaml guidelines to readme.md /editdocs
2016-09-20 13:31:10 -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
Jared 7fb953c46e Merge pull request #1268 from pabloguerrero/patch-1
Minor typo correction
2016-09-20 13:24:57 -07:00
devin-donnelly 67fb7451ef Merge pull request #1244 from mml/disruption
Add disruption admin guide.
2016-09-20 13:24:08 -07:00
Jeff Mendoza 2a613c0158 Add yaml guidelines to readme.md /editdocs 2016-09-20 12:20:15 -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
devin-donnelly 31078b91eb Merge pull request #1240 from rickypai/patch-2
reference ReplicaSet instead of ReplicationController to start
2016-09-19 14:36:14 -07:00
devin-donnelly fdd87c9532 Merge pull request #1261 from bprashanth/ing_mz_1.4
Clarify Ingress multizone docs.
2016-09-19 14:31:08 -07:00
Chris Kim c2c95999f3 Fix typo in kubeconfig-file.md 2016-09-19 17:31:01 -04:00
Matt Liggett 1117f1a5a6 Add disruption admin guide. 2016-09-19 13:23:40 -07:00