Commit Graph

81 Commits

Author SHA1 Message Date
Chao Xu a150acbc74 massive changes 2015-09-11 17:31:47 -07:00
Quinton Hoole f40ca1f79c Merge pull request #13025 from pires/example_elasticsearch
Revamped Elasticsearch example
2015-09-04 12:28:17 -07:00
Paulo Pires ab07ab3e30 Revamped Elasticsearch example that now uses an Alpine Linux container with JRE 8u51 and Elasticsearch 1.7.1.
Replaced Go discovery mechanism for Elasticsearch discovery plug-in that supports Kubernetes.
2015-09-04 09:39:14 +01:00
Brendan Burns 08ad9f8549 Merge branch 'sdminonne-container_sidecar' 2015-09-02 10:42:08 -07:00
Salvatore Dario Minonne 9bb53c0d21 adding downward api volume plugin 2015-09-01 22:23:03 +02:00
Huamin Chen 7317cc7fe6 implement Ceph FS volume plugin and add to e2e volume test
Signed-off-by: Huamin Chen <hchen@redhat.com>
2015-09-01 14:05:17 -04:00
Satnam Singh fd88b38266 Update Elasticsearch example to remove use of secrets 2015-08-17 16:48:46 -07:00
Steve Kuznetsov 81644f0654 Implementing standalone etcd for openshift 2015-08-06 09:42:11 -04:00
Wojciech Tyczynski a3e3f4bc32 Merge pull request #12206 from derekwaynecarr/move_doc
LimitRange documentation should be under admin
2015-08-06 13:43:58 +02:00
Mike Danese d6abeaa4c6 run gofmt on everything we touched 2015-08-05 17:52:56 -07:00
Mike Danese c3519fa5b4 rewrite go imports 2015-08-05 17:30:03 -07:00
derekwaynecarr b1bc81d3cd LimitRange documentation should be under admin 2015-08-05 10:26:52 -04:00
Gurvinder Singh a5a8cf845e added test for spark driver too 2015-07-30 09:47:56 +02:00
Tim Hockin af370ca588 Remove v1beta3 2015-07-23 17:21:27 -07:00
Paul Morie 19cab65419 Make examples test easier to debug 2015-07-23 10:38:39 -04:00
Kris Rousey 72e06a2891 Fixing examples_test for moved files in #11595 2015-07-20 16:51:25 -07:00
Mike Danese 07acc0443c move kubernetes-namespaces to docs/user-guide 2015-07-16 16:29:44 -07:00
Karl Isenberg b1c9ff1dd7 Walkthrough example cleanup
- Add kubectl command examples
- Add tables of contents
- Skip 3rd header tier to make sections more clear
- Reference cmd-exec example for curling pod & service IPs
- Make section layout, text patterns, changes & links more consistent
- Canonical yaml formatting
2015-07-15 14:27:11 -07:00
Mike Danese 9fc2bd8552 fix all tests 2015-07-14 21:51:30 -07:00
Mike Danese f0e763ed1b readd test case for pod.yaml 2015-07-14 15:09:47 -07:00
Mike Danese 060ce20c75 point tests to new doc location 2015-07-14 12:23:16 -07:00
derekwaynecarr b44b24678d LimitRange example improvements, detailed README 2015-07-10 11:07:54 -04:00
Marcin Wielgus 954b17b278 Flower service and updated kubectl outputs in examples/clery-rabbitmq 2015-07-08 11:10:59 +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
dingh c029985835 Example for policy config file for scheduler
Add a json file which can be used with --policy-config-file argument when starting kube-scheduler.

This file serves as an example for new Kubernetes users so that they can quickly understand how to
use '--policy-config-file' argument and have a brief idea about the scheduler policy.
2015-06-24 11:10:27 +08:00
Kris Rousey 3ac32d6687 Change rbd example to use v1
Moved some files out of a v1beta3 sub directory and converted them. Also
modified the examples test to point to the new files.
2015-06-11 10:37:06 -07:00
derekwaynecarr 82952c2410 Improve resource quota example, add README 2015-06-03 18:55:42 -04:00
Chao Xu 932367168e add v1 tests to hack/test-go; let default value of Container.SecurityContext to be nil 2015-06-03 09:50:41 -07:00
Brian Grant 60c82b216b Merge pull request #9048 from kazegusuri/examples_test
validate all json/yaml examples under examples dir
2015-06-02 13:09:47 -07:00
Masahiro Sano c835bd3a08 validate all examples 2015-05-30 18:46:27 +09:00
Kris 4b15f95962 Delete deprecated API versions
pkg/service:

There were a couple of references here just as a reminder to change the
behavior of findPort. As of v1beta3, TargetPort was always defaulted, so
we could remove findDefaultPort and related tests.

pkg/apiserver:

The tests were using versioned API codecs for some of their encoding
tests. Necessary API types had to be written and registered with the
fake versioned codecs.

pkg/kubectl:

Some tests were converted to current versions where it made sense.
2015-05-29 17:17:35 -07:00
Huamin Chen dce85d0779 add rados block device(rbd) volume plugin
Signed-off-by: Huamin Chen <hchen@redhat.com>
2015-05-21 14:51:31 -04:00
Nikhil Jindal 293afd4a4f Merge pull request #8200 from caesarxuchao/liveness-example
update example/liveness to v1beta3
2015-05-15 14:33:25 -07:00
Chao Xu bac959d9bc Update examples/glusterfs to v1beta3;
Add desciption of Glusterfs endpoints in README.md;
Add validation for endpoints in examples_test.go
2015-05-15 11:13:32 -07:00
Chao Xu 275d4a0fc0 update example/liveness to v1beta3;
update the exec-liveness.yaml to reflect PR#8011
add a README
2015-05-14 16:41:42 -07:00
Victor Marmol 5aacabdab4 Merge pull request #8137 from caesarxuchao/iscsi-test
update example/iscsi to v1beta3
2015-05-14 09:49:04 -07:00
nikhiljindal ce6b8d8c2d Fixing broken persistentvolume nfs example 2015-05-13 14:28:36 -07:00
Chao Xu 7761e54ef5 update example/iscsi to v1beta3;
add more instructions on how to setup iscsi target/initiator on GCE
2015-05-13 09:41:33 -07:00
Chao Xu 4c21bb5f96 update example/guestbook-go to v1beta3 2015-05-12 10:15:29 -07: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
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
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
nikhiljindal f3d7dbb2a5 Updating the guestbook example to v1beta3 2015-04-23 14:34:36 -07:00
Clayton Coleman aca6a3bdaf Pod Templates 2015-04-22 12:54:25 -04:00
Yifan Gu e4e008ee2a examples: Fix flacky example_test.
Update the file path.
2015-04-20 12:44:28 -07:00
Tim Hockin 936d59b8d1 Stop using dockerfile/* images
As per
http://blog.docker.com/2015/03/updates-available-to-popular-repos-update-your-images/
docker has stopped answering dockerfile/redis and dockerfile/nginx.  Fix all
users in our tree.  Sadly this means a lot of published examples are now broken.
2015-04-16 12:20:43 -07:00
Huamin Chen dab4f65e96 implement glusterfs volume plugin
Signed-off-by: Huamin Chen <hchen@redhat.com>
2015-04-07 09:14:39 -04:00
Huamin Chen fd874e03cb add iscsi volume plugin
Signed-off-by: Huamin Chen <hchen@redhat.com>
2015-04-06 16:20:28 -04:00
markturansky 22ce40fe48 PV & PVC Client implementation 2015-04-06 08:46:43 -04:00
Clayton Coleman 9512dec26a Replace automatic YAML decoding with opt-in YAML decoding
Base codecs no longer automically handle YAML.  Instead, clients
must convert to JSON first via yaml.ToJSON and runtime.YAMLDecoder.
2015-03-20 00:03:56 -04:00