Description
Difference between node_groups and worker_groups
Hi, recently started using this module, and am happy with it so far.
However, I do have a question about the node_groups
and worker_groups
keys.
I see in the basic example the use of worker_groups
, whereas in the managed node groups example there is node_groups
, which seem to be very similar.
Is this something specific to the managed node groups? I don't seem to see if mentioned in the related docs.
Is the node_groups
format just a way of working around this problem in the FAQ?
Side question: How many different ways are there of setting custom labels on nodes? I see the irsa example using the tags
key, which is different from the managed node groups, and there's also this comment on the key kubelet_extra_args
which is the only mention I see of setting k8s labels.
Not sure if creating an issue is the best place to ask questions about this module, but I guess I'm just confused with the documentation.