EKS fails to pull images from ECR after upgrading to Knative Serving 1.17.0 #15778
Labels
kind/bug
Categorizes issue or PR as related to a bug.
triage/accepted
Issues which should be fixed (post-triage)
Milestone
What version of Knative?
Knative serving v1.17.0 k8S 1.32
Expected Behavior
I have an image in ECR with simple application that exposes REST endpoint.
I use the following .yaml to deploy on EKS
This works perfectly with Knative serving v1.16.2 the image is pulled and revision, deployment, pod are created and application is responsive to REST calls.
Actual Behavior
When upgrading to Knative serving v1.17.0 and deploying the same applicatin on the same EKS the output of kn revisions list is:
When looking at the log of the controller (kubectl logs controller-cc7d86698-p648q -n knative-serving)
I see the following:
Steps to Reproduce the Problem
Create an EKS with K8S v1.32 using Hashikorp standard Terraform script.
Create an image with dummy application, push to ECR, deply as Knative serving v1.17.0
The text was updated successfully, but these errors were encountered: