Skip to content
New issue

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

BUG: cant install helm on Kubernertes 1.26 #2998

Closed
Glavnyuk opened this issue Apr 14, 2023 · 2 comments
Closed

BUG: cant install helm on Kubernertes 1.26 #2998

Glavnyuk opened this issue Apr 14, 2023 · 2 comments
Assignees
Labels
bug Things that should work, but don’t Major issue that requires attention

Comments

@Glavnyuk
Copy link

new version of Kubernetes 1.26 dont support autoscaling/v2beta1, need use autoscaling/v2 in helm charts templates

@Glavnyuk Glavnyuk added bug Things that should work, but don’t triage These issues need to be reviewed by the Aleph team labels Apr 14, 2023
@Rosencrantz Rosencrantz added Major issue that requires attention and removed triage These issues need to be reviewed by the Aleph team labels May 2, 2023
@stchris stchris self-assigned this May 3, 2023
@stchris
Copy link
Contributor

stchris commented May 3, 2023

First step tested in #3045, results in:

Error: UPGRADE FAILED: error validating "": error validating data: [ValidationError(HorizontalPodAutoscaler.spec.metrics[0].resource): unknown field "targetAverageUtilization" in io.k8s.api.autoscaling.v2.ResourceMetricSource, ValidationError(HorizontalPodAutoscaler.spec.metrics[0].resource): missing required field "target" in io.k8s.api.autoscaling.v2.ResourceMetricSource]

Fixed that according to this and trying again.

@stchris
Copy link
Contributor

stchris commented Nov 2, 2023

@Glavnyuk sorry you had to wait this long, but we finally released a fix for this with 3.15.4: https://github.com/alephdata/aleph/releases/tag/3.15.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Things that should work, but don’t Major issue that requires attention
Projects
None yet
Development

No branches or pull requests

3 participants