kinvolk / lokomotive

🪦 DISCONTINUED Further Lokomotive development has been discontinued. Lokomotive is a 100% open-source, easy to use and secure Kubernetes distribution from the volks at Kinvolk
https://kinvolk.io/lokomotive-kubernetes/
Apache License 2.0
321 stars 49 forks source link

Single node test deployment. #1572

Closed ajrpayne closed 2 years ago

ajrpayne commented 3 years ago

Looking at the website docs. https://kinvolk.io/docs/lokomotive/latest/configuration-reference/platforms/baremetal/

I don't see a option in baremetalcluster.lokocfg reference for creating a single node cluster.

If I leave the worker* variables out will it deploy a single node? Do I fill in the worker* variables with the same info that will be in the controller?

Will there be taints I need to remove when deployed using lokoctl?

invidian commented 2 years ago

I think deploying without worker_ fields should produce you a single controller node cluster. Once deployed, you may want to remove the taint from this node to let regular workloads be scheduled on it.