We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
kind_load
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
Is there any interest in supporting a
kind_load
resource, that takes an image reference and kind cluster name, and loads it?If you're interested I might be willing to contribute this, as it could be useful in some of our testing.
The text was updated successfully, but these errors were encountered: