You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem I am facing is that none of the pixie resources get annotated.
What you expected to happen?
Annotations mentioned in the pixie-chart should be applied to all resources created by pixie-chart.
How to reproduce it?
Use the annotation given in the yaml values as above.
Anything else we need to know?
The problem was raised with pixie open source and they refused to look into it as it is not the open source offering but an enterprise one through New Relic which should be looked by enterprise using pixie.
The text was updated successfully, but these errors were encountered:
I did some digging into the chart and it appears that the official Pixie documentation is just wrong. The necessary value would be pixie-chart.pod.annotations (and pixie-chart.pod.labels).
Bug description
Annotations to the pixie chart are not getting applied to pixie resources.
Version of Helm and Kubernetes
Kubernetes version 1.21. Helm v3.6.3.
Which chart?
nri-bundle version: "4.4.6"
What happened?
I want to apply annotations for all resources created by pixie-chart. The pixie chart gives this option by using helm
--set
which is mentioned herehttps://docs.pixielabs.ai/reference/admin/deploy-options/#annotating-pixie's-resources
I have updated the nri-bundle helm chart as below. Tried to use both
annotations
andpodAnnotations
.The problem I am facing is that none of the pixie resources get annotated.
What you expected to happen?
Annotations mentioned in the pixie-chart should be applied to all resources created by pixie-chart.
How to reproduce it?
Use the annotation given in the yaml values as above.
Anything else we need to know?
The problem was raised with pixie open source and they refused to look into it as it is not the open source offering but an enterprise one through New Relic which should be looked by enterprise using pixie.
The text was updated successfully, but these errors were encountered: