clusterclass depends on the Status.Version field to determine if the cluster is initialized. If the field is not present, the cluster controller treated it as the cluster is not initialized, so the cluster controller won't trigger rollout if for example user update k3s version. Adding this field to v1beta2 so that a cluster with clusterclass could successfully been rolled out by cluster controller.
clusterclass depends on the
Status.Version
field to determine if the cluster is initialized. If the field is not present, the cluster controller treated it as the cluster is not initialized, so the cluster controller won't trigger rollout if for example user update k3s version. Adding this field tov1beta2
so that a cluster with clusterclass could successfully been rolled out by cluster controller.123