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

Deploying Metrics on AKS is failing #42

Closed
nwmac opened this issue Nov 15, 2019 · 0 comments · Fixed by #43
Closed

Deploying Metrics on AKS is failing #42

nwmac opened this issue Nov 15, 2019 · 0 comments · Fixed by #43

Comments

@nwmac
Copy link
Member

nwmac commented Nov 15, 2019

Trying to deploy Metrics on AKS is giving validation error:

helm install suse/metrics --name susecf-metrics --namespace metrics --values ../../scf-config-values.yaml --values ../../stratos-metrics-values.yaml --debug
[debug] Created tunnel using local port: '41083'

[debug] SERVER: "127.0.0.1:41083"

[debug] Original chart version: ""
[debug] Fetched ...

[debug] CHART PATH: /home/.../.helm/cache/archive/metrics-1.1.0.tgz

Error: validation failed: error validating "": error validating data: ValidationError(Job.spec.template.spec): unknown field "backoffLimit" in io.k8s.api.core.v1.PodSpec

The only way I was able to make it work is by hashing the backofflimit.

I am using K8s version:"1.14.8"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant