- 06 Jun, 2016 15 commits
-
-
k8s-merge-robot authored
Automatic merge from submit-queue Mark runtime conformance tests as flaky and not run them in jenkins CI. For #26809 @pwittrock As discussed offline, marking runtime tests as flaky for now. I'm not sure if those tests are required. Testing docker in every Kubernetes PR is un-necessary. These tests can be run periodically in a separate CI. AFAIK, these tests don't seem to exercise any kube features.
-
Dawn Chen authored
Bump GCE debian image to container-v1-3-v20160604
-
k8s-merge-robot authored
Automatic merge from submit-queue Upload build-log.txt if it exists. Companion to https://github.com/kubernetes/test-infra/pull/112.
-
k8s-merge-robot authored
Automatic merge from submit-queue Option to enable http2 on client connections. Addresses #21081 Enables http2 connection by default. before: ``` Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:10248 0.0.0.0:* LISTEN 21868/kubelet tcp 0 0 127.0.0.1:10249 0.0.0.0:* LISTEN 21924/kube-proxy tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 754/sshd tcp 0 0 192.2.5.12:47080 192.2.5.11:443 ESTABLISHED 21924/kube-proxy tcp 0 0 192.2.5.12:47082 192.2.5.11:443 ESTABLISHED 21924/kube-proxy tcp 0 0 192.2.5.12:55776 169.254.169.254:80 ESTABLISHED 21868/kubelet tcp 0 304 192.2.5.12:22 192.2.5.10:49978 ESTABLISHED 22287/sshd: root [p tcp 0 0 192.2.5.12:34568 192.2.5.11:2379 ESTABLISHED 3029/flanneld tcp 0 0 192.2.5.12:55774 169.254.169.254:80 ESTABLISHED 21868/kubelet tcp 0 0 192.2.5.12:47086 192.2.5.11:443 ESTABLISHED 21924/kube-proxy tcp 0 0 192.2.5.12:47102 192.2.5.11:443 ESTABLISHED 21868/kubelet tcp 0 0 192.2.5.12:47108 192.2.5.11:443 ESTABLISHED 21868/kubelet tcp 0 0 192.2.5.12:55772 169.254.169.254:80 ESTABLISHED 21868/kubelet tcp 0 0 192.2.5.12:47104 192.2.5.11:443 ESTABLISHED 21868/kubelet tcp 0 0 192.2.5.12:34718 192.2.5.11:2379 ESTABLISHED 3029/flanneld tcp 0 0 192.2.5.12:47110 192.2.5.11:443 ESTABLISHED 21868/kubelet tcp 0 0 192.2.5.12:47106 192.2.5.11:443 ESTABLISHED 21868/kubelet tcp 0 0 192.2.5.12:47084 192.2.5.11:443 ESTABLISHED 21924/kube-proxy tcp6 0 0 :::4194 :::* LISTEN 21868/kubelet tcp6 0 0 :::10250 :::* LISTEN 21868/kubelet tcp6 0 0 :::10255 :::* LISTEN 21868/kubelet tcp6 0 0 :::22 :::* LISTEN 754/sshd tcp6 0 0 192.2.5.12:10255 192.2.5.15:41570 ESTABLISHED 21868/kubelet udp 0 0 0.0.0.0:8472 0.0.0.0:* - udp 0 0 0.0.0.0:22824 0.0.0.0:* 600/dhclient udp 0 0 0.0.0.0:68 0.0.0.0:* 600/dhclient udp6 0 0 :::4195 :::* 600/dhclient ``` after ``` Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:10248 0.0.0.0:* LISTEN 16962/kubelet tcp 0 0 127.0.0.1:10249 0.0.0.0:* LISTEN 17024/kube-proxy tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 754/sshd tcp 0 0 192.2.5.12:47046 192.2.5.11:443 ESTABLISHED 17024/kube-proxy tcp 0 0 192.2.5.12:47052 192.2.5.11:443 ESTABLISHED 16962/kubelet tcp 0 0 192.2.5.12:34568 192.2.5.11:2379 ESTABLISHED 3029/flanneld tcp 0 0 192.2.5.12:55720 169.254.169.254:80 ESTABLISHED 16962/kubelet tcp 0 0 192.2.5.12:55724 169.254.169.254:80 ESTABLISHED 16962/kubelet tcp 0 0 192.2.5.12:34718 192.2.5.11:2379 ESTABLISHED 3029/flanneld tcp 0 0 192.2.5.12:55726 169.254.169.254:80 ESTABLISHED 16962/kubelet tcp 0 304 192.2.5.12:22 192.2.5.10:49938 ESTABLISHED 17653/sshd: root [p tcp6 0 0 :::4194 :::* LISTEN 16962/kubelet tcp6 0 0 :::10250 :::* LISTEN 16962/kubelet tcp6 0 0 :::10255 :::* LISTEN 16962/kubelet tcp6 0 0 :::22 :::* LISTEN 754/sshd tcp6 0 0 192.2.5.12:10255 192.2.5.15:41472 ESTABLISHED 16962/kubelet udp 0 0 0.0.0.0:8472 0.0.0.0:* - udp 0 0 0.0.0.0:22824 0.0.0.0:* 600/dhclient udp 0 0 0.0.0.0:68 0.0.0.0:* 600/dhclient udp6 0 0 :::4195 :::* 600/dhclient ``` /cc @jeremyeder
-
k8s-merge-robot authored
Automatic merge from submit-queue Cluster autoscaling e2e tests cleanup cc: @piosz @jszczepkowski
-
Marcin Wielgus authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Fixed cleaun-up after cluster autoscaling e2e tests. []() Fixed cleaun-up after cluster autoscaling e2e tests.
-
k8s-merge-robot authored
Automatic merge from submit-queue Increase cluster size by 2 in scale down e2e test to bypass Heapster nanny issues cc: @piosz @fgrzadkowski
-
Jerzy Szczepkowski authored
Fixed cleaun-up after cluster autoscaling e2e tests.
-
k8s-merge-robot authored
Automatic merge from submit-queue Add local/util.sh
-
Marcin Wielgus authored
-
Guohua Ouyang authored
Fix #25452
-
k8s-merge-robot authored
Automatic merge from submit-queue Cleanup systemd related shell out calls with API calls Replace `systemctl --version` and `systemctl reset-failed` with API calls. Also bumped go-systemd, which is necessary for the change. cc @euank @philip @kubernetes/sig-node
-
Yifan Gu authored
-
Yifan Gu authored
Replace shell out calls with dbus API calls. Remove unused 'Reload()'.
-
- 05 Jun, 2016 5 commits
-
-
David Oppenheimer authored
remove podmaster from high availability example configs
-
k8s-merge-robot authored
Automatic merge from submit-queue kubectl get ingress output remove rules fixes #22837 @bprashanth ptal. Now the output is: ``` [tony@localhost kubernetes]$ kubectl get ingress NAME RULE BACKEND ADDRESS AGE test - 5s [tony@localhost kubernetes]$ kubectl get ingress --output=wide NAME RULE BACKEND ADDRESS AGE test - 9s [tony@localhost kubernetes]$ kubectl describe ingress test Name: test Namespace: default Address: Default backend: default-http-backend:80 (<none>) Rules: Host Path Backends ---- ---- -------- foo.bar.com /foo s1:80 (<none>) /bar s2:80 (<none>) zoo.bar.com /foo s1:80 (<none>) /bar s2:80 (<none>) Annotations: No events. ``` The `get` output is more clean. -
Zach Loafman authored
Includes Docker 1.11.2 Wait for enough results from http://kubekins.dls.corp.google.com/job/kubernetes-e2e-gce-container-vm/ before merging. c.f. https://github.com/kubernetes/test-infra/pull/116
-
AdoHe authored
-
k8s-merge-robot authored
Automatic merge from submit-queue AWS kube-up: Remove SecurityContextDeny admission controller (to mirror GCE) This PR allows the user to tune the ADMISSION_CONTROL options for AWS environments (much like local-up-cluser.sh). The main impetus is to allow users to exclude the SecurityContextDeny admission controller which causes e2e AWS based tests to fail with `pod.Spec.SecurityContext.SELinuxOptions is forbidden`. Now AWS e2e tests are happy and can actually go green.
-
- 04 Jun, 2016 20 commits
-
-
k8s-merge-robot authored
Automatic merge from submit-queue Add ListOptions to RBAC group []() Otherwise clientset complains about unregistered kind when ListOptions are passed.
-
Josh Ellithorpe authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Fix third party Fixes https://github.com/kubernetes/kubernetes/issues/25421 Fixes https://github.com/kubernetes/kubernetes/issues/25422 @AdoHe @sjenning @caesarxuchao @lavalamp @kubernetes/sig-api-machinery []()
-
k8s-merge-robot authored
Automatic merge from submit-queue Node e2e use vendored testing packages. []()
-
k8s-merge-robot authored
Automatic merge from submit-queue update ingress describe output refer #26684 for more detail. @bprashanth ptal.
-
Oleg Shaldybin authored
Otherwise clientset complains about unregistered kind when options are passed.
-
k8s-merge-robot authored
Automatic merge from submit-queue Re-enable node problem detector by default Re-enable node problem detector started in gce cluster by default. For now, in the master node, the node problem detector will be started and do nothing (see https://github.com/kubernetes/node-problem-detector/pull/13). But in fact, in my test cluster, the master has no extra cpu to run the node problem detector, so node problem detector is started on all nodes except master, which is what we want but not expected... @dchen1107 /cc @kubernetes/sig-node /cc @andyzheng0831 for the gci script change. []()
-
k8s-merge-robot authored
Automatic merge from submit-queue Fix node e2e image pulling retry logic
-
k8s-merge-robot authored
Automatic merge from submit-queue Fixing logic to generate ExternalHost in genericapiserver @ncdc pointed it out (https://kubernetes.slack.com/archives/sig-api-machinery/p1464974528000139) that lines 305 and 306 dont match. We should be using ReadWritePort instead of ServiceReadWritePort in line 306. https://github.com/kubernetes/kubernetes/pull/20626 seems to be the culprit PR.
-
k8s-merge-robot authored
Automatic merge from submit-queue Expose printer utils that append labels So that it can be reused downstream. @smarterclayton []()
-
k8s-merge-robot authored
Automatic merge from submit-queue Don't run fluentd-es on GCI masters It isn't run on containervm masters. It can't do anything on the master because the master doesn't have kube-proxy running to enable fluentd to talk to the elasticsearch service. @andyzheng0831
-
k8s-merge-robot authored
Automatic merge from submit-queue Add collection of the new glbc and cluster-autoscaler logs I've incremented the version numbers by 2 to avoid conflicting with #26652. I'll make sure the potential conflict between the images gets resolved reasonably. cc @piosz @bprashanth @aledbf
-
k8s-merge-robot authored
Automatic merge from submit-queue Set Dashboard UI version to v1.1.0-beta2 This is our second beta. Next will come weekly till we reach final v1.1 version. https://github.com/kubernetes/dashboard/releases/tag/v1.1.0-beta2 []()
-
k8s-merge-robot authored
Automatic merge from submit-queue Improved check in shouldn't increase cluster size e2e test. []() Improved check in shouldn't increase cluster size e2e test.
-
k8s-merge-robot authored
Automatic merge from submit-queue rkt: Wrap exec errors as utilexec.ExitError This is needed by the exec prober to distinguish error types and exit codes correctly. Without this, the exec prober used for liveness probes doesn't identify errors correctly and restarts aren't triggered. Fixes #26456 An alternative, and preferable solution would be to use utilexec everywhere, but that change is much more involved and should come at a later date. Unfortunately, until that change is made, writing tests for this is quite difficult. cc @yifan-gu @sjpotter
-
k8s-merge-robot authored
Automatic merge from submit-queue Fix the problem in building hyperkube for 3rd party registry Minor bugfix. fixes #26620 []()
-
k8s-merge-robot authored
Automatic merge from submit-queue Update Node e2e Core OS image to run systemd with CPU & Memory accounting enabled by default cc @derekwaynecarr For #26289
-
k8s-merge-robot authored
Automatic merge from submit-queue Update kubectl describe pod to use pod level qos Fixes https://github.com/kubernetes/kubernetes/issues/26374 /cc @vishh
-
AdoHe authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Fixes 25890 flake. Let GC convert ListOptions to v1 before passing it to the dynamic client GC's ListWatcher directly passed the api.ListOptions to the dynamic client, but the parameter codec of dynamic client converts the options to queries based on the tags in the struct, which are not present in api.ListOptions, so the queries are not sent to the server. As a result, the Watch request was sent without a resourceVersion, causing missed events. Flake #25890 is caused by the missed deletion events. This PR converts the api.ListOptions to v1.ListOptions before the GC passes it to the dynamic codec. The flaky test has successfully passed 79 times ([log](https://00e9e64bacd064560a027fbee9c5a373a1614f3a56e652ae40-apidata.googleusercontent.com/download/storage/v1_internal/b/kubernetes-jenkins/o/pr-logs%2Fpull%2F25923%2Fkubernetes-pull-test-unit-integration%2F28364%2Fbuild-log.txt?qk=AD5uMEv72OjSUqDyk5i-ZLurcmM4i7gket1c7WaqR7yuIYz7WhPYT7ewVBafijV0ymnPTYqxRYt1kp6S9YQv7chPwC-3UtrKetKfhYnvAFrPGXAIBxHytTmpFohRAYgsARN1B6j1f9vyK5lM-8jyzRGhCK3sCRsAPnbDBWIWFlbH4b1n3vUET3P71QamHrF5itYyaqRU5pMZV3Cwwr81X8q7h5hCzm3Ip78RpMzfjEqTG0RcM2TLGccUrlkWVBLh4hn0NFpUIkzVFugFA5ooJffo-0AdJnO3mGWEOnXNVFWftJbK8cKnTns0DISrYFOyH_PlOe_YHCxgIXIT-dW8G-nbqoUjn5SBqunr36rcpaYCIwe2va4W_AcLCT43xiEAezRER_U9AuIqi_22KMd6SuHTyljhmWFPvPk8-gpjthLWXhcE7LPO5dV41hnZHnbI4n_9eI1nSVm7q9XdSvX1sWKV1GCwn8oj017AnxVvl9bScultko_0dTC747UqJ6UTFakLuFcHFe-F5Tz7ItDWlBVPoXeC7gTpyuicFKLsdqGlW9F5X6kIwNrBRj9uRsS-QuzSER-fVkQCn4dUTcokttRH_0bYvyfr9oqiDXmywMgOp-L0sKayk8JOVynh2q0Tju9sdkvFr0PxoAjhofomfIC1SZ_JkOzwAT1TUW8dLjPHluMct34xW_-qna1AmkoxM4bZQLhllap96NTC-0IdtzeKDrTul8p7u3WXSJjjEMSijibTNMlnkB0AluT1_RNO94OnzuFv4YlcV24FPhJzchhbyKREkOb_wzgcnSbRwGHjIcfRgkX-IzoXHVBcMYFUrPmsXrnRcfad4XwjkUOgvivkURW2_EwnzgrLDh-IKek51_0FpT1MnFCSG0gQbVSs_iMVPr6UXNAw62LGbKVtl3ZMXyapEpcO8azNbn6Wvd550R704JXxYlU)). @lavalamp @krousey @smarterclayton
-