https://rancher.com/ logo
i

incalculable-ghost-55080

02/22/2023, 12:35 PM
Hello 👋 I am looking for an option to install and launch Rancher Desktop for MacOS with the following parameters and without configurations through the GUI, just using a script, similar:
Copy code
brew install --cask rancher
open -a Rancher\ Desktop
# Click allow admin access in appeared window
rdctl api /v0/settings --method PUT --body '{"kubernetes": {"enabled": false, "containerEngine": "moby", "memoryInGB": 8, "numberCPUs": 4}, pathManagementStrategy": "manual"}'
But yes, the above script does not work, since the essential things are loaded at the first start. Do I understand correctly that the only right way to do this with the RD installer? Ref Thank you in advance!
1
c

curved-zebra-30454

02/22/2023, 2:58 PM
You might want to watch upcoming work for Deployment Profiles, which should allow you to provide settings that would otherwise be selected through the UI. https://github.com/rancher-sandbox/rancher-desktop/issues/3649 https://github.com/rancher-sandbox/rancher-desktop/issues/3759
🙏 1
i

incalculable-ghost-55080

02/22/2023, 9:20 PM
Thanks for pointing me to this Epic! Glad to see the implementing of deployment profiles for RD 🙂