k3s/pkg/kubelet/network/kubenet
Kubernetes Submit Queue e14d9a7ffd Merge pull request #48091 from rpothier/kubenet-ipv6
Automatic merge from submit-queue (batch tested with PRs 45467, 48091, 48033, 48498)

Allow Kubenet with ipv6

When running kubenet with IPv6, there is a panic as there
is IPv4 specific code the Event function.
With this change, Event will support IPv4 and IPv6



**What this PR does / why we need it**:
This PR allows kubenet to use IPv6. Currently there is a panic in kubenet_linux.go
as there is IPv4 specific code.

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

**Special notes for your reviewer**:

**Release note**:

```release-note-NONE
```
2017-07-05 12:37:31 -07:00
..
BUILD run hack/update-all 2017-06-22 11:31:03 -07:00
kubenet.go kubenet: define KubenetPluginName for all platforms 2016-12-29 15:39:16 +08:00
kubenet_linux.go Merge pull request #48091 from rpothier/kubenet-ipv6 2017-07-05 12:37:31 -07:00
kubenet_linux_test.go Merge pull request #48091 from rpothier/kubenet-ipv6 2017-07-05 12:37:31 -07:00
kubenet_unsupported.go pass pod annotation to SetUpPod 2017-02-27 10:09:45 -08:00