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

Add command line options to specify k3d options to kubefirst k3d create #2195

Open
2 tasks done
mwoodpatrick opened this issue Jun 10, 2024 · 2 comments
Open
2 tasks done
Labels
feature Something new

Comments

@mwoodpatrick
Copy link

What is your feature idea?

It would be very helpful if we could add k3d options when using kubefirst to create a k3d cluster (ala gdb) e.g.

kubefirst k3d create --cluster-name kubefirst_test1 --github-user mwoodpatrick --git-provider github --k3dargs --image rancher/k3s:$version

Would create a k3d cluster based on the specified k3s image.

Note all args following the --k3dargs would be passed directly to k3d

Why is it needed?

Combine the standard args passed to k3d along with any use specified k3d args

Is this missing feature preventing you from using kubefirst?

  • Yes

Code of Conduct

  • I agree to follow this project's Code of Conduct
@mwoodpatrick mwoodpatrick added the feature Something new label Jun 10, 2024
@fharper
Copy link
Member

fharper commented Jun 25, 2024

@mwoodpatrick I like this idea, thanks for suggesting it 🙌

@mwoodpatrick
Copy link
Author

I'm doing some prototyping in a fork of kubefirst to support multiple simultaneous configs of kubefirst with each config having its cluster, git repos, k3d/k3s config settings. I'll let you know how it goes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Something new
Projects
Status: No status
Development

No branches or pull requests

2 participants