Zach Loafman
bf801859b9
Merge pull request #10546 from mwielgus/cassandra-doc
...
examples/cassandra - create the service before any pod is started
2015-06-30 11:00:28 -07:00
Marcin Wielgus
2260986afd
examples/cassandra - create the service before any Cassandra pod is created
2015-06-30 16:49:23 +02:00
Anastasis Andronidis
451320e9c2
Correctly parse multiple resources from files
...
Refactored how files, directories and stdin are handled. Every file must pass
through the FileVisitor and then streamed through StreamVisitor. FileVisitor
takes care of opening/closing files and StreamVisitor is parsing multiple
resources.
2015-06-29 23:11:46 +02:00
Alex Robinson
56a3c8b848
Merge pull request #10450 from mwielgus/secret
...
Link to docs/secret.md and kubectl describe in examples/secrets
2015-06-29 13:47:43 -07:00
Alex Robinson
d8908a6508
Merge pull request #9038 from HaiyangDING/patch-1
...
Example for policy config file for scheduler
2015-06-29 11:29:09 -07:00
Alex Robinson
1b0ce90f0a
Merge pull request #10478 from mwielgus/update
...
Hint for running kubectl proxy in examples/update-demo + updated outputs
2015-06-29 10:51:42 -07:00
Alex Robinson
b95bd2e0f4
Merge pull request #10459 from mwielgus/liveness
...
Updated kubectl output for examples/liveness
2015-06-29 09:12:02 -07:00
Marcin Wielgus
ae67421aa2
Hint for running kubectl proxy in examples/update-demo + updated outputs
2015-06-29 16:41:49 +02:00
Marcin Wielgus
e405187277
Updated output for examples/liveness
2015-06-28 14:02:17 +02:00
Marcin Wielgus
d24f47ccad
Link and kubectl describe in examples/secret
2015-06-28 13:31:01 +02:00
Marcin Wielgus
27e4f9b13e
Add link to downward api in downward example
2015-06-27 11:49:33 +02:00
RichieEscarez
0c988f55fd
Replaced (or defined first instance of) GKE/GCE with Google Container Engine/Google Compute Engine
...
Fixes #10354
2015-06-26 13:30:41 -07:00
Robert Bailey
caaf220164
Merge pull request #10234 from mikedanese/rolling-update-weird
...
Detect if replicas have been defaulted in rolling-update and use old replica count
2015-06-26 12:54:35 -07:00
Robert Bailey
8d9fd14e9b
Merge pull request #9965 from stevekuznetsov/skuznets/allow-https
...
Allowing for HTTPS Probes
2015-06-26 10:43:37 -07:00
Steve Kuznetsov
553cc417be
Changed HTTPGetAction to allow user-defined schemes
2015-06-25 16:59:12 -04:00
Maxwell Forbes
b04b28d280
Merge pull request #10267 from satnam6502/guestbook-go
...
Update guestbook-go example
2015-06-25 13:51:27 -07:00
Mike Danese
b69aab6fac
reenable e2e test
2015-06-25 12:29:21 -07:00
Steve Kuznetsov
0367a62328
Fixed typo in gce-specific kube-up script
2015-06-25 12:51:34 -04:00
Marek Biskup
8cff557b4f
tldr for dns example; rename log to logs
2015-06-25 10:56:45 +02:00
Satnam Singh
c2ace869db
Update guestbook-go example
2015-06-24 15:36:15 -07:00
Maxwell Forbes
c0267586e6
Merge pull request #10230 from ihmccreery/update-demo
...
Update update-demo to work for v1, and don't use localhost domain name
2015-06-24 11:07:43 -07:00
dingh
c029985835
Example for policy config file for scheduler
...
Add a json file which can be used with --policy-config-file argument when starting kube-scheduler.
This file serves as an example for new Kubernetes users so that they can quickly understand how to
use '--policy-config-file' argument and have a brief idea about the scheduler policy.
2015-06-24 11:10:27 +08:00
Jeff Lowdermilk
cc6ff2c909
Merge pull request #10205 from roberthbailey/liveness-docs
...
Replace kubectl.sh with kubectl in the liveness example.
2015-06-23 12:27:42 -07:00
Jeff Lowdermilk
f0f406d6a1
Merge pull request #9810 from satnam6502/logging-diagrams
...
Update one of the diagrams for logging blog article
2015-06-23 11:08:56 -07:00
Jeff Lowdermilk
300b93a5c2
Merge pull request #10204 from caesarxuchao/pr/9754/head
...
Continue on #9754 , Improvements to the guestbook README, switch to .yaml files
2015-06-23 09:44:06 -07:00
Isaac Hollander McCreery
ab900f9ac2
Update update-demo to work for v1, and don't use localhost domain name
2015-06-23 08:59:12 -07:00
Robert Bailey
7a9481e2f7
Replace kubectl.sh with kubectl in the liveness example.
2015-06-22 16:58:49 -07:00
Amy Unruh
022e6df874
Improvements to the guestbook example README that also address a number of open issues; switch to .yaml config files.
2015-06-22 08:48:49 -07:00
Chao Xu
c05c956d0c
update examples/cassandra kubectl output to the latest version
2015-06-21 15:38:53 -07:00
Satnam Singh
1f130c54b3
Merge pull request #10040 from caesarxuchao/phabricator-examples-v1
...
remove references to v1beta3 in phabricator example
2015-06-19 11:57:10 -07:00
Satnam Singh
d548c1bd0e
Merge pull request #10095 from swagiaal/iscsi-example
...
Minor fixups to iSCSI example.
2015-06-19 09:41:03 -07:00
Sami Wagiaalla
ebc2bd6e58
Minor fixups to iSCSI example.
...
- Put the link for setting up the target before initiator link.
- Add a comment about removing the partition created in the linked
tutorial.
- Change the settings in the pod to resemble those you would if you
follow the tutorial
Signed-off-by: Sami Wagiaalla <swagiaal@redhat.com>
2015-06-19 11:49:41 -04:00
Satnam Singh
4f92cee579
Merge pull request #10053 from timstclair/gcloud-docker
...
s/gcloud preview docker/gcloud docker/
2015-06-18 16:12:20 -07:00
Satnam Singh
8c30525e82
Merge pull request #9907 from RichieEscarez/9404_controller
...
Changed "controller" to "replication controller"
2015-06-18 14:33:49 -07:00
Tim St. Clair
ce449e3d17
s/gcloud preview docker/gcloud docker/
2015-06-18 12:27:08 -07:00
Satnam Singh
8ecc75efb7
Merge pull request #10023 from ddysher/update-cassandra
...
Update cassandra example README to v1
2015-06-18 11:41:23 -07:00
Satnam Singh
f2c7b6869a
Merge pull request #10027 from caesarxuchao/rethinkdb-example-v1
...
remove references to v1beta3 in rethinkdb example
2015-06-18 11:40:59 -07:00
Satnam Singh
cb4e3d6302
Merge pull request #10039 from caesarxuchao/update-demo-examples-v1
...
remove reference to v1beta3 in update-demo example
2015-06-18 11:40:16 -07:00
Chao Xu
f9c225e535
remove references to v1beta3 in phabricator example
2015-06-18 11:01:42 -07:00
Chao Xu
134e247b2b
remove reference to v1beta3 in update-demo example
2015-06-18 10:55:07 -07:00
Chao Xu
37b3b1a0f3
remove references to v1beta3 in rethinkdb example
2015-06-18 09:26:48 -07:00
Chao Xu
be40e5e050
remove reference to v1beta3 in logging-demo
2015-06-18 09:13:33 -07:00
Deyuan Deng
6ae7b7af42
Update cassandra example README to v1
2015-06-18 10:04:08 -04:00
Saad Ali
9debcf0d2d
Merge pull request #9930 from mwielgus/ex-resources
...
Lower cpu requirements in examples (from 1 to 0.5)
2015-06-17 14:12:09 -07:00
Saad Ali
c73ee36e04
Merge pull request #9748 from caesarxuchao/k8petstore-nodeport
...
add k8petstore-nodeport.sh for examples/k8petstore
2015-06-17 11:32:35 -07:00
RichieEscarez
d43299e48e
Qualified all references to "controller" so that references to "replication controller" are clear. fixes #9404
...
Also ran hacks/run-gendocs.sh
2015-06-17 08:48:59 -07:00
Marcin Wielgus
1cdec34c31
Lower cpu requirements in examples (from 1 to 0.5)
2015-06-17 11:39:33 +02:00
Satnam Singh
783e2998c3
Update one of the diagrams for logging blog article
2015-06-16 13:21:38 -07:00
Sami Wagiaalla
2929de9104
Create an example pod for AWS EBS
...
Signed-off-by: Sami Wagiaalla <swagiaal@redhat.com>
2015-06-16 10:53:35 -04:00
Fabio Yeon
bc2bb5168b
Merge pull request #9751 from brendandburns/fix
...
Add links to 0.19.0
2015-06-15 10:19:49 -07:00