Commit Graph

1340 Commits

Author SHA1 Message Date
Jeff Lowdermilk 92a9f1ace0 Merge pull request #13833 from caesarxuchao/central-latest
[WIP] Making a generic latest package
2015-09-14 09:26:58 -07:00
eulerzgy 734f6af47c fix document 2015-09-12 22:49:13 +08:00
k8s-merge-robot daba89197f Merge pull request #13371 from wb14123/glusterfs
Auto commit by PR queue bot
2015-09-11 19:15:31 -07:00
Chao Xu 9ef9ef1d88 fixing tests 2015-09-11 17:33:22 -07:00
Chao Xu a150acbc74 massive changes 2015-09-11 17:31:47 -07:00
derekwaynecarr dd6ab5c273 Move resource quota doc from user-guide to admin 2015-09-11 12:07:12 -04:00
k8s-merge-robot 9031da0acd Merge pull request #13758 from amygdala/gb2
Auto commit by PR queue bot
2015-09-09 17:03:04 -07:00
Chao Xu f8a1778403 Merge pull request #13652 from clasohm/example_download_links_raw
add raw flag for GitHub download links
2015-09-09 16:19:14 -07:00
Amy Unruh 01c0f3f913 Update the frontend image to a version that uses relative URLs.
Update image names in the README.
2015-09-09 13:20:48 -07:00
Bin Wang 6de75165eb Add a service with glusterfs endpoints 2015-09-09 14:27:25 +08:00
k8s-merge-robot edef967a98 Merge pull request #13530 from goltermann/docs
Auto commit by PR queue bot
2015-09-08 19:19:15 -07:00
k8s-merge-robot 753f1294e7 Merge pull request #12497 from amygdala/gb2
Auto commit by PR queue bot
2015-09-08 17:59:17 -07:00
goltermann 74a8f27b41 Replace IRC with Slack in docs. 2015-09-08 15:17:39 -07:00
Carsten Clasohm 59555f860e add raw flag for GitHub download links 2015-09-07 17:43:09 -07:00
k8s-merge-robot 980dcd64f0 Merge pull request #13031 from daizuozhuo/kubectl-get
Auto commit by PR queue bot
2015-09-06 13:15:05 -07:00
Harry Zhang 6c6f39cb2b Specify how to do NFS demo for other providers
Many people asked me how to allow privileged mode for their own cluster, we need to specify that.
2015-09-06 12:05:32 +00:00
Dai Zuozhuo cd2f49a864 change -o template to -o go-template=... 2015-09-05 22:30:47 +08:00
Quinton Hoole baf744325f Merge pull request #13551 from eparis/cloudplatfrom-to-kubernetes
s|github.com/GoogleCloudPlatform/kubernetes|github.com/kubernetes/kub…
2015-09-04 12:36:01 -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
Amy Unruh d24dc3bd95 Use GCR images from 'google-samples' project; allow switch on whether dns service is
supported, or to use env vars to get service host info.

Test change to reflect php filename change.
2015-09-03 19:14:24 -07:00
Eric Paris b65bd43860 s|github.com/GoogleCloudPlatform/kubernetes|github.com/kubernetes/kubernetes| 2015-09-03 10:10:11 -04: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
Brendan Burns ff9b981e39 Merge pull request #13367 from spothanis/cinder
Cinder Volume Plugin
2015-09-01 10:05:15 -07:00
Alex Chan ff864433ea Fix two broken codeblocks in Guestbook example
Looking at the currently published version (http://kubernetes.io/v1.0/examples/guestbook-go/README.html), there are a pair of unprocessed code fence blocks. This commit is an attempt to fix the problem.
2015-09-01 12:17:44 +01:00
Jerzy Szczepkowski 70314f155d Merge pull request #13356 from shaunparker/fix-elasticsearch-example
Bug fix for Elasticsearch Example
2015-08-31 09:18:40 +02:00
Sreekanth Pothanis b3300b86b7 Cinder Volume Plugin 2015-08-30 19:56:27 -07:00
Shaun Parker 4ee6fc0135 Stopped the token argument from being passed to the elasticsearch_discovery script. It was no longer needed after kubernetes/kubernetes#12621 was merged. The token argument causes the script to error out and stops Elasticsearch nodes from forming a cluster.
Bumped docker tag from 1.1 to 1.2 and updated README and RC config to reference updated version.
2015-08-29 14:48:42 -06:00
Prashanth B 9bdbd19f63 Revert "Volume Plugin for Cinder; Openstack Block Storage" 2015-08-28 10:56:24 -07:00
Sreekanth Pothanis d0750be23b Cinder Volume Plugin 2015-08-25 15:13:56 -07:00
Janet Kuo 66e14b9080 Make --validate default on and shows how to turn if off 2015-08-25 03:18:32 -07:00
Eric Paris 50ceab97f8 Make verify-flags-underscore.py return error on failure
We were running it in shippable and travis, but since it didn't return
an error it wasn't actually catching things.
2015-08-24 22:12:17 -05:00
arun-gupta 2ec987a415 Squashing commits
adding a Java EE sample, fixing #11477

adding location to the source

adding partial review comments from #12110

adding syncer macros and fixing links
2015-08-21 11:45:16 -07:00
Sandeep Dinesh f31169544f Added Node.js / MongoDB example 2015-08-19 18:04:53 -07:00
Robert Bailey 1fb2202f99 Merge pull request #12621 from satnam6502/elasticsearch-example
Update Elasticsearch example to remove use of secrets
2015-08-18 11:49:29 -07:00
Kris Rousey 120a1e34e9 Moving everyone to unversioned client 2015-08-18 10:23:03 -07:00
Satnam Singh fd88b38266 Update Elasticsearch example to remove use of secrets 2015-08-17 16:48:46 -07:00
Robert Bailey c856c6764b Merge pull request #12199 from mesosphere/relative-guestbook
Convert guestbook example to relative urls
2015-08-17 13:50:11 -07:00
Robert Bailey 8769f7ee1d Merge pull request #12752 from mikedanese/move-service-lb
remove service-loadbalancer since it lives in contrib/ now
2015-08-17 10:59:08 -07:00
Dr. Stefan Schimanski f8e6c6f16d Switch to gcr.io Docker registry 2015-08-17 09:43:52 +02:00
Dr. Stefan Schimanski 4d1a514c50 Convert guestbook example to relative urls 2015-08-17 09:43:51 +02:00
Mike Danese 18fa58676b remove service-loadbalancer since it lives in contrib/ now 2015-08-14 15:16:47 -07:00
Marcin Wielgus 2e26b33b92 Add image version to examples/spark 2015-08-14 19:52:26 +02:00
Mike Danese 263a0c51f4 updating all references in .sh scripts 2015-08-12 14:41:59 -07:00
Kris Rousey 224054daa8 Correcting all go vet errors 2015-08-11 13:55:37 -07:00
Filip Grzadkowski e52d8bf49d Merge pull request #12423 from brendandburns/service
Make services print on a single line.
2015-08-11 10:29:23 +02:00
Brendan Burns c7394c0939 Fix the service printer to be a single line per service 2015-08-10 10:57:45 -07:00
Prashanth Balasubramanian 2ac44033ea Multi-cluster services documentation, take II 2015-08-10 10:18:03 -07:00