Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a kubectl user I want CFServiceInstance resources to be aware of service plan visibility changes #3575

Closed
danail-branekov opened this issue Oct 30, 2024 · 0 comments

Comments

@danail-branekov
Copy link
Member

danail-branekov commented Oct 30, 2024

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 visible
WHEN I enable the service plan
THEN I see the service instance becoming ready and provisioned with the broker

@danail-branekov danail-branekov converted this from a draft issue Oct 30, 2024
@danail-branekov danail-branekov added this to the v0.14 milestone Oct 30, 2024
@danail-branekov danail-branekov self-assigned this Oct 30, 2024
zabanov-lab added a commit to zabanov-lab/korifi that referenced this issue Nov 5, 2024
* If the plan eventually becomes visible, the controller is triggered
  upon the plan change to reconcile the instance

fixes cloudfoundry#3575

Co-authored-by: Danail Branekov <[email protected]>
zabanov-lab added a commit to zabanov-lab/korifi that referenced this issue Nov 5, 2024
* If the plan eventually becomes visible, the controller is triggered
  upon the plan change to reconcile the instance

fixes cloudfoundry#3575

Co-authored-by: Danail Branekov <[email protected]>
@github-project-automation github-project-automation bot moved this from 🔄 In progress to ✅ Done in Korifi - Backlog Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant