1. 06 Jun, 2016 15 commits
    • k8s-merge-robot's avatar
      Merge pull request #26811 from vishh/26809 · 015bc3d6
      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.
      015bc3d6
    • Dawn Chen's avatar
      Merge pull request #26851 from zmerlynn/container-v1-3-v20160604 · 3acf04dd
      Dawn Chen authored
      Bump GCE debian image to container-v1-3-v20160604
      3acf04dd
    • k8s-merge-robot's avatar
      Merge pull request #26812 from spxtr/redirect · b6b079b1
      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.
      b6b079b1
    • k8s-merge-robot's avatar
      Merge pull request #25280 from timothysc/http2_clients · 2cc0f2f0
      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 
      2cc0f2f0
    • k8s-merge-robot's avatar
      Merge pull request #26893 from mwielgus/ca-test-2 · fd2dee88
      k8s-merge-robot authored
      Automatic merge from submit-queue
      
      Cluster autoscaling e2e tests cleanup
      
      cc: @piosz @jszczepkowski 
      fd2dee88
    • Marcin Wielgus's avatar
      Cluster autoscaling e2e tests cleanup · 2b30eda8
      Marcin Wielgus authored
      2b30eda8
    • k8s-merge-robot's avatar
      Merge pull request #26881 from jszczepkowski/kac-tests-cleanup · 6ecfb4c8
      k8s-merge-robot authored
      Automatic merge from submit-queue
      
      Fixed cleaun-up after cluster autoscaling e2e tests.
      
      [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
      
      Fixed cleaun-up after cluster autoscaling e2e tests.
      6ecfb4c8
    • k8s-merge-robot's avatar
      Merge pull request #26878 from mwielgus/scale-down-2 · 9c7dd2a2
      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 
      9c7dd2a2
    • Jerzy Szczepkowski's avatar
      Fixed cleaun-up after cluster autoscaling e2e tests. · 3506280d
      Jerzy Szczepkowski authored
      Fixed cleaun-up after cluster autoscaling e2e tests.
      3506280d
    • k8s-merge-robot's avatar
      Merge pull request #25454 from gouyang/add_local_util_tool · fc11ca60
      k8s-merge-robot authored
      Automatic merge from submit-queue
      
      Add local/util.sh
      fc11ca60
    • Marcin Wielgus's avatar
    • Guohua Ouyang's avatar
      Add local/util.sh · 0970bbf7
      Guohua Ouyang authored
      Fix #25452
      0970bbf7
    • k8s-merge-robot's avatar
      Merge pull request #25214 from yifan-gu/replace_resetfailed · 6460b341
      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 
      6460b341
    • Yifan Gu's avatar
      Godeps: Bump go-systemd, add coreos/pkg/dlopen. · a16f015a
      Yifan Gu authored
      a16f015a
    • Yifan Gu's avatar
      rkt: Refactor the systemd interface. · 3699b70b
      Yifan Gu authored
      Replace shell out calls with dbus API calls.
      Remove unused 'Reload()'.
      3699b70b
  2. 05 Jun, 2016 5 commits
  3. 04 Jun, 2016 20 commits