bottlerocket-update-operator
bottlerocket-update-operator copied to clipboard
Add possibility to install components in hostNetwork
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