Deckhouse Kubernetes Platform on Selectel (OpenStack)

Before starting the installation, ensure you have the cloud provider quotas required to deploy your cluster.

The cloud-init package must be installed on the VMs. After the virtual machine is started, the following services associated with this package must be started:

  • cloud-config.service;
  • cloud-final.service;
  • cloud-init.service.

You need to create a service account so that Deckhouse Kubernetes Platform can manage resources in the Selectel. The detailed instructions for creating a service account are available in the documentation.

Create the service account and download openrc file. The data from the openrc file will be required further to fill in the provider section in the Deckhouse Kubernetes Platform configuration.

Please note, that to create a node with the CloudEphemeral type in a zone other than zone A, you must first create a flavor with a disk of the required size. The rootDiskSize parameter does not need to be specified.

Example of creating a flavor...

openstack flavor create c4m8d50 --ram 8192 --disk 50 --vcpus 4 --private