Weave Networking Issue

We set up a semi-large cluster which has worked without issue, so we thought, until recently.

Rancher version: 2.3.2
Environment: vSphere
OS: RancherOS

Many of the weave pods have been restarting, constantly with and I’m not certain the safest way to resolve this error which is on the majority of weave pods:

Network 10.42.0.0/16 overlaps with existing route 10.42.0.0/24 on host

We didn’t modify anything regarding the networks when launching, having this in the cluster.yaml

kube-api:
  always_pull_images: false
  pod_security_policy: false
  service_cluster_ip_range: 10.43.0.0/16
  service_node_port_range: 30000-32767
kube-controller:
  cluster_cidr: 10.42.0.0/16
  service_cluster_ip_range: 10.43.0.0/16
kubelet:
  fail_swap_on: false
kubeproxy: {}
scheduler: {}
  ssh_agent_auth: false