We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given a locked deployment profile, the kubernetes version can be editable via rdctl start even if this field is locked in the profile
rdctl start
rdctl shutdown
Rancher Desktop starts with no errors and the locked kubernetes version is actually editable via rdctl start.
"kubernetes": { "version": "1.23.16", "port": 6443, "enabled": true, "options": { "traefik": true, "flannel": true } iguimaraes@isasih ~ % rdctl shutdown Shutting down. iguimaraes@isasih ~ % rdctl start --kubernetes.version 1.27.2 INFO[0000] About to launch /usr/bin/open -a /Applications/Rancher Desktop.app --args --kubernetes.version 1.27.2 ...
Rancher Desktop should throw an error dialog and prevent the application to start with a value other than the specified in the locked profile.
profile.txt
1.9.0-19-g6ccc9ccb
1.23.16
moby (docker cli)
macOS
macOS Monterey
arm64 (Apple Silicon)
None
No response
The text was updated successfully, but these errors were encountered:
ericpromislow
Successfully merging a pull request may close this issue.
Actual Behavior
Given a locked deployment profile, the kubernetes version can be editable via
rdctl start
even if this field is locked in the profileSteps to Reproduce
rdctl shutdown
rdctl start
Result
Rancher Desktop starts with no errors and the locked kubernetes version is actually editable via
rdctl start
.Expected Behavior
Rancher Desktop should throw an error dialog and prevent the application to start with a value other than the specified in the locked profile.
Additional Information
profile.txt
Rancher Desktop Version
1.9.0-19-g6ccc9ccb
Rancher Desktop K8s Version
1.23.16
Which container engine are you using?
moby (docker cli)
What operating system are you using?
macOS
Operating System / Build Version
macOS Monterey
What CPU architecture are you using?
arm64 (Apple Silicon)
Linux only: what package format did you use to install Rancher Desktop?
None
Windows User Only
No response
The text was updated successfully, but these errors were encountered: