spinkube / spin-plugin-kube

A Spin plugin for interacting with Kubernetes.
Other
27 stars 7 forks source link

proposal: command to install spin-operator into a kubernetes cluster #38

Open bacongobbler opened 8 months ago

bacongobbler commented 8 months ago

@michelleN raised a question during today's show and tell: do we want to grant spin k8s the ability to install spin-operator and all its dependencies into a Kubernetes cluster that does not have those systems installed? Why or why not?

endocrimes commented 8 months ago

I don't think so - We don't want to maintain a Kubernetes Packaging Tool (and kubectl apply -f https://github.com/spinkube/spin-operator/releases/v1.0.0/static-manifests.yaml would be a more understandable experience if we wanted something similar)

We may want something to generate SpinAppExecutors for a provided runtimeClassName?