Versions Compared

Key

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

...

NameOSMaster flavorNode flavor
kubernetes-vX.X.XFedora CoreOS 32m1.smallm1.small
kubernetes-vX.X.X-haFedora CoreOS 32m1.smallm1.small
docker-swarm-templateFedora CoreOS 32Atomicm1.smallm1.small
docker-swarm-template-haFedora CoreOS 32Atomicm1.smallm1.small

For more information, all templates can be listed with

...

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

Info

Do NOT select flavors with less resources than the default in our templates. The k8s masters will need a certain amount of RAM to function.


ParameterComment
--docker-volume-sizeSize of cinder volume housing docker images and volumes. Defaults to 20GB 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 m1.small 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.


...