1. 03 Dec, 2016 7 commits
    • Michael Adam's avatar
      06ad835e
    • Humble Chirammal's avatar
    • Michael Adam's avatar
      glusterfs: add MinMaxAllocator · 11a5e84a
      Michael Adam authored
      An allocator of integers that allows for changing the range.
      Previously allocated numbers are not lost, and can  be
      released later even if they have fallen outside of the range.
      Signed-off-by: 's avatarMichael Adam <obnox@redhat.com>
      11a5e84a
    • Kubernetes Submit Queue's avatar
      Merge pull request #37524 from vwfs/skip_etcd_checks_reset · 51458a0e
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 36263, 36755, 37357, 37222, 37524)
      
      kubeadm: Skip etcd related preflight checks and reset actions for external etcd
      
      **What this PR does / why we need it**:
      Skip etcd related preflight checks and reset actions for external etcd
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # https://github.com/kubernetes/kubeadm/issues/69#issuecomment-262988388
      
      **Special notes for your reviewer**:
      
      **Release note**:
      <!--  Steps to write your release note:
      1. Use the release-note-* labels to set the release note state (if you have access) 
      2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`. 
      -->
      ```release-note
      kubeadm: Skip etcd related preflight checks and reset actions for external etcd
      ```
      51458a0e
    • Kubernetes Submit Queue's avatar
      Merge pull request #37222 from kad/dyn-version · 1132d164
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 36263, 36755, 37357, 37222, 37524)
      
      kubeadm: Implement support for symbolic labels in --use-kubernetes-version
      
      **What this PR does / why we need it**: This patch adds "stable", "latest" and other labels as valid versions in "kubeadm init --use-kubernetes-version" flag.
      
      Now, defaults can be pointing to "stable" and users will always get
      latest available stable build of Kubernetes via kubeadm.
      There is no need anymore to hardcode version string inside kubeadm
      binary.
      
       It is also possible to use labels like "latest" or point to exact
       branch: "stable-1.4"
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
      
      **Special notes for your reviewer**:
      
      **Release note**:
      ```release-note
      - kubeadm init --use-kubernetes-version now understands "stable","latest", "stable-1.4" and other labels as valid version. It will fetch actual build number from release servers. 
      ```
      1132d164
    • Kubernetes Submit Queue's avatar
      Merge pull request #37357 from gmarek/profilinig · 4bc6e717
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 36263, 36755, 37357, 37222, 37524)
      
      Add flag to enable contention profiling in scheduler.
      
      ```release-note
      Add flag to enable contention profiling in scheduler.
      ```
      4bc6e717
    • Kubernetes Submit Queue's avatar
      Merge pull request #36755 from deads2k/cli-09-extend-impersonate · ee3289cc
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 36263, 36755, 37357, 37222, 37524)
      
      add other impersonation fields to transport
      
      Adds the group and extra fields to the impersation options in a rest and transport config.
      
      @kubernetes/sig-auth
      ee3289cc
  2. 02 Dec, 2016 33 commits