We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kubernetes: v1.28.9 KubeBlocks: 0.9.1 kbcli: 0.9.1
apiVersion: apps.kubeblocks.io/v1alpha1 kind: Cluster metadata: name: dev-pxc namespace: kb-cloud spec: tolerations: - key: "node-type" operator: "Equal" value: "mid" effect: "NoSchedule" affinity: podAntiAffinity: Preferred tenancy: SharedNode topologyKeys: - kubernetes.io/hostname nodeLabels: node-type: "mid" clusterDefinitionRef: polardbx terminationPolicy: Delete componentSpecs: - name: gms componentDefRef: gms serviceAccountName: kb-polardbx-cluster replicas: 1 resources: limits: cpu: '2' memory: 8Gi requests: cpu: '2' memory: 8Gi volumeClaimTemplates: - name: data spec: accessModes: - ReadWriteOnce resources: requests: storage: 60Gi storageClassName: openebs-hostpath - name: dn componentDefRef: dn replicas: 3 resources: limits: cpu: '2' memory: 8Gi requests: cpu: '2' memory: 8Gi volumeClaimTemplates: - name: data spec: accessModes: - ReadWriteOnce resources: requests: storage: 200Gi storageClassName: openebs-hostpath - name: cn componentDefRef: cn replicas: 2 resources: limits: cpu: '2' memory: 8Gi requests: cpu: '2' memory: 8Gi - name: cdc componentDefRef: cdc replicas: 2 resources: limits: cpu: '2' memory: 8Gi requests: cpu: '2' memory: 8Gi
The text was updated successfully, but these errors were encountered:
@shuoshadow thanks for reporting the issue. I guess you forget the clusterVersionRef api. you may refer to our exampels: https://github.com/apecloud/kubeblocks-addons/blob/release-0.9/examples/polardbx/cluster.yaml#L10
clusterVersionRef
BTW, if you are working with KubeBlocks 0.9.x, please refer to our examples under Release 0.9.
Sorry, something went wrong.
shanshanying
No branches or pull requests
The text was updated successfully, but these errors were encountered: