-
Notifications
You must be signed in to change notification settings - Fork 210
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
[nri-bundle][pixie-chart] unable to deploy the chart #810
Comments
I get the same error on GKE clusters, tried up to 4.4.8 with no success. This seems related to missing the CRDs for the Pixie operator. I recall their installation was required and documented previously, but the new Pixie installation docs do not mention this at all, presumably because the Helm 3 only version of the charts were supposed to install them? (but apparently don't ) |
Confirming this was the case, after running:
The chart applies correctly. The only place I still found these steps was https://docs.newrelic.com/docs/kubernetes-pixie/auto-telemetry-pixie/manage-pixie-data/ as they were removed from the installation docs when the charts got updated. To clarify a bit, this was a I would suggest that the Helm Charts and Pixie Installation Docs should be updated to reflect this. |
Also running into this issue with a customer when upgrading from a non-pixie to a pixie environment. Using AWS EKS and helm version 3.4.1. I think we'll have them uninstall and reinstall with Pixie.
|
Helm 3 includes the ability to bundle CRDs into a chart (in the
For these reasons, a lot of projects that need CRDs seem to opt to package the CRDs as regular resources in the Ultimately, I think the solution will have to involve packaging the Pixie CRDs in their own chart, |
Hi,
Am facing the below error while deploy nri-bundle/pixie-chart on Kubernetes cluster (AWS EKS) with helm version 4.3.2
Error: template: nri-bundle/charts/pixie-chart/templates/00_olm.yaml:1:41: executing "nri-bundle/charts/pixie-chart/templates/00_olm.yaml" at <lookup "operators.coreos.com/v1" "OperatorGroup" "" "">: error calling lookup: unable to get apiresource from unstructured: operators.coreos.com/v1, Kind=OperatorGroup: the server could not find the requested resource
please suggest
The text was updated successfully, but these errors were encountered: