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

milvus-operator does not make any real changes when deleting a pod annotation #232

Open
iurii-stepanov opened this issue Jan 10, 2025 · 0 comments

Comments

@iurii-stepanov
Copy link

milvus-operator version 1.1.4

If I add the annotation to the CRD and and apply the changes, then the changes are applied.

spec:
  components:
    queryNode:
      podAnnotations:
        some-annotation: some-value

But if I delete the annotation and apply the changes, then the operator does not respond to these changes and they are not applied.

spec:
  components:
    queryNode:
      # podAnnotations:
      #   some-annotation: some-value

Expected: when you delete an annotation, the changes are applied.

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

1 participant