Skip to content

Ability to specify components during app scaffolding  #86

@kate-goldenring

Description

@kate-goldenring

The Spin operator is moving towards supporting a components field to enable running a subset of components of an app: spinframework/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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions