spinkube / spin-plugin-kube

A Spin plugin for interacting with Kubernetes.
Other
20 stars 5 forks source link

make the `-f` flag in `spin k8s deploy` optional #5

Open bacongobbler opened 7 months ago

bacongobbler commented 7 months ago

The subcommand that allows application developers to deploy their SpinApps to a Kubernetes cluster currently requires the OCI image be passed in via flag. Could we do something clever so that this is not a requirement?

$ spin k8s deploy
Deploying spin-hello-world... done
Waiting for application to become ready... ready!

Run `spin k8s connect spin-hello-world` to connect to your application.