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

remove initContainers from podman #501

Merged
merged 2 commits into from
Oct 21, 2022
Merged

remove initContainers from podman #501

merged 2 commits into from
Oct 21, 2022

Conversation

pepoviola
Copy link
Collaborator

@pepoviola pepoviola commented Oct 21, 2022

Fix #257

cc @davxy

--
Context: For podman provider we never use the initContainer and in earlier versions wasn't supported so the yaml was having the definition but without use it. In >3.4 init is supported, but since the podman cli wait until the pod is running we can't interact with the init as we do in k8s. This pr remove the initContainers in podman since we never use it.

@pepoviola pepoviola merged commit 9ff03dd into main Oct 21, 2022
@pepoviola pepoviola deleted the fix-podman branch October 21, 2022 11:06
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.

Network fails to start with Podman
2 participants