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
At this moment, upgrade requests are not being validated, meaning that the operator will always trigger an upgrade process to any version specified in the resource definition.
We need to check if the version is explicitly supported. The operator should not attempt to upgrade to a non-supported or non-compatible version. Upgrade support to a particular version needs to be implemented and added to the operator. Furthermore, some versions might require specific actions and verifications, like applying migrations.
This could be implemented as an admission webhook as part of #7.
At this moment, upgrade requests are not being validated, meaning that the operator will always trigger an upgrade process to any version specified in the resource definition.
We need to check if the version is explicitly supported. The operator should not attempt to upgrade to a non-supported or non-compatible version. Upgrade support to a particular version needs to be implemented and added to the operator. Furthermore, some versions might require specific actions and verifications, like applying migrations.
This could be implemented as an admission webhook as part of #7.
Related documentation:
Admission Controller for PravegaCluster resource #7
The text was updated successfully, but these errors were encountered: