JD Baudean
10/17/2025, 7:29 PMscale section that I see in my dev cluster that was upgraded properly. The version is also old in my CRD. I upgraded the operator from 1.10.2 to 1.11.2 and this is in my crd
apiVersion: <http://apiextensions.k8s.io/v1|apiextensions.k8s.io/v1>
kind: CustomResourceDefinition
metadata:
annotations:
<http://controller-gen.kubebuilder.io/version|controller-gen.kubebuilder.io/version>: v0.14.0
version: v1.10.2JD Baudean
10/17/2025, 8:18 PMcurl -o crd.yaml <https://raw.githubusercontent.com/StarRocks/starrocks-kubernetes-operator/v1.11.2/deploy/starrocks.com_starrocksclusters.yaml>
kubectl apply -f crd.yaml