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

podman_pods: set replica count to 1 in hello-kubic.yaml #16557

Merged
merged 1 commit into from
Mar 8, 2023

Conversation

dcermak
Copy link
Contributor

@dcermak dcermak commented Mar 7, 2023

Since version 4.4.0, podman will limit the number of replicas to 1 when using podman play kube. Thus it makes no sense anymore to have it set to 3 as that avoids additional branches depending on the podman version. (Also, supporting replicas was never really intended upstream and thus we shouldn't have tested it anyway.)

Since version 4.4.0, podman will limit the number of replicas to 1 when using
podman play kube. Thus it makes no sense anymore to have it set to 3 as that
avoids additional branches depending on the podman version. (Also, supporting
replicas was never really intended upstream and thus we shouldn't have tested it
anyway.)
@dcermak dcermak requested review from sysrich and DimStar77 March 7, 2023 09:01
@dcermak
Copy link
Contributor Author

dcermak commented Mar 7, 2023

The failure in the test run is unrelated to this specific issue/fix.

@danishprakash
Copy link
Contributor

The failure in the test run is unrelated to this specific issue/fix.

More info here - #16567

@sysrich sysrich merged commit ad7d41f into os-autoinst:master Mar 8, 2023
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.

3 participants