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
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!