bottlerocket-update-operator icon indicating copy to clipboard operation
bottlerocket-update-operator copied to clipboard

Add possibility to install components in hostNetwork

Open v0lumehi opened this issue 9 months ago • 2 comments

Hi, we use our own CNI (Cilium) and therefore have to install all components in the hostNetwork. Kubernetes offers the option to do this: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#podspec-v1-core We also had to set dnsPolicy to ClusterFirstWithHostNet in our setup. Can we make both parameters configurable in the Helm chart? We are currently using helm post-renderer to add the functionality and could remove it again when the helm chart offers the functionality

Image I'm using: latest

Issue or Feature Request: Feature Request

v0lumehi avatar Jan 13 '25 10:01 v0lumehi