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

[BUG] Operator deletes Build CRDs #174

Closed
1 task done
adambkaplan opened this issue Nov 6, 2023 · 0 comments
Closed
1 task done

[BUG] Operator deletes Build CRDs #174

adambkaplan opened this issue Nov 6, 2023 · 0 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@adambkaplan
Copy link
Member

Is there an existing issue for this?

  • I have searched the existing issues

Kubernetes Version

v1.24 or higher

Shipwright Version

v0.12.0

Current Behavior

When the ShipwrightBuild instance is deleted, the Build-related custom resources are subsequently deleted. This can result in data loss.

Expected Behavior

When the ShipwrightBuild instance is deleted, the Build custom resource definitions remain intact (we just stop reconciling them). Cluster admins can clean this up later.

Steps To Reproduce

  1. Deploy the Shpwright operator via OLM
  2. Create a ShipwrightBuild object instance
  3. Run a few builds with Shipwright
  4. Delete the ShipwrightBuild instance

Anything else?

No response

@adambkaplan adambkaplan added the kind/bug Categorizes issue or PR as related to a bug. label Nov 6, 2023
@adambkaplan adambkaplan added this to the Backlog milestone Nov 20, 2023
@adambkaplan adambkaplan modified the milestones: Backlog, release-v0.13.0 Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
Archived in project
Development

No branches or pull requests

1 participant