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
GIVEN I have successfully created a service instance WHEN I disable the service plan THEN the service instance I created before disabling the plan should remain ready (and eventually bindable)
GIVEN I have a plan that is not visible WHEN I create a service instance for it via kubectl apply THEN I see the service instance resource getting into the failed state
GIVEN I have created a service instance that is in Failed state because of the service plan not being visible WHEN I enable the service plan THEN I see the service instance becoming ready and provisioned with the broker
The text was updated successfully, but these errors were encountered:
* If the plan eventually becomes visible, the controller is triggered
upon the plan change to reconcile the instance
fixescloudfoundry#3575
Co-authored-by: Danail Branekov <[email protected]>
* If the plan eventually becomes visible, the controller is triggered
upon the plan change to reconcile the instance
fixescloudfoundry#3575
Co-authored-by: Danail Branekov <[email protected]>
Acceptance
GIVEN I have successfully created a service instance
WHEN I disable the service plan
THEN the service instance I created before disabling the plan should remain ready (and eventually bindable)
GIVEN I have a plan that is not visible
WHEN I create a service instance for it via
kubectl apply
THEN I see the service instance resource getting into the failed state
GIVEN I have created a service instance that is in
Failed
state because of the service plan not being visibleWHEN I enable the service plan
THEN I see the service instance becoming ready and provisioned with the broker
The text was updated successfully, but these errors were encountered: