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
$ spin kube --versionkube version 0.3.0
$ spin kube deploy --from ghcr.io/spinkube/containerd-shim-spin/examples/spin-rust-hello:v0.13.0Error: no matches for kind "SpinApp" in version "core.spinoperator.dev/v1alpha1"Usage: kube deploy [flags]…
Using the --dry-run option and piping into kubectl apply -f - works.
I believe the root cause is that the plugin still links to spin-operator 0.1.0 in the go.mod file:
For example (using spinkube operator 0.4.0):
Using the
--dry-run
option and piping intokubectl apply -f -
works.I believe the root cause is that the plugin still links to
spin-operator
0.1.0 in thego.mod
file:spin-plugin-kube/go.mod
Line 13 in 6f4c9c6
The text was updated successfully, but these errors were encountered: