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: do not wait for initContainer to exit when it is a sidecar #2866

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

nberlee
Copy link
Contributor

@nberlee nberlee commented Jun 12, 2024

fixes #2865

What issue type does this pull request address? (keep at least one, remove the others)
/kind bugfix

What does this pull request do? Which issues does it resolve? (use resolves #<issue_number> if possible)
resolves #2865

Please provide a short message that should be published in the DevSpace release notes
Fixed an issue where DevSpace ...
waits for native sidecar containers (init container)

What else do we need to know?

Copy link

netlify bot commented Jun 12, 2024

Deploy Preview for devspace-docs canceled.

Built without sensitive environment variables

Name Link
🔨 Latest commit 1e2c02d
🔍 Latest deploy log https://app.netlify.com/sites/devspace-docs/deploys/668e97b8614b6f0008089cf3

@nberlee nberlee force-pushed the main branch 4 times, most recently from 67a5a35 to 7c629f4 Compare June 12, 2024 10:47
Copy link
Collaborator

@lizardruss lizardruss left a comment

Choose a reason for hiding this comment

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

@nberlee

It looks like the updated golang version will require changes to the GitHub Actions. Is this something you feel comfortable looking into?

@nberlee
Copy link
Contributor Author

nberlee commented Jul 10, 2024

@lizardruss I fixed the golang linter issues and github actions have the correct golang version. However the e2e test fail for some reason, which I was not able to figure out.

Signed-off-by: Nico Berlee <nico.berlee@on2it.net>
fixes devspace-sh#2865

Signed-off-by: Nico Berlee <nico.berlee@on2it.net>
Signed-off-by: Nico Berlee <nico.berlee@on2it.net>
Signed-off-by: Nico Berlee <nico.berlee@on2it.net>
Signed-off-by: Nico Berlee <nico.berlee@on2it.net>
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.

devspace open will wait for a init container which is a sidecar
2 participants