Commit Graph

354 Commits

Author SHA1 Message Date
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
Janet Kuo fed59d5d50 Further update docs about revisionHistoryLimit 2016-07-29 11:18:31 -07:00
Rudi Chiarito 32aeae5684 Document revisionHistoryLimit in Deployment spec
I'm not sure the field should be optional, but that ship has already sailed. It should definitely be a lot more prominent than hidden in the API docs, though.
2016-07-29 11:16:33 -07:00
Kelsey Hightower b7bc56e1fe use the expose command to expose the nginx service 2016-07-29 08:10:34 -07:00
Kelsey Hightower 792833ee84 Merge pull request #916 from agemooij/patch-1
Fixes bad label reference in "Creating a Service" section of connecting-applications.md
2016-07-28 16:39:33 -07:00
Kelsey Hightower 8e7ce01ded Merge pull request #816 from abkaplan07/patch-1
Clarify AWS ECR Instructions
2016-07-28 12:41:05 -07:00
Kelsey Hightower 6d577fca78 Merge pull request #841 from wongma7/pvc-selector
Add section on label selectors to PVC doc
2016-07-28 12:13:19 -07:00
Kelsey Hightower 3e78c52866 Merge pull request #753 from asalkeld/add-cephfs
Add CephFS volume type
2016-07-28 11:42:53 -07:00
Kelsey Hightower 083cd6eadd Merge pull request #907 from bdangit/patch-1
Walkthrough Docs: fix quotation when specifying a specific attribute
2016-07-28 11:35:17 -07:00
Kelsey Hightower a047c56ee8 Merge pull request #630 from prodatakey/headless-selectorless
How selectors interact with headless services
2016-07-28 11:13:58 -07:00
Age Mooij 30df8d7f36 Fixes bad label reference in "Creating a Service" section of connecting-applications.md
My assumption here is that the linked service yaml file (`nginx-svc.yaml`) is correct and the text that refers to the contents of that file is incorrect. 

If that assumption is false, the `nginx-svc.yaml` file should be changed instead. But I suspect it is linked into multiple other docs and that this issue is the result of someone updating the file without updating all docs that reference it.
2016-07-28 11:40:57 +02:00
Brian Grant a899c21d0c Merge pull request #847 from matthewdupre/network-policy-hyphen
Correct hyphenation of net.beta.kubernetes.io/network-policy
2016-07-25 21:57:46 -07:00
Ben Dang 4179f70343 fix quotation when specifying a specific attribute 2016-07-25 15:42:43 -07:00
Janet Kuo 5407cc0cde Merge pull request #625 from endocode/master_fix_broken_examples_in_job_user-guide
Fix commands and output of "Running an example job" in user-guide/jobs.md
2016-07-25 11:31:30 -07:00
Chris Seto c0100848ac s/creae/create/ 2016-07-23 18:03:33 -04:00
Gurvinder Singh 9266e7145c Update networkpolicies.md
FIxed typo in api group path
2016-07-21 14:59:00 +02:00
Matthias Schmitz 097e93b287 Fix commands and output of "Running an example job"
* The examples in the jobs user-guide are not longer working because
  the ``labels app=pi`` got removed in commit
  f16668b45f

* The exammples now use the automatic added label ``job-name`` as
  selector for kubectl.
2016-07-21 11:27:50 +02:00
Phillip Wittrock cc6c22b52d Merge pull request #887 from jaredbhatti/patch-1
Remove commas at the end of "containerPort"
2016-07-20 22:00:53 -07:00
Jared 55d549283f Remove commas at the end of "containerPort"
"containerPort": 8000, should be "containerPort": 8000
2016-07-20 15:32:50 -07:00
Scott Stensland 4c4dd13f36 I fixed typo on command line
If you actually issue these commands you will see the error I am fixing

old :    kubectl get pods/original -o yaml > /tmp/current.yaml
           Error from server: pods "original" not found

new :  kubectl get pods/foo -o yaml > /tmp/current.yaml

previously the pod name was wrong
2016-07-20 14:30:50 -04:00
Anirudh 00ca10945d Reviewed examples and petset docs, minor errors fixed. 2016-07-20 10:26:38 -07:00
Dmitry Shulyak d58ba7b075 Add example mounting ConfigMap as a single file into /etc dir
ref: https://github.com/kubernetes/kubernetes/pull/22575
2016-07-20 17:05:19 +03:00