Commit Graph

341 Commits

Author SHA1 Message Date
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
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
Phillip Wittrock 181b620852 Merge pull request #865 from untoldone/patch-1
Update jobs future work
2016-07-19 12:25:28 -07:00
Phillip Wittrock d7a6607c7e Merge pull request #799 from quinton-hoole/2016-07-06-ccsd-user-guide
User Guide for Federated Services.
2016-07-19 12:21:51 -07:00
Phillip Wittrock 63a77e5004 Merge pull request #794 from erictune/cpu
Describe CPU and Memory resources.
2016-07-19 12:20:02 -07:00
johndmulhausen 049e19bfc2 Merge pull request #867 from eyalev/patch-4
Add line break between commands
2016-07-19 12:02:12 -07:00
johndmulhausen 6d0dfe00b3 Merge pull request #869 from eyalev/patch-6
Remove redundant line
2016-07-19 12:01:54 -07:00
johndmulhausen e0fb3e0a48 Merge pull request #871 from eyalev/patch-7
Remove redundant word
2016-07-19 12:01:18 -07:00
Phillip Wittrock aa506b565f Merge pull request #527 from mattdoran/patch-1
Inconsistent secret name in db credentials example
2016-07-19 11:22:31 -07:00
johndmulhausen 27193347fd Merge pull request #868 from eyalev/patch-5
Fix decode flag
2016-07-19 10:54:09 -07:00
Phillip Wittrock c622ec399e Merge pull request #523 from thuey/patch-1
Fixes "Error: unknown shorthand flag: 't' in -type=json"
2016-07-18 15:22:36 -07:00
Phillip Wittrock 4417c4e9d3 Merge pull request #761 from Malet/patch-1
Fix "Sharing Clusters" docs error
2016-07-18 15:09:21 -07:00
Phillip Wittrock e95c54ae22 Merge pull request #713 from bodepd/host_path_update
Minor changes to volume.md
2016-07-18 14:56:28 -07:00
Phillip Wittrock d4a4d3e22e Merge pull request #864 from krmayankk/fix1
fix doc bug 64Mb is 2^26
2016-07-18 08:32:15 -07:00
Eyal Levin 1c58c91401 Remove redundant word 2016-07-17 17:32:05 +03:00