Hi everyone,
We are currently using rancher and rke1 to create k8s clusters in on-prem infrastructure based on vSphere. Everything works great and thanks suse team for this solution.
Since SUSE announced the end of support for rke1, we started testing the creation of rke2 clusters in rancher on vSphere, but we discovered a new behavior of rancher:
- In the cluster creation UI, now Cloud Credentials is a global parameter for the downstream cluster, not Machine Pools, so if we have 2 separate vSphere datacenters, we cannot create nodes/masters in two DCs at the same time, which is not a fault-tolerant scheme.
- In the cluster creation UI, there is now no option to select a vSphere Datastore Cluster (with RDS), it is suggested to select a specific Datastore. This means that all k8s cluster nodes(VMs) will be created disk in one Datastore, which is also not a fault-tolerant solution.
Perhaps there are rancher developers here who can comment on whether these problems are planned to be fixed in the future.