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

I can't set the loadBalancerIP using the milvus-operator #224

Open
iurii-stepanov opened this issue Dec 23, 2024 · 1 comment
Open

I can't set the loadBalancerIP using the milvus-operator #224

iurii-stepanov opened this issue Dec 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@iurii-stepanov
Copy link

iurii-stepanov commented Dec 23, 2024

I need to set a static ip address for the LoadBalancer. I am using the annotations for my cloud provider for creating a LoadBalancer:

apiVersion: milvus.io/v1beta1
kind: Milvus
metadata:
spec:
  mode: cluster
  components:
    proxy:
      replicas: 1
      serviceAnnotations:
        provider.cloud/load-balancer-type: internal
        provider.cloud/subnet-id: e2l5v7pklni9pesf30b2
      serviceType: LoadBalancer

but I cannot set the parameter loadBalancerIP.
I've tried to do this, but it doesn't work:

  config:
    service:
      loadBalancerIP: 10.97.148.30

Please tell me how I can set loadBalancerIP?

@haorenfsa
Copy link
Collaborator

@iurii-stepanov but it's not supported to configure loadBalancerIP for built in service by milvus-operator. You can created another service to specify loadBalancerIP.

@haorenfsa haorenfsa added the enhancement New feature or request label Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants