Closed grunlab closed 2 months ago
Thank you! Fixed! CentOS just removed hostname tool from installed packages. Please wait new latest image or 7.0.4.
Hi, I confirm that it is now OK when using the current latest tag:
$ kubectl exec -ti server-0 -- hostname
server-0
Thank you for this quick fix.
The command
hostname
is missing into the Centos zabbix-server-mysql 7.0.3 image:This command is needed into the docker-entrypoint.sh to setup HANodeName & NodeAddress: https://github.com/zabbix/zabbix-docker/blob/7.0/Dockerfiles/server-mysql/rhel/docker-entrypoint.sh#L548
Thank you for your support