Commit Graph

315 Commits

Author SHA1 Message Date
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
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
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
Eyal Levin 22c41d2dfc Remove redundant line
The link refers to itself.
2016-07-17 16:03:13 +03:00
Eyal Levin 5e9ef0f593 Fix decode flag
I'm on Ubuntu 14.04 and `-D` is invalid. 
`-d` gets the required output.
2016-07-17 15:39:54 +03:00
Eyal Levin 3676d73665 Add line break between commands
Currently the second command seems to "disappear" between the two outputs. This change tries to mitigate it.
2016-07-17 15:16:44 +03:00
Michael Wasser 2fcf8d31c0 Update jobs future work
See https://github.com/kubernetes/kubernetes/issues/2156#issuecomment-223385808
2016-07-16 14:35:45 -07:00
Mayank Kumar c927ce104e fix doc bug 64Mb is 2^26 2016-07-16 00:08:56 -07:00
Quinton Hoole b122a8ddea Address review feedback. 2016-07-15 10:05:03 -07:00
Phillip Wittrock a050413349 Merge pull request #399 from rwillmer/master
Add example for hostPath volume type
2016-07-15 08:23:36 -07:00
Tim Hockin 0138900a94 Merge pull request #797 from lukaszo/pf
Fix commands in Connect with Port Forwarding guide
2016-07-14 23:30:03 -07:00
johndmulhausen 6e930b52ed Merge pull request #800 from ryane/patch-1
fix LoadBalancer spelling in services-firewalls.md
2016-07-14 19:07:42 -07:00
Matt Dupre ef8005c112 Correct hyphenation of net.beta.kubernetes.io/network-policy 2016-07-14 17:23:30 -07:00
Matthew Wong 25dc768bdc Add section on label selectors to PVC doc 2016-07-14 16:08:41 -04:00
johndmulhausen e30ce75757 Merge pull request #832 from MikeSpreitzer/netpolschema
Added missing list structure in example NetworkPolicy
2016-07-14 12:53:45 -07:00
johndmulhausen 43fbbb7373 Merge pull request #837 from ronaldpetty/patch-1
CMD syntax is invalid
2016-07-14 12:50:00 -07:00
johndmulhausen 0025e131e6 Merge pull request #829 from Kashomon/master
Capitalize replica set -> Replica Set for consistency.
2016-07-14 12:49:28 -07:00
Pete Miller d516a86a7a fix links to volume examples 2016-07-14 15:03:27 +01:00
Ronald Petty dfa61ed831 CMD syntax is invalid
Argument to 'cat' command was lost.  Merged 'cat' and args for exec command syntax.
2016-07-13 20:58:42 -07:00
Quinton Hoole ffcc0baadb User Guide for Federated Services. 2016-07-13 16:33:48 -07:00
Mike Spreitzer 6208bcf9ef Added missing list structure in example NetworkPolicy
Fixes #801
2016-07-13 11:52:17 -04:00
Josh Hoak 8240c9259a Capitalize replica set -> Replica Set for consistency. 2016-07-12 13:54:36 -07:00
Manuel de Brito Fontes 6fede2cf0f Update nginx-slim image version and remove default command 2016-07-12 15:03:47 -04:00
Łukasz Oleś 3a151822bc Fix commands in Connect with Port Forwarding guide
fixes:
* added -f flag to command create
* changed not existent flag -t to --template
2016-07-11 22:55:48 +02:00
Eric Tune 389c77b6ac Describe CPU and Memory resources. 2016-07-10 07:53:38 -07:00
Ryan Eschinger 5c0f338c3e fix LoadBalancer spelling in services-firewalls.md 2016-07-09 07:44:09 -04:00