Commit Graph

1652 Commits

Author SHA1 Message Date
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
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
David Eads 004ed9dff7 Merge pull request #1209 from ericchiang/admin-authentication-oidc-call-out-id-token
docs/admin/authentication: explicitly state the OIDC id_token is uses instead of access_token
2016-09-13 12:48:52 -04: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
devin-donnelly 4adf7d2338 Merge pull request #1212 from bacongobbler/update-ingress-docs
GCE runs the l7 cluster addon on the master
2016-09-12 16:04:17 -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
devin-donnelly b869d4c096 Merge pull request #1198 from patrocinio/master
Add link to IBM SoftLayer instructions
2016-09-12 13:37:18 -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
devin-donnelly 165aed599e Merge pull request #1180 from calavera/move_to_netlify
[WIP] Add Netlify configuration.
2016-09-08 12:19:22 -07:00
Jared 6edde7da5f Merge pull request #1185 from riceo/patch-1
Remove typo'd '=' from AWS ELB SSL documentation
2016-09-08 10:33:44 -07: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
David Calavera ac2a52af20
Add Netlify configuration.
- The netlify.toml file explains how to build this site for production
  and deploy previews.
- The Makefile has some commands to make building the site slightly more
  user friendly, try typing `make help`.
- The Gemfile includes all the dependencies exported from GitHub Pages.
  This site might not need all of the but I don't have the knowledge to
  exclude the unused ones.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-09-07 16:37:43 -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
Hyunchel Kim c734060e6f Add missing commas, fix typos 2016-09-07 13:57:30 -05:00
Jared ef8da15e43 Merge pull request #1157 from fbsolo/master
PR for Kubernetes.io Dead Link Report (generated 8-22): items 5 and 6
2016-09-06 17:19:03 -07:00
Jared c9043d3f98 Merge pull request #1164 from pigmej/englishify_getting_started
Fixed few typos and englishify getting-started-guides
2016-09-06 17:18:15 -07:00
Jared c3d4232e1a Merge pull request #1165 from pigmej/typos_englishify_ug
Typos and englishify user-guide
2016-09-06 17:17:19 -07:00
Jared a541ae6d5d Merge pull request #1172 from jeffmendoza/issue-button
Replace the 'I Wish' feature with a create issue button.
2016-09-06 17:14:37 -07:00
Jeff Mendoza 92a802a7fb Replace the 'I Wish' feature with a create issue button. 2016-09-06 15:54:10 -07:00
Jedrzej Nowak 7112d4c53d Typos and englishify user-guide 2016-09-06 19:01:52 +02:00
Jan Chaloupka 7608448e4a remove specific Fedora and Kubernetes version when describing configuration 2016-09-06 13:19:47 +02:00
Jedrzej Nowak bbb9854574 Fixed few typos and englishify getting-started-guides 2016-09-06 12:35:55 +02:00
fbsolo 06defce9ef Merge branch 'master' into master 2016-09-04 17:29:58 -07:00
fbsolo 78010d948f Merge branch 'master' of https://github.com/fbsolo/kubernetes.github.io 2016-09-04 17:23:11 -07:00
fbsolo dc0cd5dc65 Fixed broken URL's for Kubernetes.io Dead Link Report (generated 8022) issues #5 and #6 2016-09-04 17:17:53 -07:00
Evgeny L 30539b11f9 Remove broken links to master.sh and worker.sh in docker-multinode 2016-09-02 17:58:51 +03:00
Jared 6b61d2ba0b Merge pull request #1146 from ankurshukla/master
added aqua securities as a partner
2016-09-01 13:32:38 -07:00
Ankur Shukla 83be1509ab Merge branch 'master' into master 2016-09-01 11:18:29 -07:00
ankurshukla 8b8bf02ca3 added aqua securities as a partner 2016-09-01 11:16:54 -07:00
Marek Grabowski 6ebe0c46a2 Update max number of Nodes (#1137) 2016-09-01 11:10:35 -07:00
Casey Davenport 7f785f2ecf Remove outdated Calico / Fedora guide. 2016-08-31 17:50:42 -07:00
Jared 7cb28edac7 Merge pull request #1101 from foxish/md-check
Adding travis checks for linter (md-check).
2016-08-31 16:58:03 -07:00
Anirudh Ramanathan c66d58c942 Merge branch 'master' into md-check 2016-08-31 16:52:25 -07:00
Jared 5bdec789d6 Merge pull request #1134 from ankurshukla/master
added a couple of new partners to partner section
2016-08-31 15:19:50 -07:00
Anirudh Ramanathan f16f15f759 Merge branch 'master' into md-check 2016-08-31 15:19:31 -07:00