Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin 0.3.0 still references core.spinoperator.dev/v1alpha1 #93

Closed
jandubois opened this issue Nov 8, 2024 · 1 comment · Fixed by #94
Closed

Plugin 0.3.0 still references core.spinoperator.dev/v1alpha1 #93

jandubois opened this issue Nov 8, 2024 · 1 comment · Fixed by #94

Comments

@jandubois
Copy link

For example (using spinkube operator 0.4.0):

$ spin kube --version
kube version 0.3.0
$ spin kube deploy --from ghcr.io/spinkube/containerd-shim-spin/examples/spin-rust-hello:v0.13.0
Error: 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:

github.com/spinkube/spin-operator v0.1.0

@bacongobbler
Copy link
Collaborator

Yes, that would indeed be the issue. Thanks for catching this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants