mirror of https://github.com/rancher/dashboard.git
Revert "On Cluster creates, sets rke2/k3s as default (#7691)"
This reverts commit 85ecda083e.
This commit is contained in:
parent
9a093baa6c
commit
5152adc131
|
|
@ -213,8 +213,8 @@ export default {
|
||||||
get() {
|
get() {
|
||||||
// This can incorrectly return rke1 instead
|
// This can incorrectly return rke1 instead
|
||||||
// of rke2 for cluster owners.
|
// of rke2 for cluster owners.
|
||||||
if ( this.rke2Enabled ) {
|
if ( !this.rke2Enabled ) {
|
||||||
return _RKE2;
|
return _RKE1;
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.preferredProvisioner;
|
return this.preferredProvisioner;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue