Commit Graph

1406 Commits

Author SHA1 Message Date
Jeff Mendoza 20506c2c62 For examples/meteor: update README, minor fixes. 2015-05-11 09:30:03 -07:00
Paulo Pires 93d4984d0c Fixed documentation based on comments. Will squash after PR is validated. 2015-05-10 11:45:11 +01:00
Chao Xu 39e7a7f39f upgrade example/walkthrough to v1beta3 2015-05-09 20:36:19 -07:00
Paulo Pires 0043eb90f1 Upgraded to hazelcast-bootstraper 0.2 and pires/hazelcast-k8s:0.2.
We now use v1beta3 API.
Fixes #7731
2015-05-09 23:10:14 +01:00
Eric Paris 2cc30e91d6 Fix boilerplate check crash if .go file has no comments
Clayton pointed out that if he created a file with no /* in it anywhere
the boilerplate logic would crash like:

$ hack/verify-boilerplate.sh
Traceback (most recent call last):
  File "hack/../hooks/boilerplate.py", line 87, in <module>
    sys.exit(main())
  File "hack/../hooks/boilerplate.py", line 83, in main
    if not file_passes(filename, extention, ref, p):
  File "hack/../hooks/boilerplate.py", line 38, in file_passes
    while data[0] != "/*\n":
IndexError: list index out of range

That is because we were just stripping everything before the first line
that contained exacly "/*".  If no such line existed it got to the end
and just kept going.

This does something smarter. We use a regex to look for one or more
lines which start // +build followed by a single newline and remove only
those.  This obviously found one place where the package name was above
the license and was being missed by both the old and the new checker.

It also fixed the python spew and just tells you your file fails.
2015-05-08 17:30:40 -04:00
jayunit100 9cfb84b9aa E2E: Functional + Soak test for k8petstore, revised with improved polling, exit code handling. 2015-05-08 20:53:22 +00:00
Abhi Shah 444a80efe6 Merge pull request #7983 from wattsteve/patch-2
GlusterFS Critical Bug Resolved - Removing warning in README
2015-05-08 13:32:14 -07:00
Brian Grant 6b2d1d58cd Merge pull request #7942 from goltermann/master
Simple nginx Guide Fixes
2015-05-08 12:09:25 -07:00
Steve Watt 8b12b6aa52 Bug Resolved - Removing warning in README 2015-05-08 14:05:56 -05:00
Daniel Smith 065edcf836 Merge pull request #7875 from satnam6502/elasticsearch
Elasticsearch Discovery with Kubernetes
2015-05-08 12:04:11 -07:00
goltermann 5761413b49 simple nginx fixes 2015-05-07 18:28:00 -07:00
Chao Xu bf7e94ee88 merge the v1beta3 json file in the resource quota example 2015-05-07 13:54:24 -07:00
Chao Xu aaed53242f verify the v1beta3 yaml files all work; merge the yaml files 2015-05-07 13:46:12 -07:00
Nikhil Jindal 33efeb6f60 Merge pull request #7899 from caesarxuchao/persistent-example
update service.json in persistent-volume example to v1beta3
2015-05-07 11:43:27 -07:00
Nikhil Jindal 2cbbf47c1b Merge pull request #7864 from caesarxuchao/wordpress-example
update mysql-wordpress example to use v1beta3 API
2015-05-07 11:41:53 -07:00
Nikhil Jindal 283d7646c8 Merge pull request #7848 from caesarxuchao/meteor-example
Update examples/meteor to use API v1beta3
2015-05-07 11:41:05 -07:00
Satnam Singh df4d00c4d1 Elasticsearch Discovery with Kubernetes 2015-05-07 11:23:00 -07:00
Chao Xu 9644432b40 update service.json in persistent-volume example to v1beta3 2015-05-07 10:33:36 -07:00
Chao Xu 63a42e3bf6 update mysql-wordpress example to use v1beta3 API 2015-05-07 10:21:24 -07:00
Chao Xu 4d98fa98e2 update nodeSelector example to use v1beta3 API 2015-05-06 17:24:22 -07:00
Satnam Singh 1df84c580c Merge pull request #7824 from caesarxuchao/Kibana-example
update logging-demo to use API v1beta3; modify the way to access Elasticsearch and Kibana services
2015-05-06 16:10:11 -07:00
Chao Xu 5279dbf62a Update examples/meteor to use API v1beta3 2015-05-06 13:42:30 -07:00
Clayton Coleman 277e64309d Merge pull request #7591 from derekwaynecarr/fix_origin
Fix OpenShift example
2015-05-06 15:43:11 -04:00
jayunit100 aa10e1223b Update K8Petstore.sh to support external invocation 2015-05-06 13:21:47 -04:00
Chao Xu 50c2301828 update logging-demo to use API v1beta3; modify the way to access Elasticsearch and Kibana services
COMMIT_BLOCKED_ON_GENDOCS
2015-05-05 18:14:17 -07:00
Chao Xu 23de736aee Update example kubernetes-namespaces to use v1beta3 API 2015-05-05 15:30:37 -07:00
Jeff Lowdermilk 3de90e49f2 Merge pull request #7672 from eparis/boilerplate-python
Check license boilerplate for python files
2015-05-05 09:23:36 -07:00
derekwaynecarr de6b41f958 Fix OpenShift example 2015-05-05 11:13:49 -04:00
Paul Morie 114f57265e Change EnvVarSource.FieldPath -> FieldRef and add example 2015-05-04 18:41:09 -04:00
Eric Paris 5f200f24a3 update all python with boilerplate 2015-05-04 18:37:47 -04:00
Brian Grant 13b8aaf963 Merge pull request #7649 from brendandburns/example
Add a central simple getting started guide with kubernetes guide.
2015-05-04 14:46:28 -07:00
Chao Xu 40d81f6aa8 update the hazelcast example to API version v1beta3 2015-05-04 13:37:20 -07:00
Brendan Burns 05da5ef0fb Add a central simple getting started guide with kubernetes guide.
Point several getting started guides at this doc.
2015-05-01 20:20:15 -07:00
Jeff Lowdermilk aebd0b2150 Merge pull request #7637 from eparis/copyright-boilerplate-rethinkdb
Update license boilerplate for examples/rethinkdb
2015-05-01 17:46:15 -07:00
Jeff Lowdermilk d67fe9657a Merge pull request #7638 from eparis/copyright-boilerplate-phabricator
Add license boilerplate to examples/phabricator
2015-05-01 17:03:24 -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
Eric Paris fa32e2fad0 Add license boilerplate to examples/phabricator 2015-05-01 14:05:21 -04:00
Eric Paris 17bd270ce4 Update license boilerplate for examples/rethinkdb 2015-05-01 14:01:28 -04:00
Eric Paris 69d119115f Include shell license boilerplate in examples/k8petstore 2015-05-01 13:39:59 -04:00
Paul Morie 42a762af2e Add example for secrets 2015-04-30 12:35:21 -04:00
elsonrodriguez 4f1bc75f17 Fixed NFS example Dockerfile to include a valid Entrypoint.
While running through this example the Dockerfile wouldn't build, upon closer inspection the entrypoint was not being copied into the container, and it was not executable.
2015-04-27 20:39:44 -07:00
Brian Grant 92e2d54e4b Merge pull request #6807 from endocode/kbeecher/celery-update
Updates celery example
2015-04-27 17:36:59 -07:00
Karl Beecher 1524418100 Updates celery example
Change files from JSON to YAML.
2015-04-27 19:27:02 +02:00
markturansky ad13025626 Added integration test, fixed a validation issue 2015-04-27 12:05:12 -04:00
markturansky c98f8bc430 Added more to README, tweaked pod, added service, fixed validation 2015-04-27 12:05:12 -04:00
markturansky 95f740f1ed Edited README 2015-04-27 12:05:12 -04:00
markturansky f3f01c2acf PersistentVolumeClaimBinder implementation 2015-04-27 12:05:11 -04:00
Steve Watt aa6667bd45 Warning about Critical bug in the GlusterFS Volume Plugin
This warning will serve to let users know about a critical bug so they don't experience it first hand - https://github.com/GoogleCloudPlatform/kubernetes/issues/7317
2015-04-24 18:24:11 -05:00
Nikhil Jindal 0c7a5f938a Merge pull request #7258 from caesarxuchao/api-example
update examples/cassandra to api v1beta3
2015-04-24 09:21:54 -07:00
Nikhil Jindal 78b4547b51 Merge pull request #7231 from bcbroussard/storm-example
Update examples/storm for v1beta3
2015-04-24 09:21:26 -07:00