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

Deleting the Milvus object does not delete etcd and minio #216

Closed
nairan-deshaw opened this issue Dec 2, 2024 · 2 comments
Closed

Deleting the Milvus object does not delete etcd and minio #216

nairan-deshaw opened this issue Dec 2, 2024 · 2 comments

Comments

@nairan-deshaw
Copy link

I am using the standalone mode using Milvus operator in the non embedded mode. This is creating three containers - etcd, minio and milvus. However when we delete the created Milvus object, it does not delete the other two components and we have to manually delete it. Is this expected? Can it be fixed if not.

Thanks.

@haorenfsa
Copy link
Collaborator

Hi @nairan-deshaw , it's working as expected. You may refer to https://github.com/zilliztech/milvus-operator/blob/main/config/samples/milvus_deletion.yaml, to config operator to delete dependencies when delete Milvus Object.

@nairan-deshaw
Copy link
Author

Thanks @haorenfsa, that was helpful - it works now.

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

2 participants