k8s-device-plugin icon indicating copy to clipboard operation
k8s-device-plugin copied to clipboard

[add]: support for hostNetwork parameter in daemonset deployment

Open vasudev-singhc-by opened this issue 3 years ago • 1 comments

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]

vasudev-singhc-by avatar Apr 27 '22 07:04 vasudev-singhc-by

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!

cloud-native-bot[bot] avatar Apr 27 '22 07:04 cloud-native-bot[bot]

Closing this PR. If required please open an MR against the repo mentioned above.

elezar avatar Oct 12 '22 12:10 elezar

We can re-open this PR now that we have migrated the Repo to GItHub @vasudev-singhc-by Please reopen at will

ArangoGutierrez avatar Jan 29 '24 17:01 ArangoGutierrez