This repository was archived by the owner on Jun 29, 2022. It is now read-only.
This repository was archived by the owner on Jun 29, 2022. It is now read-only.
Lokoctl should deploy machines on different racks #1327
Open
Description
Current situation
Currently if a user wants to have nodes on different racks they have to rely on node reservation feature by Packet, which is cumbersome to use and could be error prone. Also this makes it very hard to rotate worker pools.
Also node reservation is only used right now to ensure nodes are scheduled on different racks.
Ideal future situation
For certain worker pools it is necessary that they run on different racks, e.g. control plane, storage, network. The reasons could be HA, network traffic distribution, etc.
Lokoctl should procure machines from Packet on different racks using terraform or using the Packet APIs. This makes it easier to rotate the worker pools and the need for node reservation.