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
{{ message }}
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.
Currently, when we install the operator of an new version, in a cluster, where there is an older version operator, the resources of knative serving will be overwritten or brand-new installed, depending on whether the resource exists or not.
However, if the new version of knative serving remove resources compared to the old version, the operator should remove those resources.
Since all the resources are labeled with "serving.knative.dev/release="<Version>", we can use the version number to find all the resources at the older version.
The text was updated successfully, but these errors were encountered:
Currently, when we install the operator of an new version, in a cluster, where there is an older version operator, the resources of knative serving will be overwritten or brand-new installed, depending on whether the resource exists or not.
However, if the new version of knative serving remove resources compared to the old version, the operator should remove those resources.
Since all the resources are labeled with "serving.knative.dev/release="<Version>", we can use the version number to find all the resources at the older version.
The text was updated successfully, but these errors were encountered: