-2

Unable to install newrelic cpm, after performing below steps in screenshot it cant locate the image I downloaded from quay.io

Am I giving the command wrong or path is wrong?

error

error2

Salman
  • 1,573
  • 3
  • 13
  • 24

1 Answers1

2

CPM chart location has changed, you may be still referring the old repo. Update your repo according to the notice here and reinstall.

gohm'c
  • 13,492
  • 1
  • 9
  • 16
  • Yes it appeared to be related to helm chart version, but after running the helm repo update command the issue is as below. helm install cpm-ap-south-1 cpm/synthetics-minion -n newrelic --set synthetics.privateLocationKey=** Error: INSTALLATION FAILED: Kubernetes cluster unreachable: exec plugin: invalid apiVersion "client.authentication.k8s.io/v1alpha1" – Salman Aug 08 '22 at 08:53
  • 1
    Initially, your chart location is outdated, this is not related to helm version. The invalid apiVersion is a separate issue. Open your .kube/config and update "client.authentication.k8s.io/v1alpha1" to "client.authentication.k8s.io/v1beta1" will do. – gohm'c Aug 08 '22 at 09:26
  • Can you provide the commands pls – Salman Aug 08 '22 at 09:38
  • Thanks got it working after updating CLI version and .kube/config – Salman Aug 18 '22 at 08:13