Kubernetes_Advanced_Networking
Kubernetes_Advanced_Networking copied to clipboard
fix: Update deprecated curl images to curlimages/curl:latest
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.