Commit Graph

2508 Commits (e56d433a36ef97a9721558441adf44ecaae9ee5f)

Author SHA1 Message Date
steveperry-53 dfc9bd1e5f Put back ticks around placeholder. 2016-09-29 20:05:30 -07:00
Steve Perry bdefba6fcd Merge pull request #1351 from steveperry-53/assign-pods
Create task page: Assigning Pods to Nodes.
2016-09-29 15:16:46 -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
Jeff Mendoza eac7ea8f7e Remove body template from Create Issue button.
We now have a deafult issue template in github, so the one inserted
by the Create Issue button is no longer needed.
2016-09-29 13:40:12 -07:00
Piyush Madan 387c9df2a9 Merge branch 'master' into patch-1 2016-09-29 15:11:52 -04:00
Janet Kuo 9706528d8d Merge pull request #1343 from kargakis/fix-paused-deployment-note
Fix note for paused deployments
2016-09-29 10:05:50 -07: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
Steve Perry ddbc403845 Merge pull request #1345 from steveperry-53/load-bal
Revise tutorial to use NodePort instead of external IP address.
2016-09-28 16:12:03 -07: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
Janet Kuo 2ff8dbf024 Fix kubectl 404
1. Update script to:
   a) Rename kubectl.md to index.md
   b) Remove "See Also" section from kubectl subcommands md files
2. Update the _date/reference.yml link to kubectl
2016-09-28 15:32:14 -07:00
David Eads bed0c33698 Merge pull request #1339 from deads2k/mesos-01
update docs to point to new incubator
2016-09-28 13:39:41 -04: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
Vít Listík 5b4286ff34 fixed path to worker startup script 2016-09-28 14:12:08 +02:00
Raúl Naveiras aa9dfba7db Used master branch to link files from the repo
Implements #1269
2016-09-28 12:57:35 +01:00
Lucas Käldström a0e1efdad0 Merge pull request #1334 from lukemarsden/note-autodetect-ip-kubeadm
Add instructions for overriding autodetected network interface.
2016-09-28 11:48:29 +03: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
Phillip Wittrock abd1ac7ba6 Merge pull request #1328 from lukemarsden/fix-install-docker
Install docker.
2016-09-27 12:51:29 -07: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
Mike Danese 42a8241539 Merge pull request #1324 from lukemarsden/official-packages
Official packages
2016-09-27 10:27:12 -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 8c6d5d7225 Merge pull request #1323 from steveperry-53/bcamp2
Remove copyright notice from bootcamp pages.
2016-09-27 09:02:22 -07: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 8addad0d9f Merge pull request #1311 from erictune/defstoclass
Document writing portable config with storage.
2016-09-27 08:38:01 -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