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

Docker networks #1943

Open
LucasAguirre99 opened this issue Oct 25, 2024 · 3 comments
Open

Docker networks #1943

LucasAguirre99 opened this issue Oct 25, 2024 · 3 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@LucasAguirre99
Copy link

What would you like to be added?

When performing the conversion in a docker compose that has a network, the command fails, causing automated processes to stop the pipeline or development

Why is this needed?

I guess it would be a good alternative that when performing the conversion, if our compose has a network it will be skipped, so our processes can continue since the network is not important in kubernetes

@LucasAguirre99 LucasAguirre99 added the kind/feature Categorizes issue or PR as related to a new feature. label Oct 25, 2024
@stappersg
Copy link

It feels wrong to skip network.

Regarding the

since the network is not important in kubernetes

Thing is that it is important for the Docker compose file.

@LucasAguirre99
Copy link
Author

Yes, what I mean is not that it is not present in the Dockerfile, I mean that if there is a defined network, kompose should skips it instead of failing, since it slows down many automations.

I don't know if I'm being clear

@stappersg
Copy link

stappersg commented Nov 11, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants