Open Issues Need Help
View All on GitHubAI Summary: The task requires investigating why changes to the Zabbix server configuration file (/etc/zabbix/zabbix_server.conf) via a ConfigMap are not being reflected, preventing the server from starting. A solution needs to be found to correctly update the configuration file, either by modifying the Helm chart to properly handle configuration updates or by finding an alternative method to apply the necessary changes.
Helm chart for Zabbix
AI Summary: The task is to investigate why the Docker image `ghcr.io/zabbix-community/zabbix-server-create-upgrade-db:7.4-20241230222241` is missing, preventing a Zabbix 7.4.0 upgrade via the provided Helm chart. This involves checking the image repository, verifying the tag's correctness, and potentially updating the Helm chart's configuration or the image itself if necessary. The goal is to successfully upgrade Zabbix to version 7.4.0 within a Kubernetes cluster.
Helm chart for Zabbix
AI Summary: Add a `resources` section to the Zabbix Helm chart's webdriver deployment configuration, allowing users to specify resource limits (CPU and memory) for the webdriver container. This addresses the issue of deployments failing in environments with low resource defaults.
Helm chart for Zabbix
AI Summary: The task involves troubleshooting a Helm chart for Zabbix that fails to upgrade due to a missing or improperly configured service account ('zabbix-ha-helper') when enabling High Availability. The issue arises during a database upgrade job, and requires investigation into Helm chart configuration, Kubernetes service accounts, and potentially manual intervention to correct the service account's metadata.
Helm chart for Zabbix