Commit Graph

7051 Commits

Author SHA1 Message Date
gmarek
bb8a4f5ed3 apply comments 2015-03-06 08:23:22 +01:00
gmarek
726a5af075 Loosen label and annotation validation and related tests 2015-03-06 08:23:22 +01:00
Mike Danese
438052c453 fix variable shadowing bug in etcd_tools.go 2015-03-05 22:34:28 -08:00
Dawn Chen
54b2b47caa Merge pull request #4756 from vishh/kubelet
Relax constraints on container status while fetching container logs
2015-03-05 21:49:48 -08:00
Daniel Smith
3ef3777192 Make unexported fields panic (informatively)
...Also fix some incorrect calls to semantic.DeepEqual, and a bug where
it returned true incorrectly.
2015-03-05 21:40:37 -08:00
Prashanth Balasubramanian
1ed3f7ffcd Clarify documentation around resourceVersion 2015-03-05 20:57:22 -08:00
wizard
ca16a57b54 Add cleanup function to make the build.sh more robust 2015-03-06 12:10:37 +08:00
Derek Carr
ab58268d7e Merge pull request #5077 from fabioy/doc-fixit
Update Vagrant starter guide.
2015-03-05 22:51:56 -05:00
wizard
c80ef5de60 Make the k8s version configurable 2015-03-06 11:04:30 +08:00
wizard
282b1be188 update getting-started-guided README 2015-03-06 10:52:28 +08:00
Yu-Ju Hong
823ea36cb1 v1beta1/v1beta2: fields that cannot be updated are marked "cannot be udpated" 2015-03-05 18:05:13 -08:00
Victor Marmol
79f2773745 Merge pull request #5120 from dchen1107/docker
monit health check kubelet and restart unhealthy one
2015-03-05 17:39:03 -08:00
Dawn Chen
a934efe3e5 Convert limitrange example to v1beta3 2015-03-05 17:38:32 -08:00
Dawn Chen
7a47ea8913 Ask monit health check kubelet; if failed, restart. 2015-03-05 17:29:38 -08:00
Dawn Chen
43b4f41202 Allow /healthz check from localhost 2015-03-05 17:27:56 -08:00
Victor Marmol
b314dc6025 Merge pull request #5032 from yifan-gu/clean_syncPod
Refactor pkg/kubelet/kubelet.go: syncPod().
2015-03-05 17:24:20 -08:00
Brian Grant
ecf54a39c7 Merge pull request #5118 from satnam6502/doc-proxy
Move proxy and redirect text out of api-conventions.md
2015-03-05 17:23:05 -08:00
Dawn Chen
0415229794 Merge pull request #5115 from vmarmol/fix-kubelet-start
DockerCache doesn't get containers at startup.
2015-03-05 17:04:57 -08:00
Satnam Singh
d51a9f8df3 Move proxy and redirect text out of api-conventions.md 2015-03-05 16:55:33 -08:00
Yifan Gu
ed1823e276 Refactor pkg/kubelet/kubelet.go: syncPod().
Makes the syncPod() takes only the containers that belongs to the pod.
2015-03-05 16:40:50 -08:00
roberthbailey
ca9d24304b Merge pull request #5106 from jlowdermilk/e2e
Make e2e pod start timeouts uniform
2015-03-05 16:39:10 -08:00
Victor Marmol
33e6c3ebb3 DockerCache doesn't get containers at startup.
Fixes #5092.
2015-03-05 16:25:13 -08:00
Vishnu Kannan
f6910803a9 Relax constraints on container status while fetching container logs 2015-03-06 00:19:52 +00:00
Satnam Singh
61e38920a5 Do not fail status 200 responses to proxy calls 2015-03-05 16:19:13 -08:00
Justin Santa Barbara
9adfee5ddb Set AWS instance Names so they match the regex 2015-03-05 16:06:53 -08:00
Jeff Lowdermilk
083f29158f Make e2e pod start timeouts uniform 2015-03-05 15:54:45 -08:00
Justin Santa Barbara
4066826b10 auth_config path for aws for ginkgo 2015-03-05 15:19:25 -08:00
Brian Grant
2902028476 Merge pull request #4835 from sdminonne/issue_341_step_2
moving ParseSelector to Parse for labels only.
2015-03-05 14:29:22 -08:00
Salvatore Dario Minonne
75f2efb500 moving ParseSelector to Parse for labels only. 2015-03-05 22:39:36 +01:00
Jordan Liggitt
02622b1401 Plumb tls and cert options into kubelet start 2015-03-05 16:30:52 -05:00
Brian Grant
00989f229c Merge pull request #5099 from erictune/distros1
Added column with networking type to matrix.
2015-03-05 13:25:23 -08:00
Brian Grant
4bff24b8b9 Merge pull request #5080 from satnam6502/doc-proxy
Add documentation for redirect
2015-03-05 13:24:38 -08:00
Eric Tune
0c138b4d30 Remove duplicate line. 2015-03-05 13:23:11 -08:00
Brian Grant
4dd8dbef49 Merge pull request #5068 from a-robinson/docs
Clarify the documentation on label selectors
2015-03-05 13:06:59 -08:00
Brian Grant
f901a67ff3 Merge pull request #5063 from GoogleCloudPlatform/davidopp-patch-1
Update overview.md
2015-03-05 12:59:03 -08:00
Tim Hockin
e8ee20afff Merge pull request #5097 from fabioy/k2sky-fix
Add etcd server check at startup to kube2sky (with retry loop).
2015-03-05 12:35:23 -08:00
Brian Grant
e48dc5a124 Merge pull request #5051 from lavalamp/fix6
Add v1beta3 files to update-demo
2015-03-05 11:56:48 -08:00
Brian Grant
4624d116f3 Merge pull request #5061 from thockin/docs1
Better docs for Services and public IPs.
2015-03-05 11:52:38 -08:00
Daniel Smith
6453bf3e61 Merge pull request #4974 from pmorie/record-sources
Allow multiple sources to be used with record package
2015-03-05 11:51:08 -08:00
Daniel Smith
d5ae2b56ad Add v1beta3 files to update-demo 2015-03-05 11:48:25 -08:00
Fabio Yeon
01f7d459d3 Add etcd server check at startup to kube2sky (with retry loop). 2015-03-05 11:43:16 -08:00
Clayton Coleman
ce24a7b144 Merge pull request #5036 from pmorie/mount-refactor
Factor mount utility code out gce_pd volume plugin
2015-03-05 14:15:12 -05:00
Brian Grant
527fc30e90 Merge pull request #4939 from kazegusuri/update_gophercloud
Update github.com/rackspace/gophercloud to HEAD
2015-03-05 10:58:23 -08:00
Paul Morie
02b18edac6 Allow multiple sources to be used with record package 2015-03-05 13:54:29 -05:00
Paul Morie
8ef04a8425 Factor mount utility code out gce_pd volume plugin 2015-03-05 13:49:32 -05:00
Brian Grant
9fcb48cab6 Merge pull request #4434 from ddysher/node-hostip
Node addresses
2015-03-05 10:33:15 -08:00
Brian Grant
58a9045f75 Merge pull request #5081 from vmarmol/put
Specified that PUT is a replace and not an update.
2015-03-05 10:32:55 -08:00
Eric Tune
e326f1bdf4 Added column with networking type to matrix.. 2015-03-05 10:24:50 -08:00
Eric Tune
aea98765f4 Merge pull request #4597 from whitmo/juju-getting-started
A getting started guide for juju
2015-03-05 10:21:51 -08:00
Fabio Yeon
385f814775 Update Vagrant starter guide. 2015-03-05 09:42:47 -08:00