If running Kind in a VM accessible via GS VPN (e.g. Neoedge), you must change the docker bridge network or it will set it to 172.18.0.0
which conflicts with our Gridscale VPN endpoint.
Set this in /etc/docker/daemon.json
{
"default-address-pools":[
{"base":"10.253.0.0/16","size":24}