k8s-merge-robot
f32b2582df
Merge pull request #26391 from timstclair/containerd
...
Automatic merge from submit-queue
Move containerd process into docker cgroup for versions >= v1.11
Addresses https://github.com/kubernetes/kubernetes/issues/23397#issuecomment-209583923
/cc @vishh @kubernetes/sig-node
2016-05-27 19:42:48 -07:00
k8s-merge-robot
dd6d616190
Merge pull request #26381 from caesarxuchao/subresource-patch
...
Automatic merge from submit-queue
Expose GET and PATCH for status subresource
We can do this for other status subresource. I only updated node/status in this PR to unblock https://github.com/kubernetes/node-problem-detector/issues/9 .
cc @Random-Liu @lavalamp
2016-05-27 18:53:33 -07:00
David McMahon
12edc97862
Verify changes against upstream vendor/ as well.
2016-05-27 16:27:42 -07:00
Euan Kemp
c83ad19ae9
kubenet: Fix ipv4 validity check
...
The length of an IP can be 4 or 16, and even if 16 it can be a valid
ipv4 address. This check is the more-correct way to handle this, and it
also provides more granular error messages.
2016-05-27 16:25:14 -07:00
Alex Robinson
baaf1b628a
Merge pull request #25696 from rmmh/showbuildlog
...
Show hack/build-go.sh output during e2e tests.
2016-05-27 16:17:08 -07:00
Alex Robinson
91f8c784a0
Merge pull request #21373 from enoodle/read_cadvisor_cloudinfo_in_kubelet
...
kubelet: reading cloudinfo from cadvisor
2016-05-27 16:14:24 -07:00
Alex Robinson
782ac14f70
Merge pull request #25848 from bprashanth/petset_e2e
...
Petset e2es
2016-05-27 16:09:52 -07:00
Alex Robinson
079a2b4cc0
Merge pull request #26459 from smarterclayton/bump_appc
...
bump(github.com/appc/spec):ab50d12e88f57788bf84b83fef2be236eb1fcc0b
2016-05-27 16:07:09 -07:00
André Martins
bd37100713
Add more global env vars to local-up-cluster.sh
...
Signed-off-by: André Martins <aanm90@gmail.com>
2016-05-27 23:58:01 +01:00
Alex Robinson
cddf564f3c
Merge pull request #24771 from timstclair/event-store
...
Disable cAdvisor event storage by default
2016-05-27 15:56:13 -07:00
Phillip Wittrock
c3e1c12985
Kubemark e2e tests should exit 0 for test failures.
...
Jenkins relies on junit.xml to identify test failures
and non-0 exit codes to indentify infrastructure failures.
Test failures in kubemark tests should not cause the test
script to exit non-0. Infrastructure failures should.
- Add function to dump cluster logs without exiting (refactor)
- Change `test/kubemark/stop-kubemark.sh` to be run regardless of whether tests fail or not
- Exit code for failed tests overwritten to be the exit code of dumping the cluster logs
2016-05-27 15:45:18 -07:00
Clayton Coleman
74bfb3e7bd
bump(github.com/appc/spec):ab50d12e88f57788bf84b83fef2be236eb1fcc0b
...
To match changes to pkg/api/resource#ParseQuantity
2016-05-27 18:43:00 -04:00
Quinton Hoole
2240da1f2a
Vendor in google.golang.org/api/dns
2016-05-27 15:29:13 -07:00
Quinton Hoole
0af78dcce7
Google Cloud DNS dnsprovider rewrite/refactor for unit tests. Successfully Tested against both real backend and stubbed backend.
2016-05-27 15:22:43 -07:00
Gyu-Ho Lee
c3fc714ec2
pkg/runtime: preallocate slice in unstructured.go
...
To avoid slice growth when appending.
2016-05-27 14:54:25 -07:00
Random-Liu
52a3d8a19d
Add unit test for image history cache
2016-05-27 14:49:48 -07:00
Random-Liu
56bde2df9f
Cache image history
2016-05-27 14:49:48 -07:00
Alex Robinson
1cca499e92
Merge pull request #26225 from yujuhong/less_noise
...
Reduce noise in kubelet.log
2016-05-27 14:28:53 -07:00
Alex Robinson
d577550dd0
Merge pull request #26054 from gmarek/flags
...
Make service-range flag in controller-manager optional
2016-05-27 14:26:15 -07:00
Alex Robinson
644258fa56
Merge pull request #26422 from sttts/sttts-flake-26210-status-error
...
Flake 26210: verbosely print StatusError in proxy e2e test
2016-05-27 14:20:11 -07:00
Alex Robinson
90ca2aae24
Merge pull request #26423 from wojtek-t/speedup_update_codecget
...
Speedup update_codecgen by precomputing dependencies.
2016-05-27 14:19:08 -07:00
Erick Fejta
0e1c2ee20c
Push public key to project if not already present
2016-05-27 13:56:18 -07:00
Alex Robinson
f6b4707619
Merge pull request #26308 from quinton-hoole/2016-05-25-uberentes-add-cluster-zone
...
Add zones and region to federation cluster API object status.
2016-05-27 13:23:46 -07:00
Euan Kemp
abbd0321b2
rkt: Use volumes from RunContainerOptions
...
This replaces the previous creation of mounts from the `volumeGetter`
with mounts provided via RunContainerOptions.
This is motivated by the fact that the latter has a more complete set of
mounts (e.g. the `/etc/hosts` one created in kubelet.go).
2016-05-27 13:11:47 -07:00
k8s-merge-robot
7fc2e16843
Merge pull request #26442 from mwielgus/reduce-ca-request
...
Automatic merge from submit-queue
Reduce cluster autoscaler request to fit into n1 master in e2e tests
cc: @piosz @fgrzadkowski @vulpecula
2016-05-27 13:11:13 -07:00
Wojciech Tyczynski
92fc59cacf
Speedup update_codecgen by precomputing dependencies.
2016-05-27 22:01:06 +02:00
Quinton Hoole
8fb3c81ac3
Add zones and region to federation cluster API object status.
2016-05-27 12:24:44 -07:00
Alex Robinson
b61ce0bc81
Merge pull request #26443 from ixdy/jenkins-build-only-if-new
...
Don't delete existing CI releases if pushing the same version
2016-05-27 12:15:59 -07:00
Jeff Grafton
7cafb1763c
Don't delete existing CI releases if pushing the same version.
2016-05-27 12:07:49 -07:00
Alex Robinson
4db3cc7e5e
Merge pull request #26396 from colhom/fix-federation-build
...
Fix docker load error in federation image push
2016-05-27 11:44:32 -07:00
Alex Robinson
bd0b94efe2
Merge pull request #26029 from luxas/mkdir_all
...
kubelet: Use MkdirAll instead of Mkdir
2016-05-27 11:40:01 -07:00
Alex Robinson
5773b64721
Merge pull request #22665 from rootfs/nfs-doc
...
better NFS example doc
2016-05-27 11:32:38 -07:00
Alex Robinson
804e36be26
Merge pull request #26157 from gmarek/poll
...
Remove unused POLL_SLEEP_INTERVAL
2016-05-27 11:30:41 -07:00
Alex Robinson
c0a91b17ba
Merge pull request #26072 from kubernetes/sttts-fix-e2e-kubectl-exec-log
...
Do not show command twice in e2e kubectl exec
2016-05-27 11:30:20 -07:00
Alex Robinson
b089c18c49
Merge pull request #25853 from spxtr/sync-e2e
...
Run setupProviderConfig in BeforeSuite.
2016-05-27 11:28:43 -07:00
Alex Robinson
aa4e182656
Merge pull request #26094 from mhrgoog/godeps_verify_echo
...
Godeps verify echo
2016-05-27 11:27:01 -07:00
Alex Robinson
789b69758e
Merge pull request #25688 from sjpotter/rkt_annotations
...
kubelet: Move common labels out of dockertools package
2016-05-27 11:26:31 -07:00
Alex Robinson
1ec7fd4e1e
Merge pull request #26174 from derekwaynecarr/enable_vagrant_accounting
...
Enable CPU and Memory accounting on vagrant cluster
2016-05-27 11:25:34 -07:00
Marcin
d6cba0165a
Reduce cluster autoscaler request to fit into n1 master in e2e tests
2016-05-27 20:25:25 +02:00
Alex Robinson
3ab6ac4d9e
Merge pull request #26348 from thockin/fix-godep-licenses
...
Simplify godep licenses logic
2016-05-27 11:07:00 -07:00
Marcin
e7c69f67f2
Remove debug from GCI cluster autoscaler setup function
2016-05-27 20:02:40 +02:00
Euan Kemp
93487867ac
kubenet: Update empty ip check
...
The previous check was incorrect because the `IP.String` method returns
`<nil>` and other non-empty-strings on error conditions.
2016-05-27 10:47:13 -07:00
Euan Kemp
c4b8959a75
kubenet: Reduce loglevel of spammy message
...
When no shaping is enabled, that warning would always be printed.
2016-05-27 10:47:12 -07:00
Euan Kemp
7e0b9bfa66
kubenet: Fix panic when teardown run before setup
...
Teardown can run before Setup when the kubelet is restarted... in that
case, the shaper was nil and thus calling the shaper resulted in a panic
This fixes that by ensuring the shaper is always set... +1 level of
indirection and all that.
2016-05-27 10:47:12 -07:00
Euan Kemp
2f5e738dc1
kubenet: Fix inconsistent cidr usage/parsing
...
Before this change, the podCIDRs map contained both cidrs and ips
depending on which code path entered a container into it.
Specifically, SetUpPod would enter a CIDR while GetPodNetworkStatus
would enter an IP.
This normalizes both of them to always enter just IP addresses.
This also removes the now-redundant cidr parsing that was used to get
the ip before
2016-05-27 10:47:12 -07:00
Phillip Wittrock
d051f0b7cd
Node e2e - Fix issue where error in scp is not return. Fixes #26435
2016-05-27 10:33:23 -07:00
Wojciech Tyczynski
be1b57100d
Change to NotReadyNetworking and use in scheduler
2016-05-27 19:32:49 +02:00
gmarek
7bdf480340
Node is NotReady until the Route is created
2016-05-27 19:29:51 +02:00
Alex Robinson
d2a45f0ba5
Merge pull request #24909 from pmorie/security-context-loc
...
Reduce LOC in security context tests
2016-05-27 10:27:55 -07:00
Euan Kemp
766eb6f0f7
kubenet: Fix bug where shaper.Reset wasn't called
...
The error check was inverse what it should have been, causing
shaper.Reset to only get called with invalid cidrs.
2016-05-27 10:20:43 -07:00