Hyunchel Kim
44c9508a40
Correct grammar
2016-08-31 10:17:46 -05:00
Hyunchel Kim
0f79678cd5
Fix spelling
2016-08-31 09:35:48 -05:00
Matthew Wong
86975061d7
Update StorageClass docs ( #1121 )
...
* Update StorageClass docs
* Fix broken link
2016-08-30 14:25:16 -07:00
Ricky Pai
4c504ad0af
Use different anchor for better navigation
...
the anchor `#use-case-two-containers` will jump the page where the title is not visible, so it's hard to understand the context. `#use-case-secret-visible-to-one-container-in-a-pod` is a better anchor choice since it jumps straight to the title so the context is clear.
2016-08-26 16:25:35 -07:00
Matthew Wong
8ecd91b349
more feedback
2016-08-26 10:08:23 -04:00
Matthew Wong
1c8bc666ab
copy latest paremeters section from examples readme
2016-08-26 10:08:23 -04:00
Matthew Wong
8593aa43f8
trailing whitespace
2016-08-26 10:08:23 -04:00
Matthew Wong
3e0e58bf16
dynamic provisioning in lifecycle section
2016-08-26 10:08:23 -04:00
Matthew Wong
4e486e97b6
fix admission controller bit
2016-08-26 10:08:23 -04:00
Matthew Wong
edbac93ea8
make admission controller bit clearer
2016-08-26 10:08:23 -04:00
Matthew Wong
12c3921fc9
if ac turned off description
2016-08-26 10:08:23 -04:00
Matthew Wong
676a4f1577
add class sections
2016-08-26 10:08:23 -04:00
Matthew Wong
d70418625e
default behaviour bit
2016-08-26 10:08:23 -04:00
Matthew Wong
0c5b27f2e6
Intro
2016-08-26 10:08:23 -04:00
Matthew Wong
91d0988afb
Add section on storage classes to PV doc
2016-08-26 10:08:23 -04:00
Girish Kalele
f1fb380d1f
Modify loadbalancer docs for new external source ip preservation annotation
2016-08-24 10:40:29 -07:00
Alex Robinson
7f9846bbbc
Fix tiny grammatical errors in petset user guide
2016-08-24 10:49:03 -04:00
Jared
acc2143fa3
Update kubectl.md
2016-08-23 14:24:07 -07:00
Jared
1772478d0c
Fix broken links in kubectrl
2016-08-23 14:17:38 -07:00
desert-orchid
94140aee70
Fix typo
...
`it can be disable through` should be `it can be disabled through`
2016-08-23 09:08:12 -07:00
Ricky Pai
5e905842ee
Fix link to docker reference on runtime privilege
...
Fixes the link to point to the right anchor. Also adds white space after period.
2016-08-19 14:12:35 -07:00
Peter Novotnak
65c0fffb2f
Merge branch 'master' into pnovotnak/feat/volume-claim-exclusivity-and-namespacing
2016-08-17 15:03:21 -07:00
Anirudh
307b31af00
Fix #28688
2016-08-17 01:03:59 -07:00
Peter Novotnak
5bc7de4f1d
noted exclusivity of volume claims and namespacing
2016-08-16 09:14:22 -07:00
Abrar Shivani
aed25f6ce7
Update volume specification for vSphere in volumes.md
2016-08-15 15:46:41 -07:00
Phillip Wittrock
fe1a4c3781
Revert "Update volume specification for vSphere in volumes.md"
...
This reverts commit 047221dd6f
.
2016-08-15 15:08:24 -07:00
kayrus
ec110ab367
petset: added petset scale example
2016-08-15 19:33:33 +02:00
chrislovecnm
5834bd0404
fixing an alias that was left in an example
2016-08-13 13:45:18 -06:00
Phillip Wittrock
272f018a7b
Fix vsphereVirtualDisk -> vsphereVolume in docs
2016-08-12 16:44:56 -07:00
Phillip Wittrock
f0e987da75
Merge pull request #995 from sputnik13/vsphere_virtual_disk
...
fix vsphere volume type for Pod spec docs
2016-08-12 16:43:23 -07:00
Phillip Wittrock
899d27a16c
Push v1.3 release documentation to the live site.
2016-08-12 14:48:32 -07:00
Michael Stapelberg
81847110f9
iptables proxy actually is the default since 1.2
...
See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG.md#v120
2016-08-12 22:50:08 +02:00
Ronnie Maor
83885a035e
Update jobs.md
...
Fixed broken links
2016-08-10 03:00:08 +03:00
Phillip Wittrock
5c3e93da9a
Merge pull request #997 from pwittrock/patch-1
...
Updated docs/user-guide/configmap/index.md sample code command args t…
2016-08-09 09:57:59 -07:00
Naveen
6eb75c100e
Updated docs/user-guide/configmap/index.md sample code command args to work correctly.
2016-08-08 16:35:53 -07:00
Min Pae
a7a8af7a8d
fix vsphere volume type for Pod spec docs
...
The documentation has vsphere volumes for the Pod spec as vsphereVirtualDisk.
It should instead be vsphereVolume.
2016-08-08 16:17:12 -07:00
Drew Rapenchuk
dc53bcf59e
Fix simple typo in node affinity type
...
preferresDuringSchedulingIgnoredDuringExecution -> preferredDuringSchedulingIgnoredDuringExecution
2016-08-08 15:02:48 -04:00
Phillip Wittrock
6aaadbed3e
Merge pull request #967 from PhiloInc/update-quick-start
...
Replace "rc" with "deployment" in expose command in Quick Start
2016-08-04 16:18:54 -07:00
Gabe Kopley
0626f32271
s/rc/deployment in expose command in Quick Start
...
According to
http://kubernetes.io/docs/user-guide/docker-cli-to-kubectl/ , since
version 1.2, `run` creates a deployment rather than a replication
controller
2016-08-04 13:32:50 -07:00
Janet Kuo
48d2ae54d7
Don't create deployments with overlapping selectors
2016-08-04 11:35:57 -07:00
Kelsey Hightower
5a2677a7af
Merge pull request #938 from wongma7/sg
...
Document persistentvolume gid annotation
2016-08-03 15:26:00 -07:00
Matthew Wong
f392b86088
Document persistentvolume gid annotation
2016-08-03 15:41:35 -04:00
foxish
0f18a994c2
Removed non-org members from OWNERS.
2016-08-03 01:31:31 -07:00
Kelsey Hightower
306c0a6042
remove unnecessary use of grep
2016-08-02 23:00:11 -07:00
Kelsey Hightower
7c20717a7a
Merge pull request #884 from dshulyak/add_note_inject_file
...
Add example mounting ConfigMap as a single file into /etc dir
2016-08-02 21:48:37 -07:00
foxish
66f28bb820
Adding OWNERS for docs.
2016-08-02 18:13:52 -07:00
Kelsey Hightower
61acb684c9
Merge pull request #727 from tolleiv/pvs
...
Add some missing supported PVs and a capability overview
2016-08-02 16:48:08 -07:00
Phillip Wittrock
0cb3bf8ebb
Merge pull request #286 from kubernetes/erictune-patch-1
...
Add requirements and troubleshooting for ECR
2016-08-02 16:22:33 -07:00
markturansky
e34b834815
added named port to example
2016-08-02 13:16:48 -04:00
Eric Tune
1c3e499e79
Update images.md
2016-07-29 16:13:04 -07:00