Closed Danbondarenkomv closed 11 months ago
I think last chart version is 3.8.3 (check here: https://artifacthub.io/packages/helm/metrics-server/metrics-server). But it does not work well if kubernetes version is < 1.25 - https://github.com/kubernetes-sigs/metrics-server/issues/1141. In that case use chart version 3.7.0.
Hi @momiji I changed the variable METRICS_SERVER_CHART_VERSION to use version 3.7.0, but it still can't find it:
Hi again @momiji I managed to resolve the issue. The deployment was getting the chart version from here https://artifacthub.io/packages/helm/bitnami/metrics-server, so the latest chart version there is 6.2.6. I have set the METRICS_SERVER_CHART_VERSION variable to the default value suggested here https://github.com/sassoftware/viya4-deployment/blob/main/docs/CONFIG-VARS.md#cert-manager which is 6.2.4 and then that allowed me to resolve the error.
Thank you
Great to hear it works, I didn't thought it was a bitnami chart, but you figured it out. Beware the constraint on the application version, that must not be 0.6.* so far, if you have a kubernetes 1.23 like me, unless the bitnami chart has a specific option that solves the issue, of course. I'll try this chart on our platform to see if the issue is still there.
Based on last comment, user managed to resolve this issue.
Hi everyone,
I am trying to deploy Viya, but I get the error below.
Deployment command:
The error I am getting:
The Ansible summary:
I have previously provisioned the AWS infrastructure for the deployment using Terraform using this project https://github.com/sassoftware/viya4-iac-aws, and I am deploying Viya on that infrastructure.
Would anyone be able to help me resolve this error?
Thank you