1. 12 Jul, 2017 2 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #44810 from FengyunPan/fix-Errorf · 8aaffb40
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 44412, 44810, 47130, 46017, 47829)
      
      Return clusterErr rather than err
      
      The updateClusterIngressUIDToMasters() should return clusterErr, not err.
      If the 'err' of 'masterCluster, masterUID, err := ic.getMasterCluster()' is nil and the 'clusterErr' of 'clusterObj, clusterErr := api.Scheme.DeepCopy(cluster)' is not nil, updateClusterIngressUIDToMasters() will return ("", nil).
      
      And do not log fallbackUID when fallbackUID is nil.
      8aaffb40
    • Kubernetes Submit Queue's avatar
      Merge pull request #44412 from StackPointCloud/recheck-pvc-phase · 3f1776e0
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 44412, 44810, 47130, 46017, 47829)
      
      recheck pod volumes before marking pod as processed
      
      This PR allows a pod's volumes to be re-checked until all are added correctly.  There's a limited amount of time when a persistent volume claim is still in the Pending phase, and if a pod is created in that time, the volume will not be added.  The issue is not uncommon with helm charts that create all objects in close succession, particularly when using aws-ebs volumes.
      
      fixes #28962
      3f1776e0
  2. 11 Jul, 2017 3 commits
  3. 10 Jul, 2017 4 commits
  4. 08 Jul, 2017 31 commits