Commit Graph

256 Commits (ddf532e7864b21fe0512a1d471f5e79f9cacec74)

Author SHA1 Message Date
Justin Santa Barbara 43705be9fb HPA: cleanup some nits, based on a readthrough of the docs 2016-06-12 14:57:22 -04:00
johndmulhausen 9e68ca2f52 Merge pull request #635 from eyalev/patch-1
Fix ENVVAR syntax link
2016-06-09 12:57:48 -07:00
Ricky Pai 05ce7e27dd Fix self-referencing link in Horizontal Pod Autoscaling doc
The link was self-referencing. Linking the walkthrough that has actual example.
2016-06-08 17:04:10 -07:00
Avesh Agarwal cfaf885568 Fix the path to dapi-volume.yaml and update the example to reflect
the current state
2016-06-08 13:54:51 -04:00
Eyal Levin 5b256c4a41 Fix ENVVAR syntax link 2016-06-08 16:47:17 +03:00
Janet Kuo 6cf91c527c Document kubectl rollout status and kubectl set image for deployments 2016-06-06 14:51:39 -07:00
derekwaynecarr e1af050e29 Fix errors in how compute resources are handled 2016-06-06 14:26:13 -04:00
Adam Eivy 774832039c "rather then" -> "rather than" 2016-06-02 15:37:21 -07:00
Brian Grant cc321486bd Merge pull request #406 from dagnello/vshpere-volume
Adding vShpere volume section to Volumes doc
2016-06-01 15:29:14 -07:00
Jan Chaloupka 3589ddbde7 Convert level-5 heading into bold heading 2016-06-01 09:36:16 +02:00
johndmulhausen 55131eb734 Merge pull request #511 from scheeles/patch-1
Fix kubectl command
2016-05-31 16:32:59 -07:00
johndmulhausen 3126556747 Merge pull request #488 from mahata/patch-2
Fix typo
2016-05-31 16:32:24 -07:00
johndmulhausen 588e30e6af Merge pull request #492 from joonathan/patch-1
Use `echo -n` for less ambiguous base64 secret example
2016-05-31 16:32:03 -07:00
johndmulhausen 783a627b2d Merge pull request #540 from m8ryx/master
Update kubectl_get.md for escape issue 81
2016-05-26 17:51:07 -07:00
johndmulhausen 00fa3b80e5 Merge pull request #573 from isubuz/pod_name_with_suffix
Correct pod name in kubectl command output
2016-05-26 14:28:00 -07:00
johndmulhausen 3d24e309d0 Merge pull request #569 from a-robinson/access
Fix local reference to section on constructing proxy URLs
2016-05-26 14:26:56 -07:00
Piotr Szczesniak d00c9e4295 Merge pull request #452 from gouyang/fix_hpa_rs
Change scaleRef to scaleTargetRef
2016-05-26 07:23:10 +02:00
isubuz 7ac94da6c2 Correct pod name in kubectl command output
Use the complete pod name including the deployment prefix and the random characters.

Signed-off-by: isubuz <isubuz.g@gmail.com>
2016-05-25 21:42:08 +01:00
Guohua Ouyang 6408eb1bbd Change scaleRef to scaleTargetRef
Fixes kubernetes/kubernetes#24973
2016-05-25 11:14:19 +08:00
johndmulhausen 287a08b0c8 Merge pull request #198 from pwittrock/docs
Replace references to Replication Controllers with Deployments in doc…
2016-05-24 17:02:42 -07:00
Alex Robinson 9020b24ce7 Fix local reference to section on constructing proxy URLs 2016-05-24 23:39:17 +00:00
johndmulhausen 8d8d80c3ce Merge pull request #364 from APSL/replicaset-tip
Replica set clarification: no need to write directly
2016-05-24 16:25:35 -07:00
johndmulhausen af55ba8098 Merge pull request #545 from AlginMaduro/patch-1
Updated secrets index.md
2016-05-24 16:23:51 -07:00
johndmulhausen 0dc4de9d88 Merge pull request #539 from tpryan/master
Uploaded diagrams for illustrating basic pod architecture.
2016-05-23 14:28:23 -07:00
johndmulhausen 58e13580b7 Merge pull request #541 from gnomeontherun/swagger
fix links to swagger UI and add a section on swagger specs
2016-05-22 15:40:13 -07:00
Pavel Strashkin 6dd070c5d9 Update index.md
Fixes typo in "Using Secrets as Environment Variables" section
2016-05-21 15:42:15 -07:00
AlginMaduro 05276f34cf Updated index.md
Without -n option to echo. Without the -n the file would contain a newline at the end.
https://scottlinux.com/2012/09/01/encode-or-decode-base64-from-the-command-line/ as reference
2016-05-20 12:15:37 +02:00
Terrence Ryan 8bb7a0463a Removing unwanted contributions. 2016-05-19 15:36:31 -07:00
johndmulhausen a71fb7dcbe Update index.md 2016-05-19 17:00:26 -05:00
johndmulhausen c51b2bd7b5 Update index.md 2016-05-19 16:59:48 -05:00
johndmulhausen b4216e2aad Update index.md 2016-05-19 16:58:59 -05:00
johndmulhausen 472e8751e2 Update index.md 2016-05-19 16:58:01 -05:00
Jeremy Wilken c5b5d952a1 fix links to swagger UI and add a section on swagger specs 2016-05-19 16:33:36 -05:00
Terrence Ryan 3ce8c0d8a9 Uploaded diagrams for illustrating basic pod architecture. 2016-05-19 14:05:49 -07:00
Rick 7666469d0b Update kubectl_get.md
issue 81 ( {{ needs raw wrap )
2016-05-19 14:05:47 -07:00
Phillip Wittrock 1086e6426c Replace references to Replication Controllers with Deployments in docs/user-guide/walkthrough.
Also:
* Cleanup pasted yaml and instead embed file
* Clarify Service test sections by including busybox exec commands as part of the preformatted section
2016-05-18 16:57:07 +00:00
Brian Grant c98ffccc58 Merge pull request #462 from ingvagabund/secret-corrections
Remove "a" article in "Once the a secret is fetched, ..."
2016-05-17 09:53:53 -07:00
Brian Grant 8b210f765d Merge pull request #473 from StephenCharles/patch-1
Update connecting-to-applications-port-forward.md
2016-05-17 09:53:02 -07:00
Brian Grant aea6edf47a Merge pull request #457 from matthughes/patch-1
Remove 'generic' copy/paste error
2016-05-17 09:40:23 -07:00
Pau Ruŀlan f3ffbdb7f4 Replica set clarification: no need to manipulate directly 2016-05-17 11:47:33 +02:00
Brian Grant 05b0076735 Merge pull request #508 from janetkuo/kubectl-usage-conventions
Adding kubectl user conventions
2016-05-16 16:37:42 -07:00
Brian Grant 60a946a285 Merge pull request #499 from kubernetes/ghodss-patch-1
Update pod-states.md
2016-05-16 15:31:41 -07:00
Sebastian c59312bd5e Fix kubectl commmand 2016-05-15 06:58:31 +02:00
Janet Kuo 7aa9ce389a Adding kubectl user conventions 2016-05-13 18:20:48 -07:00
Rudi C 0700c5ca79 Update service doc with AWS ELB SSL annotations
Mostly the same as https://github.com/kubernetes/kubernetes/pull/25574
2016-05-13 12:01:14 -04:00
Janet Kuo ded5417580 Change RC to deployments in multi-container and simple-nginx docs 2016-05-12 15:35:47 -07:00
Janet Kuo 7edbc5f944 Merge pull request #463 from AdoHe/master
update manage deployment kubectl apply part
2016-05-12 15:20:18 -07:00
Sam Ghods 64053fd2f7 Update pod-states.md
Split the descriptions for LivenessProbe and ReadinessProbe into two sections - one explaining the pure technical details and the other explaining how/why you'd use them.
2016-05-11 16:52:51 -07:00
Joonathan Mägi 5c9d6060f3 Use `echo -n` for less ambiguous base64 secret example
One could be bitten by having unexpected newline characters in base64 encoded secrets (reference: https://github.com/kubernetes/kubernetes/issues/23404).
Calling `echo -n` will omit the trailing newline character.

`
     The echo utility writes any specified operands, separated by single blank (` ') characters and followed by
     a newline (`\n') character, to the standard output.

     The following option is available:

     -n    Do not print the trailing newline character.  This may also be achieved by appending `\c' to the end
           of the string, as is done by iBCS2 compatible systems.  Note that this option as well as the effect
           of `\c' are implementation-defined in IEEE Std 1003.1-2001 (``POSIX.1'') as amended by Cor. 1-2002.
           Applications aiming for maximum portability are strongly encouraged to use printf(1) to suppress the
           newline character.
`
2016-05-11 14:33:33 +03:00
Yasu aa5d37c508 Fix typo 2016-05-10 22:13:35 +09:00
Janet Kuo f80b89ca2b Document that only pod template is considered for triggering a deployment new revision 2016-05-09 17:03:16 -07:00
Jan Chaloupka 407a05b6d2 Extend secrets docs with key to path mapping and automatic updates of mounted secrets.
Secret volume plugin has been refactored. Currently, AtomicWritter is used to project all keys.
Allowing to automatically refresh projected secrets.
2016-05-07 09:59:18 +02:00
Stephen Baldwin b1c26e1310 Update connecting-to-applications-port-forward.md
Fixed invalid port typo.
2016-05-05 12:34:12 +09:00
AdoHe 560c557499 update manage deployment kubectl apply part 2016-05-03 23:04:41 -04:00
Jan Chaloupka 66f23d05d3 Remove "a" article in "Once the a secret is fetched, ..." 2016-05-03 12:02:05 +02:00
Matt Hughes 0bc4016764 Remove 'generic' copy/paste error
Looks like this doc was created from copying the kubectl create secret command, which is similar, but not the same as configmap.  There is no type parameter like kubectl create secret.
2016-05-02 17:14:10 -04:00
dagnello 163ae4a8ea Adding vShpere volume section to Volumes doc
This documentation is being added in reference to vSphere cloud provider
support work (issue #23932)
2016-04-28 15:33:12 -07:00
Brian Grant ebb5a5d61f Merge pull request #434 from janetkuo/deployments-restart-policy
Document Deployment restartPolicy
2016-04-27 07:52:45 -07:00
Brian Grant bc4fec4ad8 Merge pull request #368 from janetkuo/canary-deployment
Teach how to run canary deployments
2016-04-27 07:51:36 -07:00
Janet Kuo 59dc7da9a4 Address comments 2016-04-26 17:19:58 -07:00
Dan Winship dbf7879dc0 Warn that iptables proxier doesn't handle readiness failures. 2016-04-26 16:49:17 -04:00
johndmulhausen 55ff9c2917 Merge pull request #422 from poiuytrez/patch-1
Completed pod not hidden anymore
2016-04-26 11:26:52 -07:00
johndmulhausen b2a6b0575c Merge pull request #413 from carsonoid/patch-1
Update description to match yaml
2016-04-26 11:24:20 -07:00
johndmulhausen 35b8cfd63f Merge pull request #430 from rata/postStart
Clarify postStart
2016-04-26 11:23:50 -07:00
johndmulhausen cd6980b0b6 Merge pull request #421 from ghodss/patch-2
Update compute-resources.md
2016-04-26 11:20:53 -07:00
Guohua Ouyang c00031837f Fix #435 2016-04-26 16:38:31 +08:00
Janet Kuo cc0661a69e Address comments 2016-04-25 17:10:23 -07:00
Janet Kuo cd2b268905 Document Deployment restartPolicy 2016-04-25 14:04:05 -07:00
Rodrigo Campos 62eec8ae0b Clarify postStart
As Brendan Burns explained me in this email:
https://groups.google.com/forum/#!topic/google-containers/5eUsmTSXpb8
2016-04-24 23:51:29 -03:00
Brian Grant abff28dd7c Merge pull request #396 from janetkuo/rc-alternatives-deployment
In RC doc, add deployment & RS as alternatives, and link to kubectl rolling-update tutorial
2016-04-22 16:27:28 -07:00
Janet Kuo f348f318d7 Address comments 2016-04-22 10:57:08 -07:00
Guillaume Charhon 0d864fd1e7 Completed pod not hidden anymore
Before the fix, the hello-world pod did not show up.
2016-04-22 16:30:32 +02:00
Sam Ghods 8ea462be4d Update compute-resources.md 2016-04-22 01:06:50 -07:00
Sam Ghods d0081d3c6e Update compute-resources.md 2016-04-22 01:05:56 -07:00
Sam Ghods f83e1741d7 Update compute-resources.md
Just some small suggestions.
2016-04-22 01:04:55 -07:00
Carson A 5dfbd29a8c Update description to match yaml
The tag matching description didn't match the example yaml.
2016-04-20 14:36:02 -06:00
Janet Kuo 4d3ae8af81 In RC doc, add deployment & RS as alternatives, and link to kubectl rolling-update tutorial 2016-04-18 17:51:49 -07:00
Janet Kuo 2ee2c3e86e Advocate not to use `:latest` 2016-04-18 15:48:21 -07:00
Eric Tune 50081fdd22 Merge pull request #379 from stevesloka/patch-1
Added extra IAM permissions to download images from AWS ECR
2016-04-18 11:05:38 -07:00
Steve Sloka dc645e147b Added space 2016-04-15 07:39:35 -04:00
Jordan Liggitt d3cf59c0d5 Note service account token cleanup 2016-04-14 21:34:45 -04:00
Janet Kuo 74ae94d43d Address comments 2016-04-14 17:24:38 -07:00
Janet Kuo 24b8db0877 Teach how to run canary deployments 2016-04-14 17:24:38 -07:00
johndmulhausen b03faa1f41 Merge pull request #337 from jsafrane/delete-policy
Document 'Delete' reclaim policy
2016-04-14 14:44:12 -07:00
Steve Sloka 58e8d44642 Added extra IAM permissions to download images from AWS ECR 2016-04-14 09:37:42 -04:00
Brian Grant f398d2737e Merge pull request #223 from gertipoppel/master
Updated the dashboard documentation
2016-04-13 14:01:20 -07:00
johndmulhausen 93c5d65ec7 Merge pull request #357 from brianredbeard/b64-cli-errata
docs: Clarify use of the base64 utility
2016-04-13 13:36:25 -07:00
johndmulhausen 8e86f8081e Merge pull request #339 from kubernetes/erictune-patch-2
Document Deleting Jobs and Job Timeouts
2016-04-13 13:34:50 -07:00
Sam Ghods ec045ed216 Update service account token docs
The docs currently indicate that setting permissions on service account tokens is a future feature, but it can be done today with the ABAC authorization plugin.
2016-04-13 00:30:45 -07:00
johndmulhausen ccd351da3a Merge pull request #340 from javiercr/fix-ingress-tls-sample
Fix sample for Ingress TLS
2016-04-12 14:02:44 -07:00
johndmulhausen a6a3139592 Merge pull request #254 from bprashanth/fw_rule
Update firewall rule in ingress docs.
2016-04-12 13:04:12 -07:00
johndmulhausen fe8b2ac126 Merge pull request #345 from anzhsoft/patch-1
Update load-balancer.md
2016-04-11 14:38:10 -07:00
johndmulhausen 56e0556bc4 Merge pull request #319 from rickypai/patch-1
Fix secrets examples to be valid json
2016-04-11 14:12:41 -07:00
johndmulhausen 7bc344e5ca Merge pull request #327 from zlabjp/fix-typo-and-bad-links
Fix typo and bad links
2016-04-11 14:11:02 -07:00
johndmulhausen d42da21c99 Merge pull request #336 from dougkoch/fix-job-pattern
Fix a row in the job patterns table
2016-04-11 14:10:18 -07:00
johndmulhausen 5ed4ce178e Merge pull request #351 from SpencerBrown/patch-1
Update secrets/index.md to fix example
2016-04-11 14:04:28 -07:00
johndmulhausen c188be1afe Merge pull request #349 from mikebrow/adding-raw-tags
Add missing raw tags
2016-04-11 13:58:11 -07:00
Brian 'Redbeard' Harrington e90337bf19 docs: Clarify use of the base64 utility
The base64 utility has different options on both Darwin and Linux.
Adding clarification as to how the use of these utilities differ
on platforms.
2016-04-09 13:38:12 -07:00
Janet Kuo 16b135298d Clarify that rollout revision is only created when pod template is changed 2016-04-08 15:50:53 -07:00
Spencer Brown 87628894c7 Update secrets/index.md
fixing example for Consuming Secret Values from Environment Variables
2016-04-08 14:49:03 -05:00