Vultr API - Create NodePools
labels (object): Map of key/value pairs defining labels to automatically apply to all nodes in this nodepool. Labels will be applied to both new and existing nodes.
I added multiple key/value pairs for labels using govultr, but these labels are not applied to the nodes according to kubectl get no --show-labels
I'm confused what is the point of specifying labels if they are not applied to nodes. Also, these labels don't appear in the Vultr Web UI
Basically, the labels field does nothing
Vultr API - Create NodePools
I added multiple key/value pairs for
labelsusinggovultr, but these labels are not applied to the nodes according tokubectl get no --show-labelsI'm confused what is the point of specifying
labelsif they are not applied to nodes. Also, these labels don't appear in the Vultr Web UIBasically, the
labelsfield does nothing