k3s/pkg/kubelet/network
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
..
cni run hack/update-all 2017-06-22 11:31:03 -07:00
hairpin autogenerated 2017-04-14 10:40:57 -07:00
hostport run hack/update-all 2017-06-22 11:31:03 -07:00
kubenet Merge pull request #48091 from rpothier/kubenet-ipv6 2017-07-05 12:37:31 -07:00
testing run hack/update-all 2017-06-22 11:31:03 -07:00
BUILD run hack/update-all 2017-06-22 11:31:03 -07:00
OWNERS add OWNER file to kubelet/network 2017-02-24 11:41:13 -08:00
network.go Add network-plugin-mtu option for MTU selection 2016-08-23 01:50:58 -04:00
plugins.go kubelet: remove NET_PLUGIN_CAPABILITY_SHAPING 2017-06-30 11:51:22 -05:00