-
Notifications
You must be signed in to change notification settings - Fork 63
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
Support remote kind config ref #454
Labels
enhancement
New feature or request
Milestone
Comments
So your idea is to do this:
Something like
Correct ? @nabuskey |
We probably don't need to download it to a temp folder. I think we can do all that in-memory. Otherwise, yes that's inline with what I was thinking. |
I don't think so as kind go lib expects to read a file - see: https://github.com/kubernetes-sigs/kind/blob/main/pkg/internal/apis/config/encoding/load.go#L31-L51 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the kind config supplied via the
--kind-config
flag can refer to local files only. It should be able to reference remote kind configs as well. This is useful when a stack needs a specific kind configuration. Currently users need to clone the repository to use such stacks. e.g.--kind-config https://github.com/stacks/kind.config
The text was updated successfully, but these errors were encountered: