Using specific Cluster Stack versions

If you want specific releases to be always available, you can add a versions parameter, containing an array of version strings under the spec of your ClusterStack:

clusterstack.yaml yaml

Using this manifest, you'll have the v1 and v2 plus the latest release of the Cluster Stack for Kubernetes 1.35. If you don't want the latest version to always be available, you can change the value of spec.autoSubscribe from true to false :

clusterstack.yaml yaml

Note that if you are not auto-subscribed to the latest version, you must specify the versions you want, otherwise there will be no Cluster Stack Release available for your clusters.