adamant-kite-43734
07/23/2023, 3:18 PMwide-garage-9465
07/24/2023, 10:13 AMK3D_FIX_DNS=1
if you have issues with DNS in the k3d cluster, yep.little-dress-13576
08/02/2023, 8:24 PMlittle-dress-13576
08/02/2023, 8:31 PMk3d cluster create --network host
, and after updating docker’s daemon.json and restarting it, finally it works: K3D_FIX_DNS
won’t work in this case.
{
"bip": ...,
"dns": ["dns_ip1"],
"dns-search": ["<http://mydomain.com|mydomain.com>"]
}
wide-garage-9465
08/03/2023, 4:33 AMlittle-dress-13576
08/03/2023, 4:42 AMwide-garage-9465
08/03/2023, 4:53 AMK3D_FIX_DNS
will do anything with --network=host
🤔handsome-salesclerk-54324
08/03/2023, 12:00 PM