- 06 Jun, 2016 23 commits
-
-
Clayton Coleman authored
-
Clayton Coleman authored
-
Clayton Coleman authored
Also make generation more selective (require opt in) to prevent lots of unnecessary generated deep copies.
-
k8s-merge-robot authored
Automatic merge from submit-queue Add pwittrock to the kubectl OWNERS file []()
-
k8s-merge-robot authored
Automatic merge from submit-queue correction on rbd volume object and defaults - add `omitempty` to `RBDPool RadosUser Keyring SecretRef ReadOnly` - move defaults from `pkg/volume/rbd/rbd.go` to `pkg/api/v1/defaults.go` addressing #18885
-
k8s-merge-robot authored
Automatic merge from submit-queue Adding version.Info in apiserver.go Fixes #17176
-
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
-
Huamin Chen authored
Signed-off-by:Huamin Chen <hchen@redhat.com>
-
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
-
Peeyush Gupta authored
-
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 12 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
-