Commit Graph

900 Commits

Author SHA1 Message Date
Yu-Ju Hong bddf496741 Merge pull request #10863 from caesarxuchao/glusterfs-output
update kubectl output in examples/glusterfs
2015-07-07 17:34:51 -07:00
Yu-Ju Hong c1c3715faa Merge pull request #10811 from thockin/version-examples-links
Make examples links be relative
2015-07-07 17:34:37 -07:00
Chao Xu a040b7e7a2 update the kubectl get command in examples/node-selection 2015-07-07 16:54:00 -07:00
Chao Xu bac1b384bc update the output of kubectl get in examples/kubernetes-namespace 2015-07-07 16:46:21 -07:00
Chao Xu 7581def20a update the output of kubectl get pods in examples/iscsi 2015-07-07 16:43:39 -07:00
Chao Xu e8f6642e7e update kubectl output in examples/glusterfs 2015-07-07 16:06:18 -07:00
Yu-Ju Hong 557454db93 Merge pull request #10869 from caesarxuchao/hazelcast-output
update the output of kubectl get in examples/hazelcast
2015-07-07 15:52:44 -07:00
Yu-Ju Hong 6c95a02efd Merge pull request #10867 from caesarxuchao/replace-reason-status
Replace REASON with STATUS in examples
2015-07-07 15:52:34 -07:00
Yu-Ju Hong 6900e44e31 Merge pull request #10845 from caesarxuchao/elasticsearch-output
update kubectl output in examples/elasticsearch
2015-07-07 15:48:36 -07:00
Tim Hockin 36cfebea2d Make docs links be relative so we can version them 2015-07-07 15:22:17 -07:00
Tim Hockin 17059697ef Make examples links be relative 2015-07-07 15:15:06 -07:00
Marcin Wielgus 1e2d616710 Examples/rethinkdb fixes - namespaces, api update, curl params 2015-07-07 23:58:55 +02:00
Zach Loafman f0435ae0ce Revert "Versioning docs and examples for 0.21.0"
This reverts commit aa9d423e7834710c9361b0e236592f66df908ea6.
2015-07-07 14:56:56 -07:00
Zach Loafman 7cc1717650 Versioning docs and examples for 0.21.0 2015-07-07 14:56:55 -07:00
Chao Xu 99ff5ffd95 update the output of kubectl get in examples/hazelcast 2015-07-07 14:06:16 -07:00
Jeff Lowdermilk 005c60d3f5 kubectl resource builder: don't check extension for single files
`kubectl create -f filename` doesn't need to check the extension
of filename. This fixes that behavior.
2015-07-07 13:48:29 -07:00
Chao Xu 5a3d5859fc replace REASON column with STATUS in kubectl output in examples/ 2015-07-07 13:46:50 -07:00
Chao Xu 59598b1b3e update kubectl output in examples/elasticsearch 2015-07-07 11:10:51 -07:00
Marcin Wielgus 9720c44580 Updated spark examples with docker images moved to gcr.io/google_containers 2015-07-07 19:36:32 +02:00
Chao Xu 416efa2d9a update kubectl get outputs in examples/cluster-dns 2015-07-06 18:30:05 -07:00
Yu-Ju Hong 97b3315e44 Merge pull request #10181 from swagiaal/aws-ebs-name
Use instance availability zone for AWS EBS
2015-07-06 11:39:33 -07:00
Zach Loafman 81092cffa6 Merge pull request #10641 from jeffmendoza/remove-master-ssh
Clarify disk formatting for Meteor example.
2015-07-01 15:31:48 -07:00
Jeff Mendoza 8a98f4d46e Clarify disk formatting for Meteor example. 2015-07-01 13:09:20 -07:00
Zach Loafman 5757bfa816 Merge pull request #10180 from mwielgus/e2e_examples
E2E tests for Redis and Celery-RabbitMq examples
2015-07-01 12:02:27 -07:00
Marcin Wielgus 6a0243b966 E2E tests for Redis and Celery-RabbitMq examples 2015-07-01 00:25:58 +02:00
RichieEscarez a04fe4fd6f Edited to clarify the individual steps and what each command performs
Fixes #9398
2015-06-30 14:25:22 -07:00
Zach Loafman c2aebe404f Merge pull request #10286 from mwielgus/guestbook-go
Use the same redis configs in examples/guestbook-go as in examples/guestbook
2015-06-30 14:02:54 -07:00
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
Marcin Wielgus 2578d94ed5 Use the same redis images in examples/guestbook-go as in examples/guestbook 2015-06-30 15:03:43 +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
Sami Wagiaalla ad71bfaa28 Use instance availability zone for AWS EBS
Signed-off-by: Sami Wagiaalla <swagiaal@redhat.com>
2015-06-25 16:00:30 -04: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