Hello team, I am new to Rancher Desktop, trying t...
# rancher-desktop
d
Hello team, I am new to Rancher Desktop, trying to generate deployment profiles on Windows 11. I am following documentation docs.rancherdesktop.io/how-to-guides/generating-deployment-profiles#… but when I execute command rdctl create-profile --output reg --hive hklm --type defaults working-defaults.txt > reg-system-defaults.txt I receive below error message Error: unknown command "working-defaults.txt" for "rdctl create-profile" Any idea?
p
Thank you for that, that's a bug in the documentation. It doesn't make sense to provide the name twice (… two different names); it should be:
rdctl create-profile --output reg --hive hklm --type defaults > reg-system-defaults.txt
d
Thank you, tried but no luck. The below seemed to work instead rdctl create-profile --output reg --hive hklm --type defaults --input working-defaults.txt > reg-system-defaults.txt