devin-donnelly
8cf8430ad8
Merge pull request #1366 from caesarxuchao/fix-gc-newline
...
Fix an formatting issue in the garbage collection doc
2016-10-03 14:55:11 -07:00
devin-donnelly
a59bbd093e
Merge pull request #1344 from janetkuo/fix-kubectl-404
...
Fix kubectl 404
2016-10-03 14:46:52 -07:00
Jonathan Boulle
485fb3e788
docs/pods: update reference to pets
...
Now that PetSets are implemented we can link there.
2016-10-03 20:27:18 +02:00
Jerzy Szczepkowski
835a939da9
Merge branch 'master' into hpa-doc-fix
2016-10-03 12:34:12 +02:00
Simen Bekkhus
a163701fc4
Update rolling-updates.md
2016-10-03 10:51:38 +02:00
Chao Xu
5d80dec66e
fix newlines
2016-10-02 22:11:04 -07:00
Mike Spreitzer
49c0ed7680
Merge branch 'master' into updoc3
2016-09-30 23:05:47 -04:00
Jared
e91e660916
Merge pull request #1347 from piyushmadan/patch-1
...
minor edit - removed ` in one of the cmds
2016-09-30 18:14:08 -07:00
Jared
5db693f5d2
Merge pull request #1349 from webwurst/patch-1
...
Fix urls
2016-09-30 18:12:03 -07:00
Steven Pousty
d59443b6fb
Clarifying the purpose and intended use of a ConfigMap
2016-09-30 14:44:18 -07:00
Tim St. Clair
5eff46b035
Fix links to AppArmor policy references
2016-09-30 11:13:07 -07:00
Cyril Jouve
b316d1acb3
update resources available for kubeclt get
2016-09-30 17:16:34 +02:00
Jerzy Szczepkowski
95e92ad547
Updated hpa config file to the latest API version.
...
Updated hpa config file to the latest API version.
2016-09-30 11:06:51 +02:00
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