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
Describe the bug
Knative adds annotations to the deployed service. The action of redeploying is triggering an update, that is removing these labels. Knative doesn't accept that because these labels are considered immutable.
So, we should delete and redeploy instead.
The text was updated successfully, but these errors were encountered:
Describe the bug
Knative adds annotations to the deployed service. The action of redeploying is triggering an update, that is removing these labels. Knative doesn't accept that because these labels are considered immutable.
So, we should delete and redeploy instead.
The text was updated successfully, but these errors were encountered: