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

Install only mode #44

Open
jkremser opened this issue Oct 27, 2022 · 0 comments
Open

Install only mode #44

jkremser opened this issue Oct 27, 2022 · 0 comments

Comments

@jkremser
Copy link
Member

It would be nice to have a way to use this action without the need of creating a cluster, only for install k3d purposes. Imagine a user who wants to start n of k8s clusters and the n is not known in advance but it's dynamically evaluated during the build or whatever.

The officially suggested way of curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash isn't super secure.

Something like skipClusterCreation: true,installOnly: true, dontCreate: true or create: false.

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

1 participant