-
Notifications
You must be signed in to change notification settings - Fork 348
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
[jaeger-operator] Helm skipping crd-install hook #170
Comments
…ger supported fixes jaegertracing#170 chart.Values.crd.install is no longer support since crd MUST be install refer: https://helm.sh/docs/topics/charts/#custom-resource-definitions-crds
…ger supported fixes jaegertracing#170 chart.Values.crd.install is no longer support since crd MUST be install refer: https://helm.sh/docs/topics/charts/#custom-resource-definitions-crds Signed-off-by: vincentcui <[email protected]>
…ger supported fixes jaegertracing#170 chart.Values.crd.install is no longer support since crd MUST be install refer: https://helm.sh/docs/topics/charts/#custom-resource-definitions-crds Signed-off-by: vincentcui <[email protected]>
@csp197 Hi, I create a pull request trying to solve this problem, plz pull the source code and test in your local cluster. |
Hi @vincenthcui I see that you have an open PR regarding this issue, so I'll leave the issue open until it gets merged. 👍 |
I ran into this when I added the jaeger-operator chart as a dependency to my chart. It skipped installing crds, I assume because I was running "helm upgrade --install" and my chart was already installed, so it did an upgrade. When I uninstalled my chart and reran the command, it installed the CRDs properly. I know this might just be a helm thing though (since helm doesn't let you add CRDs during upgrades for some reason, which is effectively what I did when I added this as a dependency). Just pointing it out in case someone runs into the same issue. |
Hello!
I've been trying to install the Jaeger Operator into a namespace of an EKS cluster using the prescribed helm charts, but my build pipeline starts to fail upon setting the following configuration in the values.yaml file:
Below are the appropriate logs re: this issue:
The text was updated successfully, but these errors were encountered: