hello, im trying to configure some settings for ra...
# rancher-desktop
a
hello, im trying to configure some settings for rancher desktop on MacOS terminal. Whenever i type the command rdctl set --application.telemetry.enabled=false, it keeps saying changing field "version" via API isn't supported. Anyone had this error before? If so, how to fix? I currently have version 1.13.1
f
No idea, please update to the latest version. It works fine for me:
Copy code
❯ rdctl set --application.telemetry.enabled=false
Status: settings updated; no restart required.
Note that the telemetry setting is not actually hooked up to anything; there has never been an implementation.
a
@fast-garage-66093 yeah once i updated it worked. thx. also, does --experimental.virtual-machine.socket-vmnet exist in this current version? If not, what would the equivalent setting be that works for the current version?
f
socket_vmnet
is the only option now;
vde_vmnet
is no longer supported. Note that the external IP address can only be allocated when you run with "Administrative Access" (sudo) enabled. Otherwise you are limited to port forwarding to the host.
a
@fast-garage-66093 hmmm, i don't see socket_vmnet as one of the settings. here are all of the settings options it shows me. (sorry for the low quality screenshot)
f
There is no setting for it. If you have Administrative Access enabled, it will use
socket_vmnet
to provide an externally routable IP address. If you don't have admin access, then you can't use it.
The setting existed because
vde_vmnet
was the default (when admin mode was enabled), and the setting allowed you to test the newer
socket_vmnet
instead. Now there is no choice anymore, so no option is needed.
a
oh okay, that clears it up. Thx a lot!