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

Operator update triggers recreation of Oracle statefulsets #382

Open
M-Schiefer opened this issue Sep 27, 2024 · 0 comments
Open

Operator update triggers recreation of Oracle statefulsets #382

M-Schiefer opened this issue Sep 27, 2024 · 0 comments

Comments

@M-Schiefer
Copy link
Contributor

Describe the bug
We observe that the StatefulSets of Oracle instances are recreated when we update the El-Carro operator.

To Reproduce

  1. Deploy El-Carro Operator
  2. Deploy instance & database for Oracle
  3. Update El-Carro Operator (e.g. newest version)
  4. Observe that the Statefulset of Oracle is recreated by the operator, causing the pod to be recreated

Expected behavior
Statefulset is not recreated everytime the operator is updated.

Additional context
Cloud logging query to observe the behavior:

startStatefulSetPatching
resource.labels.container_name="manager"
resource.labels.namespace_name="operator-system"
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