Commit Graph

10633 Commits

Author SHA1 Message Date
Alex Robinson
20ea35105d Merge pull request #7619 from a-robinson/dns
Convert the skydns rc to use v1beta3 and add a health check to it
2015-05-05 10:44:41 -07:00
Victor Marmol
ba438a808b Merge pull request #7772 from pmorie/containerized
Add containerized option to kubelet binary
2015-05-05 10:43:00 -07:00
Alex Robinson
9ea76dc004 Add a liveness probe to the DNS container. 2015-05-05 17:41:08 +00:00
Alex Robinson
07adb84c23 Update the DNS replication controller to be v1beta3. 2015-05-05 17:41:08 +00:00
deads2k
f5942e4271 make go-oracle happy 2015-05-05 13:27:59 -04:00
Cesar Wong
283049f679 Fix pod exec options
Change the command field to an array of strings.
2015-05-05 13:20:08 -04:00
Paul Morie
553265ce0c Add containerized option to kubelet binary 2015-05-05 13:10:06 -04:00
Brian Grant
1b7749b8d9 Merge pull request #7779 from pmorie/swagger-spec
Fix swagger spec
2015-05-05 09:51:18 -07:00
derekwaynecarr
d6a4b2427a Throw an API error when deleting namespace in termination 2015-05-05 12:49:51 -04:00
Brendan Burns
1b17a32d87 Merge pull request #7755 from viklas/master
FIX: Issue #7750 - Hyperkube docker image needs certificates to connect to cloud-providers
2015-05-05 09:46:41 -07:00
Yu-Ju Hong
a7dadfcc97 Merge pull request #7752 from vmarmol/rkt-compile
Add build labels to rkt
2015-05-05 09:26:59 -07:00
Jeff Lowdermilk
87cdc3f032 Merge pull request #7672 from eparis/boilerplate-python
Check license boilerplate for python files
2015-05-05 09:23:36 -07:00
Jeff Lowdermilk
c1ae69da14 Merge pull request #7705 from bprashanth/rollingupdate_2
Reliable updates in rollingupdate
2015-05-05 09:23:25 -07:00
Paul Morie
f6f34d0493 Allow int64 types in API; update swagger spec 2015-05-05 12:15:12 -04:00
Paul Morie
41e9e53c64 Update dependency emicklei/go-restful 2015-05-05 12:15:07 -04:00
derekwaynecarr
a8f8e2d609 Fix OpenShift example 2015-05-05 11:13:49 -04:00
Quinton Hoole
74c07f1094 Merge pull request #7742 from cjcullen/cbr0
Make changes suggested in #7675
2015-05-05 08:00:24 -07:00
deads2k
0d796c184d fix DeepCopy to properly support runtime.EmbeddedObject 2015-05-05 10:36:39 -04:00
Wojciech Tyczynski
1e55bc6b95 Merge pull request #7760 from kargakis/move-generators-in-factory
Setup generators in factory
2015-05-05 14:09:40 +02:00
Wojciech Tyczynski
02bce1062f Merge pull request #7505 from fgrzadkowski/verify_latency
Verify request latency in e2e performance tests.
2015-05-05 12:48:43 +02:00
Karl Beecher
0473f652fd Add startup code to apiserver to migrate etcd keys
Refs: #3476
2015-05-05 12:28:14 +02:00
kargakis
c9e79a3c28 Setup generators in factory 2015-05-05 12:00:13 +02:00
Filip Grzadkowski
551cec2a21 Verify request latency in e2e performance tests. 2015-05-05 11:50:52 +02:00
Kenjiro Nakayama
4c9f2d89ba Add genbashcomp to KUBE_TEST_TARGETS 2015-05-05 16:42:23 +09:00
Wojciech Tyczynski
bd3d853242 Merge pull request #7737 from lavalamp/fixTimeAfter
Reduce usage of time.After
2015-05-05 09:28:07 +02:00
Antoine Cotten
31a513d778 update AWS CloudFormation template and cloud-configs
Kubernetes 0.16.1 and CoreOS 668.2.0 (alpha)
a lot of cleanup
2015-05-05 08:26:16 +02:00
Daniel Smith
a41a57cfe1 fix master service endpoint system for multiple masters 2015-05-04 22:55:51 -07:00
CJ Cullen
1ec0fb2e3d Make changes suggested in #7675 2015-05-04 21:58:13 -07:00
Robert Bailey
72048a824c Merge pull request #7735 from fabioy/yank-nodes-status.fix
Remove node status from "componentstatuses" call.
2015-05-04 20:43:01 -07:00
Luke Benson
bba2f9184f FIX: Issue #7750 - Hyperkube needs certificates
Adds ‘ca-certificates’ package to dockerfile for building base
hyperkube image. This resolves controller-manager issue connecting to
cloud provider (experienced with AWS) when running services through
kyperkube.Tested with AWS and kube 0.16.1 binaries.
2015-05-05 11:26:13 +10:00
Quinton Hoole
868df8679a Merge pull request #7614 from tamsky/patch-1
React to failure by growing the remaining clusters
2015-05-04 18:17:01 -07:00
Zach Loafman
0c107e4c44 Also push .sha1 for devel builds
And adds a .sha1 cache file to indicate what file was already pushed
to GCS, and how to force it if not, removing a few seconds off a
kube-up/push if you're just cycling.

With this and #7602, all TAR_URLS will have a .sha1 as well.
2015-05-04 17:45:34 -07:00
Victor Marmol
d84aac6498 rkt: Unexport runtime, use Runtime interface 2015-05-04 17:28:02 -07:00
Victor Marmol
f012d7f506 Add unsupported version of rkt. 2015-05-04 17:22:45 -07:00
Robert Bailey
5fe07e69b7 Merge pull request #7725 from pmorie/typo
Fix typo in runtime_cache.go
2015-05-04 17:03:42 -07:00
Victor Marmol
d159f4cb2e Merge pull request #7740 from zmerlynn/docker_fallback
Update non-GCE Salt distros to 1.6.0, fallback to ContainerVM Docker version on GCE
2015-05-04 17:03:13 -07:00
Brian Grant
df8521c468 Merge pull request #7592 from pmorie/dapi-example
Rename EnvVarSource.FieldPath -> FieldRef and add example
2015-05-04 17:02:17 -07:00
Victor Marmol
de2212983f Refactor rkt into one file.
This will make it easy to add build labels and stub out in non-Linux
builds.
2015-05-04 16:51:31 -07:00
Victor Marmol
fe7cb95be6 Merge pull request #7746 from vishh/exec_fix
Fix kubelet's docker RunInContainer implementation
2015-05-04 16:49:57 -07:00
Victor Marmol
8eed847562 Merge pull request #7748 from GoogleCloudPlatform/revert-7741-containerized
Revert "Add containerized option to kubelet binary"
2015-05-04 16:34:55 -07:00
Victor Marmol
27dea5f400 Revert "Add containerized option to kubelet binary" 2015-05-04 16:34:22 -07:00
Zach Loafman
2b3e52c230 Use built-in ContainerVM Docker version rather than installing lxc-docker 2015-05-04 16:33:00 -07:00
Robert Bailey
9718d667a7 Merge pull request #7744 from zmerlynn/allow_builtin_salt
Skip SaltStack install if it's already installed
2015-05-04 16:32:56 -07:00
Vishnu Kannan
18b3d34b18 Adding an integration test to verify success case for exec liveness probes. 2015-05-04 16:19:36 -07:00
Victor Marmol
9340b7af48 Merge pull request #7741 from pmorie/containerized
Add containerized option to kubelet binary
2015-05-04 16:18:31 -07:00
Zach Loafman
dd7f3f7df7 Skip SaltStack install if it's already installed
Next ContainerVM image will have SaltStack in it. Also be a little
less persnickety if it's found running. This isn't the case, but we
don't have to be aggressive.
2015-05-04 16:12:53 -07:00
Victor Marmol
a32d31d045 Merge pull request #7729 from yujuhong/runtime_up
Kubelet: wait until container runtime is up
2015-05-04 16:02:30 -07:00
Vishnu Kannan
ec01265643 Fix docker exec logic. Without this patch, kubelet was not receiving any output from docker exec
and was incorrectly handling the output.
2015-05-04 16:01:32 -07:00
Paul Morie
ddbf9f7a28 Add containerized option to kubelet binary 2015-05-04 18:59:52 -04:00
Paul Morie
e949a623ff Change EnvVarSource.FieldPath -> FieldRef and add example 2015-05-04 18:41:09 -04:00