kubernetes/examples
Jeff Lowdermlk 3e3f802f2b 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
..
gce-pd Add an e2e test for gce pd. 2014-11-25 09:02:00 -08:00
guestbook Convert gcutil to gcloud compute 2014-11-25 15:17:00 -08:00
guestbook-go Convert gcutil to gcloud compute 2014-11-25 15:17:00 -08:00
monitoring Fix monitoring setup script. 2014-11-13 16:43:05 -05:00
update-demo Fix update-demo to work correctly with a web browser. 2014-12-10 12:34:19 -08:00
walkthrough Merge pull request #2626 from jasonkuhrt/patch-1 2014-12-04 11:21:02 -08:00
doc.go Add unit tests for example syntax 2014-07-23 15:18:55 -04:00
examples_test.go Remaining refactor for PodTemplateSpec and fixing test cases 2014-11-11 17:03:20 -05:00