-
Notifications
You must be signed in to change notification settings - Fork 25
Do not enable dns plugin for proxy podman network #301
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this PR a collection of other PRs?
This PR contains the changes I made here #298 |
you would need to rebase on PR #298 since Michele addressed the comments there. |
24aba74
to
9472ba9
Compare
Rebased. I don't know why localization test is failing. |
This is an issue with a PR Michele just merged. Could you please rebase on latest |
Done. Thanks |
What does this PR change?
We do not need inter-container hostname desolution for proxy as we just use localhost in the pod. This also fixed currently broken aardvark behavior.
Test coverage
No tests: add explanation
No tests: already covered
Unit tests were added
DONE
Links
Issue(s): https://github.com/SUSE/spacewalk/issues/24305
Changelogs
Make sure the changelogs entries you are adding are compliant with https://github.com/uyuni-project/uyuni/wiki/Contributing#changelogs and https://github.com/uyuni-project/uyuni/wiki/Contributing#uyuni-projectuyuni-repository
If you don't need a changelog check, please mark this checkbox:
If you uncheck the checkbox after the PR is created, you will need to re-run
changelog_test
(see below)Before you merge
Check How to branch and merge properly!