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

refactor: remove migration application #2573

Closed
wants to merge 2 commits into from

Conversation

ChrisKujawa
Copy link
Member

@ChrisKujawa ChrisKujawa commented Nov 15, 2024

Which problem does the PR fix?

Removes obsolete migration application. Was already removed here camunda/camunda#24620

What's in this PR?

Remove the config and init-container

Checklist

Please make sure to follow our Contributing Guide.

Before opening the PR:

  • In the repo's root dir, run make go.update-golden-only.
  • There is no other open pull request for the same update/change.
  • Tests for charts are added (if needed).
  • In-repo documentation are updated (if needed).

After opening the PR:

  • Did you sign our CLA (Contributor License Agreement)? It will show once you open the PR.
  • Did all checks/tests pass in the PR?

@ChrisKujawa ChrisKujawa changed the title Remove migration application refactor: remove migration application Nov 15, 2024
Copy link
Contributor

@houssain-barouni houssain-barouni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the failing CI, I still see migration container still referenced

  Warning  BackOff      4m59s (x69 over 19m)  kubelet            Back-off restarting failed container migration in pod integration-operate-7b966d5f99-dsxgr_camunda-pr-2573-intg-alpha-run-11859469969-sfx-2db799-upgrade(1462297a-83c5-4f30-aaeb-cafa5bf973fe)
Defaulted container "operate" out of: operate, migration (init)

Also operate templates were removed in #2554 by @aabouzaid

@@ -41,33 +41,6 @@ spec:
imagePullSecrets:
[]
initContainers:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
initContainers:
initContainers:
[]

@ChrisKujawa
Copy link
Member Author

So to me it looks like this PR is obsolete right? @houssain-barouni @aabouzaid there is no migration app as init container anymore in the core statefulset.

@aabouzaid
Copy link
Member

@ChrisKujawa that's correct. No migration int container for Core so far.

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

Successfully merging this pull request may close these issues.

3 participants