random one but is there a setting whereby i can sw...
# rancher-desktop
b
random one but is there a setting whereby i can switch off/ disable Kubernetes for good? upon downloading the tool? I know you can check/uncheck the Enable Kubernetes checkbox but i want to avoid the manual intervention as much as possible? via a script or something along these lines? has someone done this before, is this possible?
w
f
Deployment profiles are probably the way to go, but if you are looking at a script, you can start Rancher Desktop with
Copy code
rdctl start --kubernetes.enabled=false
👍 2
It will disable Kubernetes and also skip the first-run dialog (other settings will use their default values).
👍 1
b
thanks alot