-
Notifications
You must be signed in to change notification settings - Fork 5k
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
[prometheus-community/kube-prometheus-stack] manifest_sorter.go:192: info: skipping unknown hook: "crd-install" #155
Comments
Can confirm on: Helm Version: 3.3.0 With below command.
|
I've retried this with version 9.4.9 of the chart but still getting the same issues |
confirm |
Can confirm on: Helm Version: 3.3.4 |
You can safely ignore this warning. See https://v3.helm.sh/docs/topics/charts_hooks/#the-available-hooks
This hook is still part of the chart because Helm 2 support is not yet finished. After 13 Nov 2020, we can safely remove this hook from the chart. Until then, this is by design. For more context, see helm/charts#19008 |
We still see this warning, is that normal? |
In my case, it's not a warning, it's an error
|
Describe the bug
Deployment of kube-prometheus-stack fails with error manifest_sorter.go:192: info: skipping unknown hook: "crd-install". The CustomResourceDefinitions are still created
Version of Helm and Kubernetes:
Helm Version: 3.3.1
Kubernetes Version: 1.18.8
Which chart: prometheus-community/kube-prometheus-stack
Which version of the chart: 9.4.4
What happened: Deployment of chart returns an error:
Though it still seems to install all resources and Prometheus is functional, CRDs are installed:
What you expected to happen: The chart to deploy without returning an error
How to reproduce it (as minimally and precisely as possible):
The text was updated successfully, but these errors were encountered: