Commit Graph

1363 Commits

Author SHA1 Message Date
Dawn Chen b8e1cdf625 Merge pull request #3739 from brendandburns/redis
Add an example of running clustered redis on Kubernetes
2015-01-22 16:50:13 -08:00
Brendan Burns 1b768150cf Add a readme. 2015-01-22 15:23:08 -08:00
Brendan Burns ebde0631fa Add configuration for a redis example. 2015-01-22 13:27:37 -08:00
Tim Hockin f9f8a8cd3d Fix static builds in go1.4
https://github.com/golang/go/issues/9344
2015-01-20 21:04:04 -08:00
Eric Tune 5517a23af2 Merge pull request #3594 from jayunit100/master
Clarify origin of REDIS_MASTER_SERVICE_HOST variable.
2015-01-20 08:23:32 -08:00
jay vyas 42a3137b4c Clarify origin of REDIS_MASTER_SERVICE_HOST variable.
This commit clarifies the origin of the REDIS_MASTER_SERVICE_HOST variable by linking to the documentation on the way kubernetes services create env variables in the services.md file.
2015-01-17 15:00:18 -05:00
Jeff Lowdermlk b38743e2f6 Update README.md for cassandra/hazelcast examples to use kubectl resize 2015-01-16 15:05:13 -08:00
Nalin Dahyabhai 1a8bdb2186 Fixup JSON syntax errors in example controller 2015-01-15 12:13:34 -05:00
Dawn Chen 85ec60edc7 Merge pull request #3352 from brendandburns/cassandra
Update cassandra example
2015-01-09 14:35:14 -08:00
Brendan Burns f814e41bb1 Update the cassandra example to use a data volume, and a fixed version. 2015-01-08 21:07:18 -08:00
Brendan Burns fa3a731996 add a volume to cassandra example 2015-01-08 15:32:06 -08:00
Paulo Pires a4ba10ce32 Updated discovery source code example. 2015-01-07 12:04:59 +00:00
Paulo Pires 607a1faeec Fixed typos. 2015-01-07 09:25:47 +00:00
Paulo Pires 3e4dfe5e11 Add an example of running Cloud Native Hazelcast on k8s. 2015-01-06 22:25:41 +00:00
Brendan Burns 4bcbbb3017 Merge pull request #3236 from Hokutosei/fix_replication_controller_id
changed the id of walkthrough example replication-controller to nginx
2015-01-05 21:35:02 -08:00
hokutosei 2e9e025048 changed the id of replication-controller to nginx 2015-01-06 10:19:54 +09:00
Joe Beda f280272196 Move heapster data files to cluster/addons.
Also pretty up the JSON (make it real JSON) and streamline the sed in cluster/gce/init.sh.
2015-01-05 12:32:35 -08:00
Eric Tune 56c2fe920b Merge pull request #3217 from brendandburns/cassandra
Address some comments from erictune.
2015-01-05 10:10:44 -08:00
Brendan Burns 78a470733b Address some comments from erictune. 2015-01-05 09:51:05 -08:00
Eric Tune c9fe98ba1d Merge pull request #3211 from brendandburns/cassandra
Add an example of running Cloud Native Cassandra on k8s.
2015-01-05 09:07:07 -08:00
Brendan Burns 853f2b4e82 Add an example of running Cloud Native Cassandra on k8s. 2015-01-04 22:30:18 -08:00
Aditya Patawari dc3562cf32 kind is needed to start the pod
fix for the following error:
the provided version "v1beta1" and kind "" cannot be mapped to a supported object
2014-12-25 22:37:20 +05:30
Brendan Burns 5bd271ee6e Add an e2e test for exec liveness probes. Fix the docker exec integration. 2014-12-16 13:53:32 -08:00
Brendan Burns 34a51d3b34 Add an e2e test for http liveness. 2014-12-16 11:38:52 -08:00
bgrant0607 47273e966b Merge pull request #2832 from jlowdermilk/update-demo
Fix update-demo to work correctly with a web browser.
2014-12-11 08:09:42 -08:00
Jeff Lowdermlk 20453f7f34 Update guestbook,walkthrough examples to use kubectl instead of kubecfg. 2014-12-10 17:37:40 -08:00
Jeff Lowdermlk 85bea35190 Fix update-demo to work correctly with a web browser.
The built in go http.Fileserver handles If-Modified-Since in the
header by comparing it with the last modified date on the
file/directory. Since the file is unaltered when we switch to a
new container, that results in 304s when trying to fetch data.json, so
the browser doesn't fetch the new picture after doing a rolling update.

Separate issue, the Dockerfile ADD command was being interpreted as
`copy html/data.json into a directory called 'html/kitten.jpg '`,
instead of the `copy these 2 files into root`. Changed to separate
commands using COPY, per recommended dockerfile practices.
2014-12-10 12:34:19 -08:00
Brendan Burns 61dd043350 Merge pull request #2759 from mikedanese/configure-cadvisor-port
make cadvisor port configurable on the kubelet
2014-12-09 15:21:35 -08:00
Joe Beda 91225a189b Make guestbook handle duplicate entries.
Also use kubernetes org on the Docker Hub to host the image.

Fixes #2811
2014-12-09 11:23:09 -08:00
Mike Danese c782d69e58 - make cadvisor port configurable on the kubelet.
- added cadvisor port documentation.
2014-12-06 09:48:08 -08:00
Brendan Burns f832699f83 Merge pull request #2677 from jay-lau/master
No need to add two "containers" section for one pod
2014-12-04 21:18:23 -08:00
bgrant0607 3dc850c341 Merge pull request #2626 from jasonkuhrt/patch-1
Fix incorrect pod spec in tutorial
2014-12-04 11:21:02 -08:00
Jay Lau 042830aa51 No need to add two "containers" section for one pod
Fix issue #2664
2014-12-01 01:09:39 -05:00
Andrew Smith 07848760a1 Fix label yml
I was getting: invalid value 'map[]': selector does not match template with the -
2014-11-30 15:26:47 +00:00
Jason Kuhrt ebed5a9347 Update README.md
Fix incorrect  pod spec
2014-11-26 08:30:31 -05:00
Joe Beda 00b05e7276 Convert gcutil to gcloud compute 2014-11-25 15:17:00 -08:00
Joe Beda 5e7b2b4016 Fix extra comma in example JSON 2014-11-25 14:46:25 -08:00
Brendan Burns 7a131911d1 Add an e2e test for gce pd.
Add an example for gce pd.
Add an extra log message.
2014-11-25 09:02:00 -08:00
Alen Komljen 91a055bdf3 Update README to match with json files and remove duplicate index.php 2014-11-21 09:37:59 +01:00
MikeJeffrey 97bb6442b8 Rolling back apiVersion change 2014-11-19 15:45:30 -08:00
MikeJeffrey 925764157f apiVersion -> version 2014-11-19 15:42:06 -08:00
Brendan Burns 23b3bfb6f2 Update guestbook to fix given recent changes. 2014-11-15 19:36:02 -08:00
Tim Hockin d19826ccb9 Merge pull request #1922 from brendandburns/guestbook
Update the services now that Services v2 has IP per service.
2014-11-14 21:13:19 -08:00
Vishnu Kannan 50baeb5a91 Fix monitoring setup script.
Remove the firewall rule created for monitoring as part of kube-down.
Reuse master auth for Grafana.
2014-11-13 16:43:05 -05:00
David Oppenheimer 651f70bca5 Change update example to use a trivial webserver instead of nginx (issue #1803). 2014-11-12 15:13:11 -08:00
Brendan Burns 19b46a8a54 Update the services now that Services v2 has IP per service. 2014-11-12 11:31:28 -08:00
Daniel Smith 84b8aab507 Merge pull request #2195 from smarterclayton/prepare_pod_template_v1beta3
Allow an internal pod template reference or object
2014-11-12 10:55:08 -08:00
davidopp 9bf3932b8a Revert "Change update example to use a trivial webserver instead of nginx (issue..." 2014-11-11 23:03:23 -08:00
David Oppenheimer 95b7ba3419 Change update example to use a trivial webserver instead of nginx (issue #1803). 2014-11-11 22:16:18 -08:00
Clayton Coleman 0c6d486668 Remaining refactor for PodTemplateSpec and fixing test cases 2014-11-11 17:03:20 -05:00