1. 20 Jul, 2018 2 commits
    • Yecheng Fu's avatar
      Test rescheduling on various events. · c868b5bc
      Yecheng Fu authored
      - Add resyncPeriod parameter for setupCluster to make resync period of
      scheduler configurable.
      - Add test case for static provisioning and delay binding storage class.
      Move pods into active queue on PV add/update events.
      - Add a stress test with scheduler resync to detect possible race
      conditions.
      c868b5bc
    • Yecheng Fu's avatar
      Retry scheduling on various events. · 8f037379
      Yecheng Fu authored
      8f037379
  2. 15 Jul, 2018 2 commits
  3. 14 Jul, 2018 8 commits
  4. 13 Jul, 2018 26 commits
  5. 12 Jul, 2018 2 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #66074 from rosti/print-default · 64eb0154
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 66136, 64999, 65425, 66120, 66074). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
      
      kubeadm: Printable default component configs
      
      **What this PR does / why we need it**:
      
      This PR makes default component configs printable via `kubeadm config print-default`.
      Component configs are not printed by default. You have to explicitly request
      that for concrete API objects via the `--api-objects` command line parameter.
      For a list of possible API objects use the help option.
      
      **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
      Refs kubernetes/kubeadm#963
      
      **Special notes for your reviewer**:
      /cc @kubernetes/sig-cluster-lifecycle-pr-reviews
      /area kubeadm
      /assign @luxas
      /assign @timothysc
      /kind feature
      
      **Release note**:
      
      ```release-note
      kubeadm: Default component configs are printable via kubeadm config print-default
      ```
      64eb0154
    • Kubernetes Submit Queue's avatar
      Merge pull request #66120 from CaoShuFeng/csr_deny · eb5fbfd4
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 66136, 64999, 65425, 66120, 66074). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
      
      optimize certificate cleaner
      
      No need to parse certificates for every conditions
      
      
      
      **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
      NONE
      ```
      eb5fbfd4