-
Notifications
You must be signed in to change notification settings - Fork 591
feat: Add optional hostNetwork support for Pods to the helm chart #159
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
cilindrox
left a comment
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 @keeneisgood - some small comments regarding the value structure, looking forward to adding this feature.
|
Some more thoughts - folks running |
Good idea. I've added
Let me know if you are happy with all the comments etc. I tried to keep everything consistent. |
cilindrox
left a comment
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 - thanks @keeneisgood
01cd506 to
d3a71cb
Compare
|
Thanks @keeneisgood ! this should ship as v1.2.0 |
Description
This Pull Request adds the ability to run the Plex Media Server Pod in the host's network namespace when using the Plex helm chart.
This is often necessary for specific networking requirements, such as enabling simple local network discovery and bypassing complex service object configurations by directly using the host's IP.
Changes
hostNetWorkdnsPolicyTests