Kubernetes_Advanced_Networking icon indicating copy to clipboard operation
Kubernetes_Advanced_Networking copied to clipboard

fix: Update deprecated curl images to curlimages/curl:latest

Open abalso0 opened this issue 4 months ago • 0 comments

The current images (radial/busyboxplus:curl) use an outdated manifest format (application/vnd.docker.distribution.manifest.v1+prettyjws) that is no longer supported in containerd v2.1+.

Changes made:

  • Updated curl1.yml to use curlimages/curl:latest
  • Updated curl2.yml to use curlimages/curl:latest

This fixes the ImagePullBackOff errors when deploying these manifests on modern Kubernetes clusters.

abalso0 avatar Jul 08 '25 00:07 abalso0