You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: