StarpTech / k-andy

Low cost Kubernetes stack for startups, prototypes, and playgrounds on Hetzner Cloud.
MIT License
142 stars 20 forks source link

Feature/agent group options #13

Closed toabi closed 2 years ago

toabi commented 3 years ago

This replaces PR https://github.com/StarpTech/k-andy/pull/12

Notable changes:

toabi commented 3 years ago
StarpTech commented 2 years ago

Hi @toabi what's the status?

toabi commented 2 years ago

Phew had a month of holidays :D the current workaround we used before is to always apply the taints because there is no good way to find out which ones are untainted.

toabi commented 2 years ago

The taint issue is fixed in #15 - now they are set when the node registers. When you change them, agents have to be recreated, but that shouldn't really be a problem.