1. 14 Jul, 2018 2 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #65999 from jingax10/release-1.10 · 9c2c0d27
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue.
      
      Backport Calico related fixes to release 1.10
      
      **What this PR does / why we need it**:
      We need to run Calico 3.0+ on GCP and we need to customize MTU when Calico CNI is used on GCP.
      
      **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
      Fixes #65045 #65067
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      "NONE"
      ```
      9c2c0d27
    • Kubernetes Submit Queue's avatar
      Merge pull request #66096 from feiskyer/automated-cherry-pick-of-#63268-upstream-release-1.10 · c838d0ac
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue.
      
      Automated cherry pick of #63268: Make kubelet `ReadLogs` backward compatible.
      
      Cherry pick of #63268 on release-1.10.
      
      #63268: Make kubelet `ReadLogs` backward compatible.
      
      ```release-note
      Make kubelet ReadLogs backward compatible.
      ```
      c838d0ac
  2. 13 Jul, 2018 4 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #66089 from Random-Liu/automated-cherry-pick-of-#62743-upstream-release-1.10 · f7f48f22
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue.
      
      Automated cherry pick of #62743: Fix NPD preload.
      
      Cherry pick of #62743 on release-1.10.
      
      #62743: Fix NPD preload.
      
      We need to cherry-pick this because node startup time on GCE slows down for 10 seconds without this. /cc @MaciekPytel 
      
      @yujuhong @mwielgus
      f7f48f22
    • Kubernetes Submit Queue's avatar
      Merge pull request #65957 from andyzhangx/automated-cherry-pick-of-#64957-upstream-release-1.10 · dd82356b
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue.
      
      Automated cherry pick of #64957: set EnableHTTPSTrafficOnly in storageAccount creation
      
      Cherry pick of #64957 on release-1.10.
      
      #64957: set EnableHTTPSTrafficOnly in storageAccount creation
      dd82356b
    • Kubernetes Submit Queue's avatar
      Merge pull request #66035 from krunaljain/automated-cherry-pick-of-#65499-upstream-release-1.10 · 0862ebdd
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue.
      
      Automated cherry pick of #65499: Removes defaulting of CSI fsType to ext4
      
      Cherry pick of #65499 on release-1.10.
      
      #65499: Removes defaulting of CSI fsType to ext4
      0862ebdd
    • Kubernetes Submit Queue's avatar
      Merge pull request #64931 from dghubble/automated-cherry-pick-of-#61613-upstream-release-1.10 · 93a2e8a4
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue.
      
      Ensure /etc/hosts has a header always - Fix conformance test
      
      We have 2 scenarios where we copy /etc/hosts
      - with host network (we just copy the /etc/hosts from node)
      - without host network (create a fresh /etc/hosts from pod info)
      
      We are having trouble figuring out whether a /etc/hosts in a
      pod/container has been "fixed-up" or not. And whether we used
      host network or a fresh /etc/hosts in the various ways we start
      up the tests which are:
      
      - VM/box against a remote cluster
      - As a container inside the k8s cluster
      - DIND scenario in CI where test runs inside a managed container
      
      Please see previous mis-guided attempt to fix this problem at
      ba20e634 In this commit we revert
      the code from there as well.
      
      So we should make sure:
      - we always add a header if we touched the file
      - we add slightly different headers so we can figure out if we used the
        host network or not.
      
      Update the test case to inject /etc/hosts from node to another path
      (/etc/hosts-original) as well and use that to compare.
      
      
      
      **What this PR does / why we need it**:
      
      **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
      Fixes #
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      Rework Kubelet set `/etc/hosts` behavior to fix conformance testability
      ```
      93a2e8a4
  3. 12 Jul, 2018 3 commits
  4. 11 Jul, 2018 4 commits
  5. 10 Jul, 2018 1 commit
    • Kubernetes Submit Queue's avatar
      Merge pull request #65916 from xmudrii/release-1.10-ignored-res · f7ef7a26
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue.
      
      [1.10] gc: remove crd and apiservice from ignored resources
      
      Fixes #65818
      
      This PR cherry-picks CRD and APIService removal from GC ignored resources, from #65856 and #65915.
      
      **Release note**:
      ```release-note
      The garbage collector now supports CustomResourceDefinitions and APIServices.
      ```
      
      /cc @nikhita @liggitt 
      /sig api-machinery
      /kind bug
      /priority important-soon
      f7ef7a26
  6. 09 Jul, 2018 6 commits
  7. 07 Jul, 2018 1 commit
  8. 06 Jul, 2018 2 commits
  9. 05 Jul, 2018 2 commits
  10. 04 Jul, 2018 7 commits
  11. 03 Jul, 2018 3 commits
  12. 02 Jul, 2018 5 commits