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
{{ message }}
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.
Currently, we can only pass one node label, but it should be possible to pass a list of labels (like for system-namespaces).
@click.option(
"--node-label",
help="Value for the kubernetes.io/role label (e.g. 'worker' if nodes are labeled kubernetes.io/role=worker)",
default="worker",
)
The text was updated successfully, but these errors were encountered:
Currently, we can only pass one node label, but it should be possible to pass a list of labels (like for
system-namespaces
).The text was updated successfully, but these errors were encountered: