We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What should be considered when setting runPodOnHostNetwork = TRUE ?
Must we amend other areas of the configuration ?
I am working off the assumption that the purpose of runPodOnHostNetwork = TRUE is to allow peers on any node/pod to communicate ?
The text was updated successfully, but these errors were encountered:
Typically you would also want to run as daemonset as well.
Here's an example value override for a daemonset: https://github.com/bryopsida/wireguard-chart/blob/main/ci/test-with-healthsidecar-daemonset-hostport.yaml.
Some things to be aware of related to that setting
There's probably more cases/reasons one might want to use it but here's a few
Sorry, something went wrong.
No branches or pull requests
What should be considered when setting runPodOnHostNetwork = TRUE ?
Must we amend other areas of the configuration ?
I am working off the assumption that the purpose of runPodOnHostNetwork = TRUE is to allow peers on any node/pod to communicate ?
The text was updated successfully, but these errors were encountered: