Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Compatibility with K8N 1.16 #48

Closed
steffenteichmannhska opened this issue Nov 11, 2019 · 1 comment
Closed

Compatibility with K8N 1.16 #48

steffenteichmannhska opened this issue Nov 11, 2019 · 1 comment

Comments

@steffenteichmannhska
Copy link

I tried to install the https://nvidia.github.io/gpu-monitoring-tools/helm-charts
on my k8n cluster seems to be a compatibility problem with K8N 1.16
is there a solution?

@guptaNswati
Copy link
Contributor

Are you having issue with helm init or deploying the operator? With v1.16, its a known issue that helm fails to initialize, see this helm/helm#6374.

You may need to update the API version, something like
$ helm init --service-account tiller --override spec.selector.matchLabels.'name'='tiller',spec.selector.matchLabels.'app'='helm' --output yaml | sed 's@apiVersion: extensions/v1beta1@apiVersion: apps/v1@' | kubectl apply -f -

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

No branches or pull requests

3 participants