-
Notifications
You must be signed in to change notification settings - Fork 558
acs-engine quick-create ... #3378
Comments
Not sure how I feel about the |
How about Alternatively |
Note that we have the --set flag implemented by @jcorioland that might solve your merged PR : #2787 |
Another thought here:
As well as a simple
These could also be flipped to deploy by default and have a flag to output the model that can be consumed by the |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution. Note that acs-engine is deprecated--see https://github.com/Azure/aks-engine instead. |
We have talked multiple times with regards to optimized creation process (cc: @jessfraz @jackfrancis @cpuguy83, @CecileRobertMichon ) - The current process is:
acs-engine generate
then deploy. Each step is prone to errors (spelling issues, copy/paste etc).Proposal:
Establish a well know golden api-model (as part of the binary). That golden model encompasses all the best practices that we learned and learning. The api-model will also be updated as part of the release as needed.
Create a new CLI command
acs-engine quick-create --resource-group --location --master-count {n} --agentpool-count {n} --node-per-pool {n} --overrides [{key:val}] --output-directory {path}
calling this command will:Generate the needed api-model + ARM template
Create resource-group
Perform deployment
@cpuguy83 is willing to carry this forward.
comments/questions?
The text was updated successfully, but these errors were encountered: