snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

Redeploying knative resources fails #140

Closed snowdrop-bot closed 4 years ago

snowdrop-bot commented 4 years ago

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.


https://github.com/quarkusio/quarkus/issues/10823


$upstream:10823$