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

[FEATURE] Install Cluster Build Strategies via Operator #155

Closed
1 task done
adambkaplan opened this issue Oct 25, 2023 · 0 comments · Fixed by #171
Closed
1 task done

[FEATURE] Install Cluster Build Strategies via Operator #155

adambkaplan opened this issue Oct 25, 2023 · 0 comments · Fixed by #171
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@adambkaplan
Copy link
Member

Is there an existing feature request for this?

  • I have searched the existing feature requests

Is your feature request related to a problem or use-case? Please describe.

Cluster build strategies help developers get started quickly with Shipwright. However, teams/admins currently need to install cluster build strategy manually using kubectl apply, and referencing a YAML file (local or hosted remotely).

Describe the solution that you would like.

The operator should package a curated set of cluster build strategies, likely from https://github.com/shipwright-io/build/tree/main/samples, that it then installs via the operator. The location of these strategies should come from a well-defined location within the operator codebase so that downstream distros can modify the installed content.

Describe alternatives you have considered.

SHIP-0039 describes a more long term approach where we curate a catalog of build strategies. This feature is effectively a precursor that is more narrowly focused on the operator and does not impact other projects.

Anything else?

No response

@adambkaplan adambkaplan added the kind/feature Categorizes issue or PR as related to a new feature. label Oct 25, 2023
@adambkaplan adambkaplan added this to the release-v0.13.0 milestone Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant