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

Ability to specify components during app scaffolding #86

Open
kate-goldenring opened this issue Oct 15, 2024 · 0 comments · May be fixed by #87
Open

Ability to specify components during app scaffolding #86

kate-goldenring opened this issue Oct 15, 2024 · 0 comments · May be fixed by #87

Comments

@kate-goldenring
Copy link
Contributor

The Spin operator is moving towards supporting a components field to enable running a subset of components of an app: spinkube/spin-operator#323

This plugin should support configuring it:

spin kube scaffold --from bacongobbler/hello-rust:latest --component "hello" --component "world" | kubectl apply -f -

Ideally the plugin would also validate the components selected (exist and do not break service chaining), but that would require adding support to pull the OCI artifact, which could come at a later stage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant