Commit Graph

4243 Commits

Author SHA1 Message Date
steveperry-53 dfc9bd1e5f Put back ticks around placeholder. 2016-09-29 20:05:30 -07:00
steveperry-53 6377930f5f Fix typo. 2016-09-29 15:10:49 -07:00
steveperry-53 dbbe11e3d3 Change --showlabels to --show-labels. 2016-09-29 15:02:35 -07:00
steveperry-53 1a379cd812 Fix page title. 2016-09-29 13:52:05 -07:00
steveperry-53 53933e1738 Create task page: Assigning Pods to Nodes. 2016-09-29 13:43:54 -07:00
Piyush Madan 387c9df2a9 Merge branch 'master' into patch-1 2016-09-29 15:11:52 -04:00
Tobias Bradtke 2b2d8dc0bc Fix urls 2016-09-29 12:23:37 +02:00
Michail Kargakis 55017a1f27 Fix note for paused deployments 2016-09-29 12:07:27 +02:00
Ian Lewis 3965d87cec Created new ThirdPartyResource Glossary page.
1. Created a new page for the ThirdPartyResource object.
2. Added a link for the new page to the Glossary menu.
2016-09-29 17:34:39 +09:00
Piyush Madan c38f1f63e4 minor edit - removed ` in one of the cmds 2016-09-29 01:23:06 -04:00
callermann f0ea23d16c Update docker-multinode.md
Modified cd command on line 89 (Adding a worker node) to reflect proper path.
2016-09-28 20:40:02 -04:00
steveperry-53 8cdebc0d66 Revise tutorial to use NodePort instead of externa IP address. 2016-09-28 16:06:46 -07:00
Brandon Philips 8aa10a6fda admin: dns: merge from the build dir
Try and clean this mess up where the build dir has user facing docs and move them here.

Ref: https://github.com/kubernetes/kubernetes/pull/32931
2016-09-28 15:40:53 -07:00
Janet Kuo 28a0bcb969 Run the script to fix kubectl 404 issue 2016-09-28 15:32:14 -07:00
Bryan Boreham c8abb1c5f8 Clarify what kubenet does and does not do 2016-09-28 16:58:31 +01:00
deads2k 65878b15e2 update docs to point to new incubator 2016-09-28 09:29:57 -04:00
Luke Marsden ee4af46a7b Add instructions for overriding autodetected network interface. 2016-09-28 09:37:35 +01:00
Jimmy Cuadra 19e65e224a Document subresources in RBAC. 2016-09-27 21:30:08 -07:00
Jimmy Cuadra 777e234970 Explain how to define group memberships with client cert authentication. 2016-09-27 17:43:34 -07:00
devin-donnelly 7f4305e14b Merge pull request #1329 from walterdolce/patch-1
Update documentation to match minikube's current behaviour
2016-09-27 15:35:39 -07:00
devin-donnelly d548f1f040 Merge pull request #1316 from Tchinmai7/patch-1
fixed wrong command
2016-09-27 15:34:49 -07:00
devin-donnelly aa6b6990a8 Merge pull request #1317 from Tchinmai7/patch-2
Removed line 19. was junk
2016-09-27 15:34:29 -07:00
devin-donnelly 9cd34ffcda Merge pull request #1308 from YuPengZTE/devVS
The VS and dot is seprated
2016-09-27 15:34:14 -07:00
Walter Dolce 05e79bcec5 Update documentation to match minikube's current behaviour
Updating docs as per [minikube's #631](https://github.com/kubernetes/minikube/issues/631)
2016-09-27 21:58:48 +01:00
Mike Spreitzer c3e35a9aa4 Merge branch 'master' into updoc3 2016-09-27 16:15:48 -04:00
Mike Spreitzer fa44441f68 Noted HTTP syntax restriction on bearer tokens
Noted that every bearer token, in any of the four authentication
strategies that use bearer tokens, appears in an HTTP header
value without additional quotation/encoding (beyond that supported
by HTTP).  Included a fully concrete example.  Wrote this down once,
where the issue first arises, and referenced it from the other relevant
strategies.

This constraint was elicited in #sig-auth discussion
on Sep 21, and not previously stated explicitly and in a way that
clearly applied to all four kinds of bearer token --- leaving the
reader to wonder if some other encoding is expected.
2016-09-27 16:13:10 -04:00
Luke Marsden c781e15700 Install docker. 2016-09-27 20:43:08 +01:00
Cole Mickens 660376ccd9 azure: update links, owners, metadata 2016-09-27 12:16:14 -07:00
Tarun Chinmai 567374824e Merge branch 'master' into patch-2 2016-09-27 22:38:57 +05:30
Tarun Chinmai f1ef1e3b81 Merge branch 'master' into patch-1 2016-09-27 22:38:06 +05:30
Luke Marsden 7e7e35c1df Use the official 1.4.0 image. 2016-09-27 18:07:42 +01:00
Luke Marsden 5dee6166be Update kubeadm guide to use official stable deb and rpm repos. Thanks @mikedanese! 2016-09-27 18:07:41 +01:00
Steve Perry 78f681a4a4 Merge branch 'master' into bcamp2 2016-09-27 08:55:43 -07:00
steveperry-53 8727ac746c Remove copyright notice from bootcamp pages. 2016-09-27 08:49:46 -07:00
Eric Tune ef07e501f0 Document writing portable config with storage 2016-09-27 08:26:49 -07:00
Tarun Chinmai 2a092c6395 Removed line 19. was junk 2016-09-27 16:48:39 +05:30
Tarun Chinmai 5e92903656 fixed wrong command
there's no such command as kubectl display. changed to kubectl describe.
2016-09-27 16:47:29 +05:30
adieu c42b866ad2 Minor style tweaks. 2016-09-27 17:12:02 +08:00
adieu 838352ff6e Change files in dos format to unix format. Removing ^M. 2016-09-27 17:12:02 +08:00
ankurshukla 4634a4b703 added Nuage Network to partner section
Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
2016-09-27 14:28:13 +08:00
steveperry-53 926ec86e60 Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io 2016-09-26 16:20:27 -07:00
steveperry-53 01ca71e344 Merge branch 'bcamp' of https://github.com/steveperry-53/steveperry-53.github.io into steveperry-53-bcamp 2016-09-26 16:11:12 -07:00
David Oppenheimer 034f9a808d Update user-guide/node-selection/index.md to include pod affinity/anti-affinity
and addd an example. Also clean up user-guide/node-selection/index.md a bit.
2016-09-26 15:46:51 -07:00
Steve Perry aaef454bea Merge branch 'master' into templates3 2016-09-26 15:06:33 -07:00
devin-donnelly a581b8087e Merge pull request #1011 from aidevops/master
updated access to cluster/api w/o proxy post kube v1.3.2
2016-09-26 13:30:02 -07:00
devin-donnelly ff54de9ae0 Merge pull request #1125 from erictune/rbacgroupref
How to refer to rervice account groups in RBAC
2016-09-26 13:25:14 -07:00
devin-donnelly d0e15b0f38 Merge pull request #1247 from samos123/update-demo-fixes
Fix update documentation reference to doc location
2016-09-26 13:23:58 -07:00
devin-donnelly 6bad1e3ce2 Merge pull request #1282 from YuPengZTE/dev
The etc and dot is seprated
2016-09-26 13:17:53 -07:00
devin-donnelly e53615460d Merge pull request #1283 from YuPengZTE/devFirst
Capitalizes the first letter
2016-09-26 13:16:46 -07:00
devin-donnelly 53f0dbbe8a Merge pull request #1259 from chmouel/patch-1
minor spelling update
2016-09-26 13:16:05 -07:00