knative / serving

Kubernetes-based, scale-to-zero, request-driven compute
https://knative.dev/docs/serving/
Apache License 2.0
5.57k stars 1.16k forks source link

Issues with Multi-Version Upgrades and ksvc Resource Restoration in Knative #15600

Open hzkornel opened 2 weeks ago

hzkornel commented 2 weeks ago

Hi, I'm experiencing challenges with Knative Serving upgrades, I had to upgrade multiple minor versions, which proved complicated, leading me to completely remove Knative Serving and the Operator, as well as all related custom resource definitions (CRDs) from my Kubernetes cluster.

Context

Primary Questions

Any guidance on this would be greatly appreciated! Thank you for your support!

skonto commented 2 weeks ago

Hi @hzkornel I think this should be opened at the knative/operator side. cc @houshengbo could you assist here?

Attempting to reapply the previously backed-up ksvc resources results in a RevisionMissing status, even though I backed up and reapplied all resources related to ksvcs.

Pls take a look at https://github.com/knative/serving/issues/10926