[add]: support for hostNetwork parameter in daemonset deployment
If hostNetwork parameter is set to true then host ip is assigned to the daemonset instead of assigning a new ip.
This can be set to true, when:
Daemonset is not externallly accessed. It saves an Ip address. If hostNetwork is available in values yaml. and value is 'true' then add the hostNetwork parameter to template spec.
spec: {{- if .Values.hostNetwork }} hostNetwork: {{ .Values.hostNetwork }} {{- end }}
Signed-off-by: Vasudev Singh C [email protected]
Hello There!
Thanks for your contribution! This repository is a read-only mirror of the following repository: https://gitlab.com/nvidia/kubernetes/device-plugin
Do you mind:
- [ ] Opening a pull request against that repo?
- [ ] Making sure your work is signed: https://help.github.com/en/github/authenticating-to-github/signing-commits
Thanks again!
Closing this PR. If required please open an MR against the repo mentioned above.
We can re-open this PR now that we have migrated the Repo to GItHub @vasudev-singhc-by Please reopen at will