-
Notifications
You must be signed in to change notification settings - Fork 15
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
sizing parameters ignored upon cluster creation #149
Comments
Notice that the output of the command:
IS the expected one according to the docs. This might seem surprising but it's not: So, what actually happens is that previous command actually is: because all the flags specified after This would seem an invalid bug.... but running the fixed command: creates the cluster, this time taking into account all the flags BUT some of the chosen templates are WRONG. So, 1st thing is fixing the template selection, then making explicit in the docs that the wrong choice in flag order results in ignored parameters and finally adding warnings if we detect a command that is 'obviously' wrong |
In order to test the fix, you should build the branch 'develop' or wait for next release. Assuming you have git, and docker in your machine, the fastest way to build is:
After that, you should see a ./exported directory, in there you should found the safescale and safescaled binaries |
version: v21.11.0
When trying to create a cluster with the following command the sizing parameters seems to be ignored:
safescale cluster create callisto --complexity=small --flavor=K8S --gw-sizing="template=d2-2" --master-sizing="template=b2-7" --node-sizing="template=b2-30"
Here is the result:
Here are the logs:
cluster.log
The text was updated successfully, but these errors were encountered: