-
Notifications
You must be signed in to change notification settings - Fork 766
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
feat: allow to set dnsConfig on pod template #821
feat: allow to set dnsConfig on pod template #821
Conversation
c4d70d6
to
4a71ed1
Compare
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.
Thanks for this PR and the update.
I left a few comments about the tests.
4a71ed1
to
ab50a71
Compare
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.
LGTM
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.
LGTM
… pod template spec
ab50a71
to
0365a17
Compare
thanks everybody 🚀 |
What does this PR do?
Add the possiblity to override pod dns configuration
Motivation
I would like to force my traefik instance to use a public dns to avoid outage when my own dns is down
More
make test
and all the tests passed