Commit Graph

375 Commits

Author SHA1 Message Date
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
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
Adam Kaplan aa43a90b0d Clarify AWS ECR Instructions
Adding additional notes on using Kubernetes with AWS EC2 Container Registry. Like GKE, Kubernetes admins in AWS should not use `imagePullSecrets` to store ECR credentials. The kubelets should manage that on your behalf, since Amazon rotates ECR credentials on a regular basis.
2016-07-11 14:11:28 -04: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
Ivan Babrou c787d16479
Fix quotes in yaml 2016-07-08 20:52:55 +01:00
johndmulhausen d570275d0d Merge pull request #774 from guersam/patch-1
Fix broken link url to deployments doc
2016-07-07 02:10:59 -07:00
johndmulhausen cef1accd9d Merge branch 'master' into release-1.3
# Conflicts:
#	docs/admin/resourcequota/index.md
#	docs/admin/resourcequota/object-counts.yaml
#	docs/admin/resourcequota/walkthrough.md
#	docs/user-guide/downward-api/index.md
2016-07-07 02:00:32 -07:00
Minhan Xia 94e7f02e53 Merge pull request #632 from freehan/svcfw
add docs for loadBalancerSourceRange field
2016-07-06 17:21:44 -07:00
Minhan Xia 62677a7f8f add docs for loadBalancerSourceRange field 2016-07-06 17:20:44 -07:00
Prashanth Balasubramanian 1c47cd800c Update ingress docs 2016-07-06 17:19:28 -07:00
johndmulhausen 81aa4c8712 Merge pull request #478 from ingvagabund/extend-secrets-with-key2path-and-atomic-updates
Extend secrets docs with key to path mapping and automatic updates
2016-07-06 17:01:15 -07:00
johndmulhausen a135f0a717 Merge pull request #507 from therc/patch-2
Update service doc with AWS ELB SSL annotations
2016-07-06 17:00:33 -07:00
johndmulhausen cc3efb7eec Merge pull request #757 from bprashanth/petset_1.3_init
Petset initialization
2016-07-06 16:59:12 -07:00
Prashanth Balasubramanian 4df7d96369 Petset bootstrapping 2016-07-06 16:21:48 -07:00
Prashanth Balasubramanian 37510560b6 Petset 1.3 user guide 2016-07-06 16:21:45 -07:00
Minhan Xia 700cecea80 Merge pull request #748 from freehan/hairpin
add explaination of hairpin problem
2016-07-06 15:20:50 -07:00
Minhan Xia 0c8bf7b160 add explaination of hairpin problem 2016-07-06 15:18:10 -07:00
Tim Hockin c8c918ad98 Merge pull request #401 from danwinship/iptables-readiness
Warn that iptables proxier doesn't handle readiness failures.
2016-07-05 23:32:53 -07:00
Jisoo Park 03ba417287 Fix the link url to deployments doc 2016-07-04 21:27:39 +09:00
johndmulhausen 8e4631af2e Merge pull request #763 from skippbox/fixit-701
fixit-701: correct expression to get externalIP
2016-06-30 15:37:52 -07:00
runseb 2b77882112 fixit-701: correct expression to get externalIP 2016-06-30 18:53:05 +02:00
Malet 3be608750f Fix "Sharing Clusters" docs error 2016-06-30 13:29:48 +01:00
Tolleiv Nietsch ad83d18db4 Add header to the empty column 2016-06-30 12:32:40 +02:00
johndmulhausen 64b6a65de5 Merge pull request #754 from skippbox/fixit-730
fixit-730: wrong link and missing newline in index.md
2016-06-29 11:05:00 -07:00
runseb 9cc2a24ada fixit-730: wrong link and missing newline in index.md 2016-06-29 14:53:05 +02:00
Angus Salkeld e8c103a3bf Add CephFS volume type 2016-06-29 14:19:56 +02:00
runseb b12e7f5cdc Fixit: #675, wrong ling to PV walkthrough 2016-06-29 14:07:07 +02:00
Casey Davenport ad53cd7423 Fix title 2016-06-28 13:23:30 -07:00
Casey Davenport cb6f85b484 Code review comments 2016-06-28 13:22:33 -07:00
Casey Davenport c1206d7b53 First commit of network policy user guide 2016-06-28 13:22:08 -07:00
johndmulhausen 12f6ae829c Merge pull request #698 from bprashanth/petset_1.3
Petset 1.3 documentation.
2016-06-28 10:08:49 -07:00
Prashanth Balasubramanian 99f6734342 Petset 1.3 user guide 2016-06-27 11:14:05 -07:00
johndmulhausen 53a1a3e559 Merge pull request #380 from liggitt/patch-2
Note service account token cleanup
2016-06-25 23:10:54 -07:00
johndmulhausen c0749bc8a2 Merge pull request #693 from ffledgling/ffledgling-patch-1
Fix broken link
2016-06-25 07:46:22 -07:00
Tolleiv Nietsch 429028dc54 Add some missing PVs and a capability overview 2016-06-25 13:20:33 +02:00
johndmulhausen b2259f92e8 Merge pull request #676 from kubernetes/jszczepkowski-hpa-update
Updated HPA walkthrough.
2016-06-24 16:55:19 -07:00
Avesh Agarwal d45e0ce4df Document examples of downward API exposing container resources via
environment variables and volumes.
2016-06-24 10:54:40 -04:00
johndmulhausen 07cb8b573c Merge pull request #252 from erictune/master
Moved jobs examples to docs repo
2016-06-24 00:59:12 -07:00
johndmulhausen 822476522a Merge pull request #135 from mwielgus/custom-metrics
Custom Metrics in HPA doc
2016-06-24 00:56:43 -07:00
johndmulhausen 0042e2e101 Merge pull request #679 from smarterclayton/initcontainer
Add init container documentation
2016-06-23 16:49:00 -07:00
Vish Kannan bc6311d1b1 Merge pull request #472 from derekwaynecarr/fix_limits
Fix errors in how compute resources are handled
2016-06-23 16:24:20 -07:00
Phillip Wittrock e6466948c4 Merge pull request #700 from metral/release-1.3
add docs for recursive flag usage
2016-06-23 14:29:04 -07:00
johndmulhausen 420906885f Merge pull request #686 from caesarxuchao/gc-doc
Add a doc for the garbage collector
2016-06-23 14:23:25 -07:00
johndmulhausen b708ffa486 Merge pull request #590 from aveshagarwal/release-1.3-dapi-issues
Fix the path to dapi-volume.yaml
2016-06-23 14:21:34 -07:00
Chao Xu 212341002a add a doc for garbage collector 2016-06-23 11:13:36 -07:00
Dan Bode b76d25b7c1 Minor changes to volume.md
This patch adds additional content
to the description of the hostPath
volume type based on things that I
did not find to be clear from the
documentation.

1. included an example pod definition
in the hostPath description to demonstrate
that `path` is the name of the key to use to
specify the local directory location.

2. documented that any directories created
based on hostPath definitions will only be writable
by root and offers some ways of working around this.
2016-06-23 00:03:10 -07:00