Failed to pull image "projects.registry. " wavefront-operator.yaml
search cancel

Failed to pull image "projects.registry. " wavefront-operator.yaml

book

Article ID: 374887

calendar_today

Updated On:

Products

Aria Operations for Applications Observability Wavefront by VMware DX OpenExplore

Issue/Introduction

Error 404 Not Found when attempting to access download link to the wavefront-operator.yaml.

Manual changing the proxy version in the deployment yaml file fails with error, Failed to pull image. Receiving not found when deploy a proxy using wavefront-operator.yaml.

Example:  

Original
apiVersion: v1
data:
  collector: 1.29.2
  logging: 2.2.0
proxy: "13.4"
 
Modified
apiVersion: v1
data:
  collector: 1.29.2
  logging: 2.2.0
proxy: "13.7"
 
Error: 
 
Normal   Pulling    52s (x3 over 94s)  kubelet  Pulling image "projects.registry.<domain>/tanzu_observability/proxy:13.7"
Warning  Failed     51s (x3 over 93s)  kubelet  Failed to pull image "projects.registry.<domain>/tanzu_observability/proxy:13.7": rpc error: code = NotFound desc = failed to pull and unpack image "projects.registry.<domain>/tanzu_observability/proxy:13.7": failed to resolve reference "projects.registry.<domain>/tanzu_observability/proxy:13.7": projects.registry.<domain>/tanzu_observability/proxy:13.7: not found
Warning  Failed     51s (x3 over 93s)  kubelet  Error: ErrImagePull

Cause

The version of Wavefront proxy referenced is no longer supported OR has not been added to the projects.registry on https://github.com/wavefrontHQ/observability-for-kubernetes

Resolution

An updated Operator version has been released with a new Image repository location. 

  • Old Location:    image: projects.registry.<domain>/tanzu_observability/kubernetes-operator:2.17.2
  • New Location:  image: caapm/kubernetes-operator:2.17.2

Please replace or update any custom YAML files with the latest version found on GitHub.

See Deploy the Monitoring Agents with the Observability for Kubernetes Operator for the current URL location to download the latest wavefront-operator.yaml file.

If your still seeing errors after updating to the latest operator yaml open a ticket to the Wavefront Observability team through the Broadcom Support Portal.