Twingate / helm-charts

Official Twingate Helm Charts
MIT License
11 stars 12 forks source link

An option to use host network #24

Closed 5n00p4eg closed 1 year ago

5n00p4eg commented 1 year ago

In my deployment, DNS resolving was not working correctly inside pod network. To make it work, add metadata.spec.template.spec.hostNetwork: true to deployment.

It makes the connector pod run in the host network and resolving works well. So it would be nice to have an option or even make it default.

Later I can create a PR.

KR-Ravindra commented 1 year ago

This very interesting project with this feature, solves very big problems in kubernetes accessibility, Raised a PR for same #25

5n00p4eg commented 1 year ago

Wow, thanks @KR-Ravindra , appreciate it!

ekampf commented 1 year ago

Resolved by #25