-
Notifications
You must be signed in to change notification settings - Fork 385
change controller finalizer back to kubernetes-incubator #2664
change controller finalizer back to kubernetes-incubator #2664
Conversation
/cc @mszostok |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jberkhahn The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test pull-service-catalog-xbuild |
found one thing: you should also change the test data, it's mocked (both returned responses and golden files), so tests didn't catch that by IMO we should also rename that to do not confuse others. |
@mszostok that should fix it |
/test pull-service-catalog-unit |
yea, this would definitely not be a compatible change. |
@MHBauer during the SIG meeting we discuss to move this change to CRD migration tool. Here is the migration scenario from api-server to CRDs: https://github.com/kyma-incubator/service-catalog/blob/crds-migration/docs/migration-apiserver-to-crds.md#details-of-an-upgrade-and-migration so we can add just one step to replace the finalizer name before saving resources into etcd and starting the new controller image. That should be quite easy to do, and additionally, we will have only one migration process instead of supporting two of them, wdyt? |
/lgtm |
as per the discussion in the meeting today