https://rancher.com/ logo
Title
v

victorious-mouse-54341

02/21/2023, 7:35 PM
I'm trying to set my server IP to a specific address (192.169.7.10), but it keeps auto assigning. I'm actually using k3d, but it looks like this piggybacks off of the k3s config. So I wanted to make sure that my k3s arg looked correct. I believe this should do it
--node-ip=192.169.7.10"
. My full k3d syntax (if it matters) is:
k3d cluster create doctorconsul --network doctorconsul_wan --api-port 127.0.0.1:6443 --k3s-arg="--disable=traefik@server:0" -p "8502:443@loadbalancer --node-ip=192.169.7.10"
If someone could confirm that the arg is correct in k3s, that will help me dig into k3d. Thanks!
c

creamy-pencil-82913

02/21/2023, 7:36 PM
-> #k3d
v

victorious-mouse-54341

02/21/2023, 7:37 PM
I put it in there too, but I figured I'd doublecheck the k3s part of it.