Mirantis / virtlet

Kubernetes CRI implementation for running VM workloads
Apache License 2.0
739 stars 128 forks source link

K8S_ANNOT not recognized by multus cni plugin #891

Closed hemanthnakkina-zz closed 5 years ago

hemanthnakkina-zz commented 5 years ago

K8S_ANNOT option is only supported by CNI Genie but not by other CNI plugins like Multus. IgnoreUnknown option is not added to CNI call when pod id, name is missing because of which multus raise an unknwon option error.

This patch adds IgnoreUnknown option even when pod id and name are missing.

Fixes defect #890


This change is Reviewable

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

lukaszo commented 5 years ago

@hemanthnakkina thx for the patch