Flannel Virtual Networks

If you are using Flannel with a container environment on your network, you may need to change its default IP address ranges if they conflict with other addresses on your network. This can only be done one time during the first installation. You do this by running the bootstrap command.

The address range is 10.244.0.0/16. NetQ overrides the original Flannel default, which is 10.1.0.0/16.

To change the default address range, use the bootstrap CLI with the pod-ip-range option. For example:

{{- if eq (.Get "version") "3.2.1" -}}
cumulus@hostname:~$ netq bootstrap master interface eth0 tarball /mnt/installables/netq-bootstrap-3.2.0.tgz pod-ip-range 10.255.0.0/16
{{ end }} {{- if eq (.Get "version") "3.3.0" -}}
cumulus@hostname:~$ netq bootstrap master interface eth0 tarball /mnt/installables/netq-bootstrap-3.3.0.tgz pod-ip-range 10.255.0.0/16
{{ end }} {{- if eq (.Get "version") "3.3.1" -}}
cumulus@hostname:~$ netq bootstrap master interface eth0 tarball /mnt/installables/netq-bootstrap-3.3.1.tgz pod-ip-range 10.255.0.0/16
{{ end }} Docker Default Bridge Interface

The default Docker bridge interface is disabled in NetQ. If you need to re-enable the interface, contact support.