-
what if I want to increase or decrease worker / master nodes ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's easy! All you have to do is just increase the istance count and re-run the create command. It will automatically detect what servers you already have and create the missing ones. Removing nodes is a bit more involved, see https://github.com/vitobotta/hetzner-k3s?tab=readme-ov-file#scaling-down-a-node-pool. I usually like to have one or two static node pools for some things, and have one or more nodepools with the autoscaling enabled, so I don't need to worry about adding and removing nodes myself. Have you tried that? |
Beta Was this translation helpful? Give feedback.
It's easy! All you have to do is just increase the istance count and re-run the create command. It will automatically detect what servers you already have and create the missing ones.
Removing nodes is a bit more involved, see https://github.com/vitobotta/hetzner-k3s?tab=readme-ov-file#scaling-down-a-node-pool.
I usually like to have one or two static node pools for some things, and have one or more nodepools with the autoscaling enabled, so I don't need to worry about adding and removing nodes myself. Have you tried that?