website icon indicating copy to clipboard operation
website copied to clipboard

Update argo rollout tutorial

Open GTRekter opened this issue 2 months ago • 0 comments

Bump podinfo image: From quay.io/stefanprodan/podinfo:1.7.0quay.io/stefanprodan/podinfo:3.3.0. Why: 1.7.0 uses a Docker manifest schema v1 image, which is deprecated and disabled by default in containerd 2.0+.

(Optional) Update Gateway API plugin: From v0.0.0-rc1 → v0.2.0. Why: Move off the release candidate; v0.2.0 still supports gateway.networking.k8s.io/v1beta1.

Fix Argo Rollouts HTTPRoute reference: Point the HTTPRoute to argo-rollouts-http-route. Why: The previous reference pointed to a non-existent HTTPRoute.

References

  • https://quay.io/repository/stefanprodan/podinfo?tab=tags
  • https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/releases

GTRekter avatar Oct 23 '25 15:10 GTRekter