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
Vizier operator pod still uses default image after running the script and applying the chart setting, so there is a step missing somewhere. All other pods are using the custom registry specified in REGISTRY_URL. This may be an issue with the chart setting, or more likely a bug in the script.
kubectl get pod -n px-operator vizier-operator-bcbd7bc67-gvfr6 -o yaml | grep 'image: gcr.io' | uniq
image: gcr.io/pixie-oss/pixie-prod/operator/operator_image:0.0.32
helm get values -n newrelic newrelic-bundle | grep registry
registry: XYZ.dkr.ecr.us-east-1.amazonaws.com
The text was updated successfully, but these errors were encountered:
Vizier operator pod still uses default image after running the script and applying the chart setting, so there is a step missing somewhere. All other pods are using the custom registry specified in REGISTRY_URL. This may be an issue with the chart setting, or more likely a bug in the script.
The text was updated successfully, but these errors were encountered: