Description
According to me some corrections can be made in this doc
- In the step collect vizier images all the required images are not listed in the file below after you download Vizier artifacts
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
docker pull gcr.io/pixie-oss/pixie-prod/vizier/cloud_connector_server_image:0.12.18
gcr.io/pixie-oss/pixie-prod/vizier/metadata_server_image:0.12.18
gcr.io/pixie-oss/pixie-prod/vizier/query_broker_server_image:0.12.18
gcr.io/pixie-oss/pixie-prod/vizier/kelvin_image:0.12.18
gcr.io/pixie-oss/pixie-prod/vizier/pem_image:0.12.18
gcr.io/pixie-oss/pixie-prod/vizier/cert_provisioner_image:0.12.18
gcr.io/pixie-oss/pixie-prod/vizier-deps/nats:2.8.4-alpine3.15
gcr.io/pixie-oss/pixie-dev-public/curl:1.0
gcr.io-pixie-oss-pixie-dev-public-curl:multiarch-7.87.0
quay.io/coreos/etcd:v3.4.3
gcr.io/pixie-oss/pixie-prod/vizier-deps/nats:multiarch-2.8.4-alpine3.15
- In the step Collect the OLM images we need two below images with below tag and below image is the duplicate one
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
Activity