Commit Graph

1055 Commits (b28c58a93c2416b1a767df14bc2ad83787c04180)

Author SHA1 Message Date
Quinton Hoole b28c58a93c Federated Ingress User Guide 2016-09-25 21:24:36 -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
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
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
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
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 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
Charles Butler a2869a4314 Update link to cephfs example
Closes #1262
2016-09-19 13:39:39 -05:00
Mayank Kumar 68334c0025 fix minor documentation issues 2016-09-19 01:07:05 -07:00
Casey Davenport b0ce198615 Re-work networking section to be more clear 2016-09-16 16:05:28 -07:00
Casey Davenport 2ee8a639fb Add Calico, NetworkPolicy to the from-scratch networking section. 2016-09-16 16:01:25 -07:00
Kazuki Suda ef8229f2c6 Fix broken link in the authorization page 2016-09-16 16:23:14 +09:00
Ricky Pai c717cf528d reference ReplicaSet instead of ReplicationController to start 2016-09-15 17:05:56 -07:00
devin-donnelly 946fe493b8 Merge pull request #1127 from caesarxuchao/client-go-doc
Add client-go in the accessing cluster doc
2016-09-15 15:38:09 -07:00
Pallav Agarwal 36fefcf873 Correct broken links - fix #1154, fix #1161, fix #1162, fix #1163
Fix some broken links in documentation, as well as add a dummy page
for single-node docker with deprecation notice to prevent error with
old links.
2016-09-15 17:26:29 +05:30
Chao Xu 1ba01e4a22 add client-go 2016-09-14 22:22:52 -07:00
tamal 459eacd2ef Add links to AppsCode managed Kubernetes clusters. 2016-09-14 17:41:48 -07:00
devin-donnelly db24889200 Merge pull request #1223 from gg7/scratch-document-validate-cluster
scratch.md: Document how to use cluster/validate-cluster.sh
2016-09-14 15:58:04 -07:00
devin-donnelly 0a4d565fc1 Merge pull request #1228 from wongma7/revert
Revert StorageClass docs intended for 1.4
2016-09-14 15:44:47 -07:00
Matthew Wong 5099afc2c4 Revert "Merge pull request #1064 from wongma7/storage-class"
This reverts commit 086c65ab61, reversing
changes made to e802d51435.
2016-09-14 18:29:46 -04:00
Matthew Wong f4c98ddce7 Revert "Update StorageClass docs (#1121)"
This reverts commit 86975061d7.
2016-09-14 18:29:46 -04:00
devin-donnelly a380440506 Revert "describe subjectaccessreview" 2016-09-14 14:09:32 -07:00
devin-donnelly ac43058e66 Merge pull request #1219 from deads2k/sar-01
describe subjectaccessreview
2016-09-14 14:08:43 -07:00
deads2k 426b81a497 describe subjectaccessreview 2016-09-14 16:03:05 -04:00
George G eadd4b3c05 scratch.md: Explain standard use of validate-cluster.sh 2016-09-14 19:12:30 +01:00
George G ca1b9882de scratch.md: Document how to use cluster/validate-cluster.sh 2016-09-14 02:31:29 +01:00
devin-donnelly 6b0c81ae43 Merge pull request #1194 from hellwen/patch-1
Update volumes.md
2016-09-13 15:43:03 -07:00
devin-donnelly 4a265eb8e6 Merge pull request #1211 from cjcullen/true
Remove `=true` from gcloud commands
2016-09-13 15:34:31 -07:00
Eric Chiang ec9f1aedc9 docs/admin/authentication: explicitly state the OIDC id_token is used instead of the access_token
Most OAuth2 libraries use the access_token as a bearer token. This
is different for Kubernetes, since the OIDC plugin uses an id_token
instead (also returned in the token response).

Be explicit and call out this difference.
2016-09-13 09:07:52 -07:00
Matthew Fisher a0cecd07cb GCE runs the l7 cluster addon on the master 2016-09-12 15:30:35 -07:00
devin-donnelly 4dfaeef10a Merge pull request #1201 from chrislovecnm/sort-by-cheatsheet-fix
fixing a couple of commands, and adding an echo
2016-09-12 14:55:16 -07:00
CJ Cullen ef63728e62 Remove `=true` from gcloud commands 2016-09-12 11:01:10 -07:00
chrislovecnm 26cbacc3d6 fixing a couple of commands, and adding an echo 2016-09-10 14:31:35 -06:00
Eduardo Patrocinio ef735dac3e Add link to IBM SoftLayer instructions 2016-09-10 10:50:25 -04:00
devin-donnelly 7fff2005fe Merge pull request #1072 from jzhoucliqr/master
ubuntu provider environment variable 'roles' instead of 'role'
2016-09-09 15:48:13 -07:00
devin-donnelly 88120bb8a8 Merge pull request #1106 from erickhun/patch-1
Update command to show labels on nodes
2016-09-09 15:37:53 -07:00
devin-donnelly 16db557f50 Merge pull request #1131 from caseydavenport/remove-fedora-guide
Remove outdated Calico / Fedora guide.
2016-09-09 15:19:32 -07:00
devin-donnelly 0c97a1d75e Merge pull request #1139 from hyunchel/update-hpa-docs
Add missing commas, fix typos
2016-09-09 15:17:57 -07:00
devin-donnelly 7a5ce1ef78 Merge pull request #1149 from rustyrobot/fix-broken-links
Remove broken links to master.sh and worker.sh in docker-multinode
2016-09-09 14:48:41 -07:00
hellwen 1b0fafbbe0 Update volumes.md 2016-09-09 18:17:17 +08:00
Aaron Rice 64503f43a8 Remove typo'd '=' from AWS ELB SSL documentation
It looks like there was a typo in this annotation key.
2016-09-08 18:02:19 +01:00
Evgeniy L 08699ddce0 Merge branch 'master' into fix-broken-links 2016-09-08 16:45:52 +03:00
devin-donnelly e035d83836 Merge pull request #1166 from ingvagabund/generalize-fedora-steps-for-statis-pods
remove specific Fedora and Kubernetes version when describing configuration
2016-09-07 16:40:26 -07:00
Hyunchel Kim 820fa73edf Fix typo 2016-09-07 13:57:30 -05:00
Hyunchel Kim ceb5189d48 Update sentences based on reviewed comments 2016-09-07 13:57:30 -05:00