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

feature: Allow override specification of the name of the docker container hosting the kubeflex cluster #230

Closed
1 task
eaepstein opened this issue Mar 27, 2024 · 0 comments · Fixed by #241
Closed
1 task
Labels
enhancement New feature or request priority/medium Must be staffed and worked on either currently, or very soon, ideally in time for the next release.

Comments

@eaepstein
Copy link

Feature Description

"kflex init" assumes that the name of the docker container hosting the kubeflex cluster is "kubeflex-control-plane", which is the name of the container created by "kflex init --create-kind".

The default name for the container when using K3D, for example "k3d cluster create kubeflex", is "k3d-kubeflex-server-0".
K3D does not appear to have an option to specify a different name, so after creation this container must be renamed and restarted for kubeflex to init.

Proposed Solution

It would be convenient to be able to specify the desired container name in the "kflex init" command.

Want to contribute?

  • I would like to work on this issue.

Additional Context

No response

@pdettori pdettori added enhancement New feature or request priority/medium Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority/medium Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
2 participants