zabbix / zabbix-docker

Official Zabbix Dockerfiles
https://www.zabbix.com
GNU Affero General Public License v3.0
2.4k stars 1.38k forks source link

about kubernetes.yaml #1541

Open jorgevisentini opened 1 month ago

jorgevisentini commented 1 month ago

Hi all.

I'm trying to deploy using kubernetes.yaml, but the deployment returns the following error:

error: resource mapping not found for name: "zabbix-web" namespace: "zabbix" from "zabbix.yml": no matches for kind "HorizontalPodAutoscaler" in version "autoscaling/v2beta1"

I tried to find a solution, but I couldn't.

One more thing, on line 1122, they could remove the beta. beta.kubernetes.io/os: linux kubernetes.io/os: linux

Thanks!