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
In OCP4, the service catalog does not exist. This means that if we try to migrate applications that have been provisioned by the svc catalog then the restore will more than likely fail for a few reasons.
The ServiceInstance resource will not exist on OCP4
The app will more than likely depend on existing svc bindings
The app is used to being managed by svc catalog and maybe not restore in a k8s friendly manner
We should investigate a potential plugin that can do it's best to clean up the application that includes a ServiceInstance and allows it to come up as gracefully as possible on the OCP4 side.
The text was updated successfully, but these errors were encountered:
In OCP4, the service catalog does not exist. This means that if we try to migrate applications that have been provisioned by the svc catalog then the restore will more than likely fail for a few reasons.
ServiceInstance
resource will not exist on OCP4We should investigate a potential plugin that can do it's best to clean up the application that includes a ServiceInstance and allows it to come up as gracefully as possible on the OCP4 side.
The text was updated successfully, but these errors were encountered: