-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Affected Chart
icinga2
Please describe your feature request
We've got a multi cluster setup here and want to have an Icinga2 master in our main cluster and Icinga2 satellites in the other ones.
While digging through the templates there seems to be no way to define a parent for a zone as you can see here: https://github.com/Icinga/helm-charts/blob/main/charts/icinga-stack/charts/icinga2/templates/_core_config.tpl#L28C13-L28C21
On the other hand there is the environment variable ICINGA_PARENT_ZONE in the underlying container image which triggers the node wizard on startup but can not be set with the Helm Chart. Here are all environment variables: https://github.com/Icinga/docker-icinga2#environment-variables
What exactly happens when the node wizard is executed? Won't it override the configuration made in the Helm template again?
To create a master-satellite setup we also would like to have the possibility to define some static Endpoints and Zones using the Helm Chart instead of configuring them through the Director afterwards.
If I have overlooked something and the feature is already there, I apologize. Then just point me to the correct configuration values. Thank you.