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
Describe the env
Kubernetes: v1.30.4-eks-a737599 KubeBlocks: 1.0.0-beta.1 kbcli: 1.0.0-alpha.1
To Reproduce Steps to reproduce the behavior:
helm template milclu02 ./addons-cluster/milvus --version 1.0.0-alpha.0 --- # Source: milvus-cluster/templates/standalone.yaml apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: namespace: default name: milclu02 labels: helm.sh/chart: milvus-cluster-1.0.0-alpha.0 app.kubernetes.io/version: "2.3.2" app.kubernetes.io/instance: milclu02 spec: clusterDef: milvus topology: standalone terminationPolicy: Delete componentSpecs: - name: etcd replicas: 1 resources: limits: cpu: memory: "<nil>Gi" requests: cpu: "0" memory: "0Gi" volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 10Gi serviceAccountName: disableExporter: true - name: minio replicas: 1 resources: limits: cpu: memory: "<nil>Gi" requests: cpu: "0" memory: "0Gi" volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 10Gi serviceAccountName: disableExporter: true - name: milvus replicas: 1 resources: limits: cpu: memory: "<nil>Gi" requests: cpu: "0" memory: "0Gi" volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 10Gi serviceAccountName: disableExporter: true
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Y-Rookie
shanshanying
No branches or pull requests
Describe the env
To Reproduce
Steps to reproduce the behavior:
resources:
limits:
cpu:
memory: "Gi"
requests:
cpu: "0"
memory: "0Gi"
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: