1. 04 Oct, 2018 3 commits
  2. 22 Sep, 2018 11 commits
  3. 20 Sep, 2018 17 commits
  4. 07 Sep, 2018 1 commit
  5. 25 Jul, 2018 1 commit
  6. 24 Jul, 2018 2 commits
  7. 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
  8. 20 Jul, 2018 2 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #64900 from andyzhangx/automated-cherry-pick-of-#63272-upstream-release-1.10 · bffb7eff
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue.
      
      Automated cherry pick of #63272: fix IsLikelyNotMountPoint func on Windows
      
      Cherry pick of #63272 on release-1.10.
      
      #63272: fix IsLikelyNotMountPoint func on Windows
      bffb7eff
    • Joe Julian's avatar
      extend timeout to workaround slow arm64 math · 05876fa6
      Joe Julian authored
      The math/big functions are slow on arm64. There is improvement coming
      with go1.11 but in the mean time if a server uses rsa certificates on
      arm64, the math load for the multitude of watches over taxes the ability
      of the processor and the TLS connections time out. Retries will also not
      succeed and serve to exacerbate the problem.
      
      By extending the timeout, the TLS connections will eventually be
      successful and the load will drop.
      
      Fixes #64649
      05876fa6