Commit Graph

41 Commits

Author SHA1 Message Date
Kris Rousey f26cdc176c Explicitly specifying 0 replicas since default changed 2015-06-10 16:56:13 -07:00
Kris Rousey 5e48662566 Change update-demo example to use v1 2015-06-10 13:34:31 -07:00
Brendan Burns 4591c5e57b Purge cluster/kubectl.sh from nearly all docs.
Mark cluster/kubectl.sh as deprecated.
2015-06-09 13:35:52 -07:00
RichieEscarez c4cb658210 Fixes #8701. Added inline links to "services" "pods" and "replication controllers" (using relative linking ../../folder/filename.md) 2015-06-04 09:24:50 -07:00
Tim Hockin a40837a542 Merge pull request #8596 from andronat/fix_8319
Kubectl command renaming (run-container to run and resize to scale)
2015-05-27 15:37:54 -07:00
Anastasis Andronidis a138cc3bf4 rename resize to scale 2015-05-27 19:08:06 +02:00
Kathrin Probst 93ae0277ac update commands to the latest 2015-05-26 15:14:34 -07:00
Jeff Lowdermilk 29edafa519 Add ga-beacon analytics to gendocs scripts
hack/run-gendocs.sh puts ga-beacon analytics link into all md files,
hack/verify-gendocs.sh verifies presence of link.
2015-05-15 18:56:38 -07:00
Eric Paris 7aa102682a Make copyright ownership statement generic
Instead of saying "Google Inc." (which is not always correct) say "The
Kubernetes Authors", which is generic.
2015-05-01 17:49:56 -04:00
Robert Bailey f5885f10bd Migrate the update-demo to use v1beta3. 2015-04-17 23:35:46 -07:00
Sam Ghods 104bfa5dd4 Make naming of kubectl subcommands consistent 2015-04-02 16:14:53 -07:00
Jeff Lowdermilk 00b879b4d8 e2e images pulled from gcr.io 2015-04-01 09:18:03 -07:00
Deyuan Deng cf88712a3c Fix docs 2015-03-28 23:42:54 -04:00
Daniel Smith 4a7954871b Add v1beta3 files to update-demo 2015-03-05 11:48:25 -08:00
Robert Bailey d580234eb4 Remove host ports from the update demo and update tests (take 2). 2015-03-02 10:15:34 -08:00
Zach Loafman 6f5cf10445 Revert "Remove host ports from the update demo and update tests" 2015-02-25 09:56:03 -08:00
Robert Bailey ea4a3964e2 Remove host ports from the update demo and update tests 2015-02-24 15:34:18 -08:00
Robert Bailey b7a12d80ce Remove the numbered shell scripts from the live update example and the
update.sh e2e test. They were needlessly obfuscating the actual kubectl
commands being run.
2015-02-18 17:02:44 -08:00
Robert Bailey 3095657f3e Removed the --zone argument when creating firewalls since it is not a valid argument.
See https://cloud.google.com/sdk/gcloud/reference/compute/firewall-rules/create
2015-02-18 14:40:01 -08:00
Robert Bailey ee78f06029 Replace KUBE_REPO_ROOT with KUBE_ROOT to be consistent with usage elsewhere in the repository. 2015-02-18 14:40:01 -08:00
Justin Santa Barbara c2c45f8fc6 Stop both replication controllers in update-demo
The update test may have failed, and if we leave an RC around it
causes subsequent tests to fail
2015-02-11 12:54:18 -05:00
Brendan Burns b601d3ce39 Fix update.sh 2015-01-28 20:00:47 -08:00
Jeff Lowdermlk f0f2d2c147 Update update-demo example and e2e test to use kubectl 2015-01-28 15:26:56 -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
Joe Beda 00b05e7276 Convert gcutil to gcloud compute 2014-11-25 15:17:00 -08: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
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
Tim Hockin b421994785 Fix update demo 2014-10-17 10:32:22 -07:00
Atish c4bbb706e2 Added missing .sh extension 2014-10-15 17:12:03 -04:00
Vishnu Kannan 327d486941 Fix update demo. 2014-10-07 08:03:42 +00:00
Joe Beda 3fe21e9873 Tweak instructions for update demo 2014-09-22 13:20:10 -07:00
Max Forbes 3b9e9387cf Fix some readme and script bugs in examples (take 2).
v2: Resolve issues from comments, fix bugs in update-demo example, rename files for clarity, add turn-down steps.

v3: Add more set commands, clean up rest of env var checks.
2014-09-11 15:06:10 -07:00
Joe Beda bfac5dd64c Revert "Fix some readme and script bugs in examples."
This reverts commit 42baed492b92769b469e1b3c470183990fe78b16.
2014-09-10 13:42:19 -07:00
Max Forbes 5a9b7bcff5 Fix some readme and script bugs in examples. 2014-09-10 13:34:36 -07:00
Joe Beda 354ee3666c Fix up e2e test for update demo.
Use the scripts that are in the example directory.  Also actually run the update as part of the test.
2014-09-04 13:25:39 -07:00
Joe Beda da34be94bf Pretty up the demo a little.
Use images and some better formatting.  Also add scripts to help prevent typos.

This based on an improved version done by Julia Ferraioli.  She came up with the cool images.
2014-09-04 13:25:39 -07:00
Brendan Burns 19cbf37f5e Augment the update example to turn black if the server is not responding. 2014-07-24 21:46:35 -07:00
Julia Ferraioli 94a376b0ad adding firewall instructions to the README 2014-07-14 15:24:50 -07:00
Takeshi Hagikura 7b95fbf28a Replace the outdated cloudcfg.sh to kubecfg.sh
Replaces the outdated cloudcfg.sh to kubecfg.sh in the dynamic update demo.
2014-07-02 07:35:08 +09:00
Brendan Burns 724fb74023 Initial add of cloud-demo 2014-06-26 18:52:08 -07:00