We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The chart tries to resolve whether the cluster supports autoscaling/v2 or not and selects HPA version to deploy based on that
docker-registry.helm/templates/hpa.yaml
Line 3 in c91c813
If the cluster supports autoscaling/v2beta1 or autoscaling/v2beta2 but not autoscaling/v2 this chart tries to deploy autoscaling/v2 and that fails.
Suggestion: ignore beta versions and deploy v1 in that case
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The chart tries to resolve whether the cluster supports autoscaling/v2 or not and selects HPA version to deploy based on that
docker-registry.helm/templates/hpa.yaml
Line 3 in c91c813
If the cluster supports autoscaling/v2beta1 or autoscaling/v2beta2 but not autoscaling/v2 this chart tries to deploy autoscaling/v2 and that fails.
Suggestion: ignore beta versions and deploy v1 in that case
The text was updated successfully, but these errors were encountered: