Docker network NAT HOST is missing on reboot

Hi, We have docker running on a kubernetes node. a couple of our nodes the network configuration NAT HOST is missing after the machine is rebooted.

I have to do a " docker network create -d nat host " to recreate the missing network configuration.

Is there a way to save this so I dont have to recreate the configuration after reboot each time?

thanks in advance