-
Notifications
You must be signed in to change notification settings - Fork 87
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
Reconsider CLI defaults #392
Comments
Hi Team, I have addressed several aspects of this issue: Set the default node size to g4s.kube.xsmall Regards, |
I have made a PR regarding this issue, |
Please refer this 👆👆 |
Issue
Creating a cluster with
civo kubernetes create
creates a cluster with defaults. This is phenomenal use of convention over configuration so the user doesn't need to input too many flags or commands to create a cluster.However we should perhaps reconsider the defaults used here, right now this is what it does:
g4s.kube.medium
nodes --> We should probably make theg4s.kube.xsmall
the default. 3 nodes may be okay, although perhaps 2 is more conservative.(Not sure if I am missing other defaults)
In addition, the UI should be aligned with the defaults the CLI provides.
Acceptance Criteria
Cluster defaults should be
Another option could be to create templates for different types of configs, for example:
But this is out of the scope of this ticket.
The text was updated successfully, but these errors were encountered: