1. 25 Dec, 2017 6 commits
    • Di Xu's avatar
      some code change · 1c715d51
      Di Xu authored
      fix wrong required flags
      
      disable the addition of [flags] to the usage, use customized useline
      
      fix function rename
      1c715d51
    • Di Xu's avatar
      bump pflag · 6c54ec59
      Di Xu authored
      6c54ec59
    • Di Xu's avatar
      ddf97084
    • Kubernetes Submit Queue's avatar
      Merge pull request #57543 from feiskyer/vmss-cache · b047e8ea
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 57502, 57543). 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>.
      
      Support multiple scale sets in Azure cloud provider
      
      **What this PR does / why we need it**:
      
      This PR adds multiple scale sets support in Azure cloud provider.
      
      **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
      Continue of #43287.
      
      **Special notes for your reviewer**:
      
      - Adds a local cache of basic scale sets information
      - Update the cache when new nodes are not found or periodically
      - Since azure doesn't support getting the scale set which contains the node, the cache is updated via listing all scale sets and their virtual machines
      
      **Release note**:
      
      ```release-note
      Support multiple scale sets in Azure cloud provider.
      ```
      
      /assign @brendandburns @andyzhangx
      b047e8ea
    • Kubernetes Submit Queue's avatar
      Merge pull request #57502 from tanshanshan/scheduler-NominatedNode · ff23474c
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue. 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>.
      
      Rename the annotation key for nominated pods to "scheduler.kubernetes.io/nominated-node-name"
      
      **What this PR does / why we need it**:
      Rename the annotation key for nominated pods to "scheduler.kubernetes.io/nominated-node-name"
      
      **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
      
      part of #57471
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      
      ```
      ff23474c
    • Pengfei Ni's avatar
      Support multiple scale sets in same cluster · c07ab680
      Pengfei Ni authored
      c07ab680
  2. 23 Dec, 2017 14 commits
  3. 22 Dec, 2017 20 commits