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

Added initial feature of profiles #9

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

christianh814
Copy link
Owner

@christianh814 christianh814 commented May 14, 2024

Fixes #8

Added the "profile" feature by creating a run sub command that looks in ~/.bekind/profiles directory and runs the start subcommand using the ~/.bekind/profiles/{{name}}/config.yaml file for the configuration.

So far:

  • Profile name will be based on a directory: ~/.bekind/profiles/{{name}}
  • When called, it'll run the config file found in the profile: ~/.bekind/profiles/{{name}}/config.yaml
  • The name of the KIND cluster is the name of the profile unless otherwise specified
  • Tab completion should work

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

Successfully merging this pull request may close these issues.

[RFE] Profiles
1 participant