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

Does the external etcd cluster support etcd certificates? #37

Open
dotbalo opened this issue Nov 14, 2023 · 3 comments
Open

Does the external etcd cluster support etcd certificates? #37

dotbalo opened this issue Nov 14, 2023 · 3 comments

Comments

@dotbalo
Copy link

dotbalo commented Nov 14, 2023

I looked through some deployment documents and did not find any place to configure etcd SSL certificates. There is only a bit of configuration below. Does this support etcd cluster certificates?

externalEtcd:
  enabled: true
  ## the endpoints of the external etcd
  ##
  endpoints:
    - 10.0.0.9:2379
  rootPath: milvus
@haorenfsa
Copy link
Collaborator

em.. seems no for now

@ViokingTung
Copy link

related to milvus-io/milvus#28895

@haorenfsa
Copy link
Collaborator

haorenfsa commented Feb 26, 2024

@dotbalo Sry, my mistake. It's already supported.
Add values like below when installing milvus:

extraConfigFiles:
  user.yaml: |
    etcd: 
      ssl: 
        enabled: true
        # ...

reference:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants