Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The different container orchestration engines has different parameters. For an extensive and complete list, check the documentation.

Examples

For each template, you can override a few parameters when you create your cluster:

ParameterComment
--docker-volume-sizeSize of cinder volume housing docker images and volumes. Defaults to 40GB for our public templates
--master-flavorInstance flavor of VMs running the master node. Defaults to m1.small for public templates
--flavorInstance flavor of VMs runnin worker nodes. Defaults to t1.large for public templates
--labels

Override default labels for the give COE. Consult documentation for valid labels for each COE.

Note the labels set in the public templates are there for a reason (wink)

Also note that --labels does not merge, so if you want to add labels, please include the labels set in the template as well.



Docker Swarm

This will create Docker Swarm cluster with one master node, and one worker node

...