Hi team how can I filterout all the node with noschedule

samir parhi:
Hi team how can I filterout all the node with noschedule

unnivkn:
k describe node master | grep -i taint -A2
k describe node node01 | grep -i taint -A2
k describe node node02 | grep -i taint -A2

samir parhi:
@unnivkn what is the meaning of -A2?

unnivkn:
just run it… you can see filtered row with few extra lines below it, that will give you additional information

unnivkn:
pls run the command with out -A2 & with -A2. you can find the difference

samir parhi:
ok ok … thank you

unnivkn:
you welcome