Versions Compared

Key

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

...

NameOSMaster flavorNode flavor
kubernetes-templatevX.X.XFedora AtomicHost 29CoreOS 32m1.smallm1.small
kubernetes-templatevX.X.X-haFedora AtomicHost 29CoreOS 32m1.smallm1.small
docker-swarm-templateFedora AtomicHost 29CoreOS 32m1.smallm1.small
docker-swarm-template-haFedora AtomicHost 29CoreOS 32m1.smallm1.small

For more information, all templates can be listed with

...

Private templates can be created by users. Please consult the documentation to find which parameters is needed for different Container Orchestration Engines.

Note

We know that Fedora AtomicHost 29 is deprecated and EoL, but support for Fedora CoreOS was added in Openstack Train. We are currently running Openstack Stein (one version older), but we are planning updates.

Create a cluster

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

...

Code Block
$ openstack coe cluster create <clustername> --cluster-template kubernetes-v1.1518.1210 --master-count 1 --node-count 1 --keypair <your keypair>

...