You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realized this is likely related / duplicating #15753
What version of Knative?
v1.17.0
Deployed with the operator
Expected Behavior
Revisions should become ready
Actual Behavior
Revisions stuck in Deploying status.
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning InternalError 5m35s revision-controller failed to update deployment "helloworld-go-00001-deployment": Operation cannot be fulfilled on deployments.apps "helloworld-go-00001-deployment": the object has been modified; please apply your changes to the latest version and try again
The only error I see in the logs are about the webhook:
{"severity":"ERROR","timestamp":"2025-02-28T03:35:22.931441695Z","logger":"webhook.ConfigMapWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"6265a8e","knative.dev/pod":"webhook-57ccdb4884-8jb72","knative.dev/traceid":"8f7c243f-6571-48a7-9355-1b0b48f0e296","knative.dev/key":"config.webhook.serving.knative.dev","duration":"31.958µs","error":"error retrieving webhook: validatingwebhookconfiguration.admissionregistration.k8s.io \"config.webhook.serving.knative.dev\" not found","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20250117084104-c43477f0052b/controller/controller.go:564\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250117084104-c43477f0052b/controller/controller.go:541\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250117084104-c43477f0052b/controller/controller.go:489"}
Steps to Reproduce the Problem
With a fresh cluster (I'm using Rancher Desktop with K8s 1.31.4) do the following. If its not clear, you may want to pause between the operator deploy and CRD deploy to allow services to start.
I was able to resolve this by specifying the Kourier gateway for ingress. Although, I do find it to violate some unwritten rule that the default configuration should work in most cases, and configurations that require dependencies (such as Istio, which seems to be the case here) should require more configuration.
I realized this is likely related / duplicating #15753
What version of Knative?
Expected Behavior
Revisions should become ready
Actual Behavior
Revisions stuck in
Deploying
status.The only error I see in the logs are about the webhook:
Steps to Reproduce the Problem
With a fresh cluster (I'm using Rancher Desktop with K8s 1.31.4) do the following. If its not clear, you may want to pause between the operator deploy and CRD deploy to allow services to start.
This results in the following Revision that fails to become Ready:
The text was updated successfully, but these errors were encountered: