You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it is possible to filter node labels with --node-labels.
In reality some nodes have two labels like node-role.kubernetes.io/worker and node-role.kubernetes.io/infra.
To exclude a node with a second label I would like to propose a feature to exclude labels with --exclude-node-labels.
The text was updated successfully, but these errors were encountered:
Currently it is possible to filter node labels with
--node-labels
.In reality some nodes have two labels like
node-role.kubernetes.io/worker
andnode-role.kubernetes.io/infra
.To exclude a node with a second label I would like to propose a feature to exclude labels with
--exclude-node-labels
.The text was updated successfully, but these errors were encountered: