Skip to content
New issue

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

[BUG]1.0 Some fields in milvus yaml are not specified the correct value #8451

Open
tianyue86 opened this issue Nov 14, 2024 · 0 comments
Open
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@tianyue86
Copy link

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:

  1. Get the latest 1.0 milvus yaml by helm template
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
  1. some fields are not specified the correct value
    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):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@tianyue86 tianyue86 added the kind/bug Something isn't working label Nov 14, 2024
@tianyue86 tianyue86 added this to the Release 1.0.0 milestone Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants