1. 05 Aug, 2018 3 commits
  2. 25 Jul, 2018 1 commit
  3. 24 Jul, 2018 2 commits
  4. 21 Jul, 2018 3 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #66455 from nicksardo/automated-cherry-pick-of-#66400-upstream-release-1.10 · 1de34f08
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue.
      
      Automated cherry pick of #66400: Return correct error type and HTTP Status code for operation
      
      Cherry pick of #66400 on release-1.10.
      
      #66400: Return correct error type and HTTP Status code for operation
      1de34f08
    • Kubernetes Submit Queue's avatar
      Merge pull request #66169 from liggitt/patch-retry-1.10 · 631b7665
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue.
      
      Remove patch retry conflict detection
      
      Minimal backport of #63146
      Fixes #58002
      
      Fixes spurious patch errors for CRDs
      Fixes patch errors for nodes when the watch cache has a persistently stale version of an object
      
      ```release-note
      fixes spurious "meaningful conflict" error encountered by nodes attempting to update status, which could cause them to be considered unready
      ```
      631b7665
    • Kubernetes Submit Queue's avatar
      Merge pull request #66355 from… · 9beecb96
      Kubernetes Submit Queue authored
      Merge pull request #66355 from krunaljain/automated-cherry-pick-of-#66172-#66324-upstream-release-1.10
      
      Automatic merge from submit-queue.
      
      Automated cherry pick of #66172: Reverting commit #56600 as GCE PD is allocated in chunks of #66324: Fixing E2E tests for disk resizing
      
      Cherry pick of #66172 #66324 on release-1.10.
      
      #66172: Reverting commit #56600 as GCE PD is allocated in chunks of
      #66324: Fixing E2E tests for disk resizing
      
      ```release-note 
      none 
      ```
      9beecb96
  5. 20 Jul, 2018 5 commits
  6. 19 Jul, 2018 2 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #65529 from… · 49109522
      Kubernetes Submit Queue authored
      Merge pull request #65529 from jsafrane/automated-cherry-pick-of-#64882-#65323-upstream-release-1.10
      
      Automatic merge from submit-queue.
      
      Automated cherry pick of #64882: Fix UnmountDevice with deleted pod. #65323: Fix cleanup of volume metadata json file.
      
      Cherry pick of #64882 #65323 on release-1.10.
      
      #64882: Fix UnmountDevice with deleted pod.
      #65323: Fix cleanup of volume metadata json file.
      
      ```release-note
      Fixed cleanup of CSI metadata files.
      ```
      49109522
    • Krunal Jain's avatar
      Fixing E2E tests for disk resizing · 8c76a643
      Krunal Jain authored
      8c76a643
  7. 18 Jul, 2018 3 commits
  8. 17 Jul, 2018 1 commit
  9. 14 Jul, 2018 3 commits
  10. 13 Jul, 2018 6 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
    • Jordan Liggitt's avatar
      Remove patch retry conflict detection · d8cac182
      Jordan Liggitt authored
      Minimal backport of #63146
      
      Fixes spurious patch errors for CRDs
      Fixes patch errors for nodes when the watch cache has a persistently stale version of an object
      d8cac182
    • Jordan Liggitt's avatar
      Compare stateful set updates semantically · 59192c0b
      Jordan Liggitt authored
      59192c0b
    • 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
  11. 12 Jul, 2018 3 commits
  12. 11 Jul, 2018 4 commits
  13. 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
  14. 09 Jul, 2018 3 commits