1. 11 Apr, 2017 2 commits
    • Bowei Du's avatar
      Adds support for PodCIDR allocation from the GCE cloud provider · f61590c2
      Bowei Du authored
      If CIDRAllocatorType is set to `CloudCIDRAllocator`, then allocation
      of CIDR allocation instead is done by the external cloud provider and
      the node controller is only responsible for reflecting the allocation
      into the node spec.
      
      - Splits off the rangeAllocator from the cidr_allocator.go file.
      - Adds cloudCIDRAllocator, which is used when the cloud provider allocates
        the CIDR ranges externally. (GCE support only)
      - Updates RBAC permission for node controller to include PATCH
      f61590c2
    • Bowei Du's avatar
      Add KUBE_GCE_ENABLE_IP_ALIASES flag to the cluster turn up scripts. · 345c6584
      Bowei Du authored
      KUBE_GCE_ENABLE_IP_ALIASES=true will enable allocation of PodCIDR ips
      using the ip alias mechanism rather than using routes.
      
      NODE_IP_RANGE will control the node instance IP cidr
      KUBE_GCE_IP_ALIAS_SIZE controls the size of each podCIDR
      IP_ALIAS_SUBNETWORK controls the name of the subnet created for the cluster
      345c6584
  2. 10 Apr, 2017 22 commits
  3. 09 Apr, 2017 3 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #43136 from shashidharatd/kubectl-tests · eed7d112
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      [Federation] Fix Running service controller in federation kubectl tests
      
      Fixes:  #42607
      
      cc @nikhiljindal @kubernetes/sig-federation-bugs
      eed7d112
    • Kubernetes Submit Queue's avatar
      Merge pull request #44244 from kargakis/fix-kubeadm-help · 84e2c636
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      kubeadm: grammatical fixes in join help
      84e2c636
    • Kubernetes Submit Queue's avatar
      Merge pull request #43892 from bsalamat/sched_conf1 · 6e3bd081
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Scheduler can recieve its policy configuration from a ConfigMap
      
      **What this PR does / why we need it**: This PR adds the ability to scheduler to receive its policy configuration from a ConfigMap. Before this, scheduler could receive its policy config only from a file. The logic to watch the ConfigMap object will be added in a subsequent PR.
      
      **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**:
      
      ```Add the ability to the default scheduler to receive its policy configuration from a ConfigMap object.
      ```
      6e3bd081
  4. 08 Apr, 2017 13 commits