-
Notifications
You must be signed in to change notification settings - Fork 508
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
Podman not supporting --scale flag #267
Comments
A Pod shares the same IP for all containers. And it's a pitty. |
Is there a workaround for this issue? |
@metal3d, Typically after
Unless the command is accompanied by
In later case, what you have explained might apply, but for the former case there would be different containers with individually separate IPs that would be created and shouldn't be an issue. |
It seems that there is now a |
I also just ran into this same issue, did anyone find out a workaround? |
…nd compose yaml file
…ontainers#267) Signed-off-by: Yashodhan Pise <[email protected]>
Happy to help out in what ways I can later this week when I get some free time, thanks for addressing this! Fingers crossed my IT department is able to upgrade the version to include the change 🤞 |
…ontainers#267) Signed-off-by: Yashodhan Pise <[email protected]>
…ontainers#267) Signed-off-by: Yashodhan Pise <[email protected]>
…ue: containers#267) Signed-off-by: Yashodhan Pise <[email protected]>
…ontainers#267) Signed-off-by: Yashodhan Pise <[email protected]>
…ue: containers#267) Signed-off-by: Yashodhan Pise <[email protected]>
Signed-off-by: Yashodhan Pise <[email protected]>
…ontainers#267) Signed-off-by: Yashodhan Pise <[email protected]>
…ue: containers#267) Signed-off-by: Yashodhan Pise <[email protected]>
Signed-off-by: Yashodhan Pise <[email protected]>
…ue: containers#267) Signed-off-by: Yashodhan Pise <[email protected]>
Signed-off-by: Yashodhan Pise <[email protected]>
I have been facing this issue where i am trying to scale down or up the services using --scale option but podman-compose is ignoring the altogether and spinning up containers as given in compose file.
Can someone please help?
The text was updated successfully, but these errors were encountered: