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

helm install error. #7

Closed
gxjluck opened this issue Dec 10, 2021 · 1 comment
Closed

helm install error. #7

gxjluck opened this issue Dec 10, 2021 · 1 comment

Comments

@gxjluck
Copy link

gxjluck commented Dec 10, 2021

helm version

version.BuildInfo{Version:"v3.6.3", GitCommit:"d506314abfb5d21419df8c7e7e68012379db2354", GitTreeState:"clean", GoVersion:"go1.16.5"}

helm install kstone . -n kstone

Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: [ValidationError(Prometheus.spec): unknown field "probeNamespaceSelector" in com.coreos.monitoring.v1.Prometheus.spec, ValidationError(Prometheus.spec): unknown field "probeSelector" in com.coreos.monitoring.v1.Prometheus.spec, ValidationError(Prometheus.spec): unknown field "shards" in com.coreos.monitoring.v1.Prometheus.spec]

@tangcong
Copy link
Contributor

Is prometheus-operator installed in this cluster before? It seems to be a version conflict, please refer to issue #5. It is recommended to use k8s version 1.20, and this cluster does not have prometheus-operator installed.

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

No branches or pull requests

2 participants