k3s/pkg/controller/node
Kubernetes Submit Queue 9ed5d380aa
Merge pull request #45792 from rpothier/cidr_allocator_ipv6
Automatic merge from submit-queue (batch tested with PRs 46946, 45792). 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>.

Updating NewCIDRSet return a value

**What this PR does / why we need it**:
Updating NewCIDRSet return value
    
For IPv6, NewCIDRSet was updated to return an error if the subnet mask size
is too big. In this case, NewCIDRSet will fail and return an error.



**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #52348

**Special notes for your reviewer**:


**Release note**:

```release-note
```
2017-11-09 11:27:48 -08:00
..
ipam Updating NewCIDRSet return value 2017-10-27 13:52:12 -04:00
scheduler Update generated files 2017-11-09 12:14:08 +01:00
util Update generated files 2017-11-09 12:14:08 +01:00
BUILD Removed compatibality code for kubelet 1.2. 2017-10-24 09:05:50 +08:00
OWNERS Volunteer to be reviewer of NodeController. 2017-10-23 06:30:01 -05:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
metrics.go (ALPHA GCP FEATURE) Add IPAM controller 2017-09-01 12:58:40 -07:00
node_controller.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
nodecontroller_test.go cleaning node controller from code that ensures backward compatibility for unsupported versions 2017-10-10 19:15:40 +02:00