Commit Graph

19020 Commits

Author SHA1 Message Date
Mike Danese
fa60bbe8e6 add flag to kubelet to ignore the cidr passed down by the apiserver on the master 2015-10-08 21:21:19 -07:00
k8s-merge-robot
219294623e Merge pull request #14522 from lavalamp/3p-api-group
Auto commit by PR queue bot
2015-10-08 21:15:11 -07:00
k8s-merge-robot
fa8bb5f18e Merge pull request #15344 from bgrant0607/docfix2
Auto commit by PR queue bot
2015-10-08 21:10:10 -07:00
k8s-merge-robot
9305a98ffc Merge pull request #15205 from a-robinson/purge
Auto commit by PR queue bot
2015-10-08 20:40:26 -07:00
k8s-merge-robot
c0a5d0c81b Merge pull request #15340 from ihmccreery/versioning
Auto commit by PR queue bot
2015-10-08 20:38:30 -07:00
k8s-merge-robot
b30600f163 Merge pull request #15199 from ixdy/gitignore-gcloud-gsutil
Auto commit by PR queue bot
2015-10-08 20:20:41 -07:00
k8s-merge-robot
e4faa5c411 Merge pull request #15200 from yujuhong/move_types
Auto commit by PR queue bot
2015-10-08 19:50:27 -07:00
k8s-merge-robot
0655c9d8ad Merge pull request #15209 from ixdy/gce-cluster-init-timeout
Auto commit by PR queue bot
2015-10-08 19:17:13 -07:00
hurf
e1b88c6942 Integrate convertion tool to kubectl
Added 'convert' subcommand to kubectl to convert config files
between different API versions.
2015-10-09 10:15:30 +08:00
Brian Grant
50acaa2259 Strengthen wording about status behavior. 2015-10-09 02:13:28 +00:00
k8s-merge-robot
86fdc3f85c Merge pull request #15240 from mikedanese/job-fix-1
Auto commit by PR queue bot
2015-10-08 16:58:06 -07:00
Isaac Hollander McCreery
9024874e47 Proposed versioning changes 2015-10-08 16:57:05 -07:00
k8s-merge-robot
79b70df747 Merge pull request #15273 from nikhiljindal/deploymentAPI
Auto commit by PR queue bot
2015-10-08 16:28:53 -07:00
Alex Robinson
429fa7a378 Correctly support updates in EnsureTCPLoadBalancer for GCE.
Previously we'd just tear everything down and recreate it, which makes
for a pretty bad experience because it causes downtime whenever the
service controller restarts and has to make sure everything is in the
desired state.

This adds more code than I'd prefer, but makes it much cleaner and more
organized than it was before, in my opinion. I didn't bother
parallelizing anything because it's complex enough as it is, right now.

It's consistently passing the existing e2es and worked when I tested
manually, but this could definitely use additional e2e tests and/or some
serious refactoring to make real unit tests feasible. I'll follow up
with one or two e2e tests that make sense (updating an LB or killing the
controller manager, perhaps).
2015-10-08 23:20:48 +00:00
Vishnu kannan
955f896f28 Mark QoS as an experimental feature 2015-10-08 16:06:07 -07:00
feisky
fb04edea3a Replace rkt --grace-period and --expire-prepared with gcPolicy.MinAge 2015-10-09 06:57:10 +08:00
feisky
43a654ed7b Refacotor gcPolicy in contrib/mesos 2015-10-09 06:57:10 +08:00
feisky
d624c7de51 Pass the ContainerGCPolicy in Runtime.GarbageCollect 2015-10-09 06:57:10 +08:00
feisky
69867fb502 Refactor container gc tests 2015-10-09 06:57:09 +08:00
feisky
4c8a836260 Move original container gc to docker runtime 2015-10-09 06:57:09 +08:00
feisky
35cf8ab7d4 Use runtime instread of dockerclient in container gc 2015-10-09 06:54:38 +08:00
James DeFelice
a7c06e57ac flocker unit test should clean up after itself 2015-10-08 22:40:36 +00:00
k8s-merge-robot
0c089dcf11 Merge pull request #15265 from andyzheng0831/trusty
Auto commit by PR queue bot
2015-10-08 14:51:10 -07:00
Yu-Ju Hong
098ab05997 kubelet: move common types to kubelet/types
This would faciliate tasks such as moving code in pkg/kubelet to sub packages.
2015-10-08 14:38:01 -07:00
k8s-merge-robot
27ff98c8f3 Merge pull request #15288 from roberthbailey/hyperkube-config
Auto commit by PR queue bot
2015-10-08 14:20:54 -07:00
Yifan Gu
2c318bfee2 kubelet/rkt: return util/exec.ExitError if exec probing fails.
This enables the prober to return probe.Failure instead of
probe.Unknown.
2015-10-08 14:14:01 -07:00
Robert Bailey
f828c9a49c Merge pull request #15185 from yujuhong/fix_annotation
kubelet: fix mirror pod creation/deletion
2015-10-08 14:07:45 -07:00
Robert Bailey
f9fc6cc426 Merge pull request #15306 from ihmccreery/upgrades
Add v1.1.0-alpha.1 version-pinned upgrades
2015-10-08 14:05:32 -07:00
nikhiljindal
119150fd33 Updating API comments 2015-10-08 13:55:45 -07:00
k8s-merge-robot
dd702f2d11 Merge pull request #15289 from roberthbailey/docker-getting-started-guide
Auto commit by PR queue bot
2015-10-08 13:28:39 -07:00
Robert Bailey
be3fc9007a Merge pull request #14626 from jackgr/apply_annotation
Add calls to set annotation for kubectl apply
2015-10-08 12:44:42 -07:00
Robert Bailey
49d6c86eb7 Merge pull request #14621 from jackgr/kubectl_apply
Add the kubectl apply command
2015-10-08 12:44:32 -07:00
Robert Bailey
f9364da306 Merge pull request #13820 from jackgr/apply_patch
Add method to apply strategic merge patch
2015-10-08 12:44:13 -07:00
Robert Bailey
cac3390d4f Merge pull request #15316 from ihmccreery/no-cache
Make latest.txt files non-cacheable
2015-10-08 12:42:11 -07:00
Isaac Hollander McCreery
3b6a8e2e40 Add kubernetes-upgrade-gke-1-0 jobs that upgrade from release/latest-1.0 to ci/v1.1.0-alpha.1. 2015-10-08 11:38:45 -07:00
Isaac Hollander McCreery
ec43cb0ed0 Make latest.txt files non-cacheable 2015-10-08 11:29:18 -07:00
k8s-merge-robot
074da2e05d Merge pull request #15208 from mikedanese/v3-bump
Auto commit by PR queue bot
2015-10-08 11:22:15 -07:00
k8s-merge-robot
8982776b54 Merge pull request #15237 from mikedanese/ds-bug-3
Auto commit by PR queue bot
2015-10-08 10:50:59 -07:00
Tim Hockin
69dad48db0 Merge pull request #15307 from ArtfulCoder/dnshealthcheck
changed localhost to 127.0.0.1 for dns healthcheck
2015-10-08 10:45:44 -07:00
Mike Danese
73f7242027 rename JobStatus.Unsuccessful => JobStatus.Failed, JobStatus.Successful => JobStatus.Succeeded 2015-10-08 10:41:22 -07:00
Abhishek Shah
d92d4124dd changed localhost to 127.0.0.1 for dns healthcheck 2015-10-08 09:34:07 -07:00
k8s-merge-robot
036fe16849 Merge pull request #15241 from pmorie/volume-proposal-fixup
Auto commit by PR queue bot
2015-10-08 09:09:15 -07:00
k8s-merge-robot
731a47bc94 Merge pull request #15248 from mikedanese/sw-spec
Auto commit by PR queue bot
2015-10-08 07:41:05 -07:00
k8s-merge-robot
46441a6657 Merge pull request #15250 from derekwaynecarr/troubleshooting_update
Auto commit by PR queue bot
2015-10-08 07:09:22 -07:00
k8s-merge-robot
23b0cb3d0a Merge pull request #15249 from brendandburns/flakes
Auto commit by PR queue bot
2015-10-08 06:34:37 -07:00
k8s-merge-robot
30ad675fa1 Merge pull request #15287 from ZJU-SEL/fix-ubuntu-upstart-script
Auto commit by PR queue bot
2015-10-08 06:03:23 -07:00
k8s-merge-robot
0129dadc66 Merge pull request #15253 from brendandburns/flakes4
Auto commit by PR queue bot
2015-10-08 05:09:15 -07:00
Piotr Szczesniak
952a058357 Merge pull request #15153 from wojtek-t/common_resync_period
Extend resyncPeriods in controllers in production.
2015-10-08 14:07:04 +02:00
k8s-merge-robot
f754f05bd6 Merge pull request #15257 from nikhiljindal/deploymentScaleDown
Auto commit by PR queue bot
2015-10-08 04:36:59 -07:00
Piotr Szczesniak
708102af36 Merge pull request #14714 from mqliang/node-misleading
Eliminate misleading code
2015-10-08 13:31:04 +02:00