Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFE] filter the nodes by a label selector #29

Open
ptrnull opened this issue Feb 25, 2021 · 0 comments
Open

[RFE] filter the nodes by a label selector #29

ptrnull opened this issue Feb 25, 2021 · 0 comments

Comments

@ptrnull
Copy link
Contributor

ptrnull commented Feb 25, 2021

The oc debug node is pretty heavy in time consumption, it could happen that a user wants to check only a specific group of nodes or a single node. A parameter like the following would be really useful:
-f sriov

For example, to run the checks on the nodes with the label sriov will get the following nodes and execute the checks only on this nodes:

$ oc get node -l sriov
NAME                STATUS   ROLES    AGE    VERSION
rna1-master-0.*   Ready    worker   104d   v1.17.1
rna1-master-1.*   Ready    worker   104d   v1.17.1
rna1-master-2.*   Ready    worker   104d   v1.17.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant