You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: