![]() 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 |
||
---|---|---|
.. | ||
cni | ||
exec | ||
hairpin | ||
kubenet | ||
mock_network | ||
testing | ||
network.go | ||
plugins_test.go | ||
plugins.go |