Commit Graph

1211 Commits

Author SHA1 Message Date
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
johndmulhausen 5041656b83 Merge pull request #690 from zoidbergwill/patch-1
Stop Downward API docs from linking to themselves
2016-06-22 15:07:23 -07:00
purificant 8539c55fba fix typo, change base24 to base64 2016-06-22 11:29:52 +01:00
Mike Metral ad3009c822 add docs for recursive flag usage 2016-06-21 10:57:34 -07:00
Eric Tune 72a3fb3c37 Moved jobs examples to docs repo
These are not considered "examples", per
https://github.com/kubernetes/kubernetes/pull/17345#issuecomment-197153744
2016-06-20 07:59:19 -07:00
William Martin Stewart 2bc2409b72 Stop Downward API docs from linking to themselves 2016-06-19 21:28:41 +02:00
Marcin Wielgus 3ae0ef3444 Custom metrics in HPA doc 2016-06-17 12:17:47 +02:00
Clayton Coleman 47d7b0968b Add init container documentation 2016-06-16 18:32:11 -04:00
Jerzy Szczepkowski 729d750ef7 Updated HPA walkthrough.
Updated HPA walkthrough: mentioned custom metrics.
2016-06-16 11:54:21 +02:00
Gerti Poppel b73a097e4b Update dashboard documentaion. 2016-06-16 10:13:47 +02:00
johndmulhausen 327aae6b65 Merge pull request #655 from justinsb/hpa_docs
HPA: cleanup some nits, based on a readthrough of the docs
2016-06-15 14:02:29 -07:00
David Xia d7f1884266 Fix typo in connecting-applications.md 2016-06-15 16:03:29 -04:00
Anhad Jai Singh 2297454795 Fix broken link
Linked to a non-existent page, fixed by linking to the correct relevant page.
2016-06-15 16:06:45 +05:30
Eyal Levin f8b3c2be01 Remove redundant 'the' 2016-06-13 14:04:30 +03:00
Justin Santa Barbara 43705be9fb HPA: cleanup some nits, based on a readthrough of the docs 2016-06-12 14:57:22 -04:00