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
Also in 3rd step for Collect the OLM images if we mention staying in yamls (directory) it would be very helpful
When installing the pixie with nri-bundle one required image for the pixie we have not listed in this doc from the new relic side.
newrelic/newrelic-pixie-integration:2.0.2
We need to add the below setting while installing the nri-bundle via helm3 --set newrelic-pixie.image.repository=368927449855.dkr.ecr.eu-west-2.amazonaws.com/newrelic/newrelic-pixie-integration
In this doc I noted all the steps I took to make it work
The text was updated successfully, but these errors were encountered:
htroisi
changed the title
Some corrections can be made in this doc: https://docs.pixielabs.ai/reference/admin/deploy-options/#custom-image-registry
Suggested corrections for the custom image registry docs
Mar 24, 2023
I ran into the same issue this week. Here are my notes on changes that were required for the custom registry build process, but not matching the docs:
In the OLM step, the SHA256 value has changed since the docs were published. I found the required value by checking the failed pull. Here is the current value:
The final steps in the OLM section had a discrepancy for one of the image names. I confirmed that we do need to include gcr.io in the name of the image, like this:
Vizier-operator pod failed on its image pull too. This is because the docs say to update the reference in the yaml file, but they never specify that this image needs to be rehosted too, like this:
According to me some corrections can be made in this doc
cat images/vizier_image_list.txt
we need all the images which are not listed in the file also the tags are old.
Currently, it's showing this
But we need the below images with the latest tags
quay.io/operator-framework/olm
docker pull quay.io/operator-framework/olm@sha256:b706ee6583c4c3cf8059d44234c8a4505804adcc742bcddb3d1e2f6eff3d6519
docker pull quay.io/operator-framework/configmap-operator-registry@sha256:4e228892ec46c471ee6c4a1ac88a6df2ca3b670e621a61aa193babaae735ed3e
Also in 3rd step for Collect the OLM images if we mention staying in yamls (directory) it would be very helpful
When installing the pixie with nri-bundle one required image for the pixie we have not listed in this doc from the new relic side.
newrelic/newrelic-pixie-integration:2.0.2
We need to add the below setting while installing the nri-bundle via helm3
--set newrelic-pixie.image.repository=368927449855.dkr.ecr.eu-west-2.amazonaws.com/newrelic/newrelic-pixie-integration
In this doc I noted all the steps I took to make it work
The text was updated successfully, but these errors were encountered: