How to prevent NetworkManager from interfering with Kubernetes cluster networking interfaces

This document (000020017) is provided subject to the disclaimer at the end of this document.

Situation

Issue

NetworkManager can interfere with Kubernetes cluster networking, by attempting to manage interfaces created on cluster nodes by the CNI (Container Network Interface) plugin. This article details how to prevent NetworkManager from managing CNI interfaces, in clusters running with the Canal, Calico, Flannel or Weave CNI plugins.

Pre-requisites

Resolution

  1. Create the file /etc/NetworkManager/conf.d/cni.conf on each of the Linux nodes in the cluster, with the content below, depending upon the CNI plugin used:

    Canal:

    [keyfile]
    unmanaged-devices=interface-name:flannel.1;interface-name:cali*

    Calico:

    [keyfile]
    unmanaged-devices=interface-name:cali*;interface-name:tunl*;interface-name:vxlan.calico

    Flannel:

    [keyfile]
    unmanaged-devices=interface-name:flannel.1;interface-name:veth*;interface-name:cni0

    Weave:

    [keyfile]
    unmanaged-devices=interface-name:weave;interface-name:datapath;interface-name:veth*;interface-name:vxlan-*
  2. Restart the NetworkManager service:

    systemctl restart NetworkManager

Disclaimer

This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.

  • Document ID:000020017
  • Creation Date: 06-May-2021
  • Modified Date:06-May-2021
    • SUSE Rancher

< Back to Support Search

For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com

SUSE Support Forums

Get your questions answered by experienced Sys Ops or interact with other SUSE community experts.

Join Our Community

Support Resources

Learn how to get the most from the technical support you receive with your SUSE Subscription, Premium Support, Academic Program, or Partner Program.


SUSE Customer Support Quick Reference Guide SUSE Technical Support Handbook Update Advisories
Support FAQ

Open an Incident

Open an incident with SUSE Technical Support, manage your subscriptions, download patches, or manage user access.

Go to Customer Center