You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once there's a deployment profile with a wrong value for Kubernetes version, Rancher Desktop starts normally, applies the Latest version automatically and does NOT display the Kubernetes version in the UI
Steps to Reproduce
Run a factory-reset
Create a defaults deployment profile specifying Kubernetes version to an invalid value. In this test:
Check what Kubernetes version is displayed in the Preferences dialog
Result
Rancher Desktop applies the latest Kubernetes version and starts normally instead of throwing an error message. Preferences dialog does not display the corresponding Kubernetes version, and shows and empty field instead
Expected Behavior
Rancher Desktop must throw an error message and prevent the application to start
Additional Information
No response
Rancher Desktop Version
1.7.0-1684-geb14bb3b
Rancher Desktop K8s Version
1.27.2
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?
x64
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:
I don't think this needs to be a fatal error. Current behavior is to quietly ignore the proposed version and use the most recent stable version instead.
The change I'm going to make is to write a line to kube.logof the form
Requested kubernetes version X is not a valid version. Falling back to the most recent stable version of Y
and recommend the test looks for this line instead.
Actual Behavior
Once there's a deployment profile with a wrong value for Kubernetes version, Rancher Desktop starts normally, applies the Latest version automatically and does NOT display the Kubernetes version in the UI
Steps to Reproduce
Result
Rancher Desktop applies the latest Kubernetes version and starts normally instead of throwing an error message. Preferences dialog does not display the corresponding Kubernetes version, and shows and empty field instead

Expected Behavior
Rancher Desktop must throw an error message and prevent the application to start
Additional Information
No response
Rancher Desktop Version
1.7.0-1684-geb14bb3b
Rancher Desktop K8s Version
1.27.2
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?
x64
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: