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

Question: kind_load resource? #43

Open
imjasonh opened this issue Jun 23, 2023 · 1 comment
Open

Question: kind_load resource? #43

imjasonh opened this issue Jun 23, 2023 · 1 comment

Comments

@imjasonh
Copy link

Is there any interest in supporting a kind_load resource, that takes an image reference and kind cluster name, and loads it?

resource "kind_load" "alpine" {
  image   = "alpine"
  cluster = "test-cluster"
}

If you're interested I might be willing to contribute this, as it could be useful in some of our testing.

@tehcyx
Copy link
Owner

tehcyx commented Jun 28, 2023

Hey @imjasonh, sure if that helps setup things I believe there's room for us to add more functionality. I'd be happy to merge that in.

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

No branches or pull requests

2 participants