hivemq/helm-charts

Support Deployment of hivemq-operator in host network mode.

Closed this issue · 0 comments

This issue asks for approval to open a PR that will allow running hivemq-operator in hostNetwork mode when configured explicitly.

Rationale:

Managed K8s service EKS at the moment has the following limitation:

  • If the data plane uses a different CNI from the control plane (VPC CNI), then the control plane is unable to call admission-webhooks (related issue).

The proposed solution is to run webhook endpoints with hostNetwork: enabled . I have tested running hivemq-operator with hostNetwork: true and indeed it seems to resolve the issue.