This message was deleted.
# rancher-desktop
a
This message was deleted.
m
Hi Robert. Did you have a question about provisioning along with the ingress setup? As for the ingress setup, to confirm, did you disable Traefik first? We have steps on setting up an NGINX controller in our docs here: https://docs.rancherdesktop.io/how-to-guides/setup-NGINX-Ingress-Controller but I'm curious what's you've tried so far and what errors you're seeing.
s
I love the comfort with rancher desktop having everything on hand with one application. So I would like to keep using traefik. The only thing I want to change is the ip address of the ingress. And I thougt I could use a provisioning script. https://docs.rancherdesktop.io/how-to-guides/provisioning-scripts/ But I have no clue how to achieve that on windows. The documentation gives not so much help in that case.
c
Hi Robert, we have a settings for that and you can do this via
rdctl
command.
Copy code
--kubernetes.ingress.localhost-only                bind services to 127.0.0.1 instead of 0.0.0.0
e.g you can do something like
rdctl set --kubernetes.ingress.localhost-only=false
, please note that, the options are either using
127.0.0.1
or
0.0.0.0
which allows you to attach to all the available IP addresses on your system. It doesn’t really allow you to specify an IP address.
s
Thank you Nino for your answer. Could you please tell me how to install rdctl on windows? Do I have to run it in WSL?
w
rdctl is in in your windows host
103 Views