kubernetes/pkg/kubelet/network
k8s-merge-robot 64da66bab4 Merge pull request #24983 from Arvinderpal/cni_args_ignoreunknown
Automatic merge from submit-queue

Sets IgnoreUnknown=1 in CNI_ARGS

```release-note
release-note-none
```

K8 uses CNI_ARGS to pass pod namespace, name and infra container
id to the CNI network plugin. CNI logic will throw an error
if these args are not known to it, unless the user specifies
IgnoreUnknown as part of CNI_ARGS. This PR sets IgnoreUnknown=1
to prevent the CNI logic from erroring and blocking pod setup.
https://github.com/appc/cni/pull/158
https://github.com/appc/cni/issues/126
2016-06-11 05:38:30 -07:00
..
cni Merge pull request #24983 from Arvinderpal/cni_args_ignoreunknown 2016-06-11 05:38:30 -07:00
exec kubenet masqurade for outbound traffic 2016-06-09 18:43:34 -07:00
hairpin Allow using netns path instead of container PID to change hairpin mode 2016-05-18 09:25:42 -05:00
kubenet Merge pull request #27141 from freehan/hpfix 2016-06-09 22:08:10 -07:00
mock_network kubenet masqurade for outbound traffic 2016-06-09 18:43:34 -07:00
testing Move test-only files to test-only packages 2016-03-01 09:11:32 -08:00
network.go Use the default interface for reporting network stats. 2016-03-01 16:17:04 -08:00
plugins_test.go kubenet masqurade for outbound traffic 2016-06-09 18:43:34 -07:00
plugins.go kubenet masqurade for outbound traffic 2016-06-09 18:43:34 -07:00