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

fix(remote-building): use "Recreate" strategy garden-util (kaniko) and garden-buildkit deployments #5125

Merged
merged 1 commit into from Sep 21, 2023

Conversation

stefreak
Copy link
Member

@stefreak stefreak commented Sep 21, 2023

We need to use the "Recreate" strategy for garden-util and garden-buildkit deployments, because
otherwise we can run into issues where multiple Pods are running at the same time

Also with the latest main I often get an error "Could not find a running Pod in Deployment garden-buildkit in namespace xxx" – this change fixes that too.

What this PR does / why we need it:

Which issue(s) this PR fixes:

e.g. Fixes #2570

Special notes for your reviewer:
The remote tests are covering this issue, but they are currently disabled in CI. Enabling them is out of scope for this PR, but will be addressed in #5103

…d garden-buildkit deployments

We need to use the "Recreate" strategy for garden-util and garden-buildkit deployments, because
otherwise we can run into issues where multiple Pods are running at the same time

Also with the latest main I often get an error "Could not find a running Pod in Deployment garden-buildkit in namespace xxx" – this change fixes that too.
@TimBeyer TimBeyer changed the title fix(remote-building): use "Replace" strategy garden-util (kaniko) and garden-buildkit deployments fix(remote-building): use "Recreate" strategy garden-util (kaniko) and garden-buildkit deployments Sep 21, 2023
@stefreak stefreak added this pull request to the merge queue Sep 21, 2023
Merged via the queue into main with commit 541851b Sep 21, 2023
41 checks passed
@stefreak stefreak deleted the fix-remote-building branch September 21, 2023 16:59
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

Successfully merging this pull request may close these issues.

garden-util pods not found
2 participants