Results 2 comments of Neel S

> I also ran into this issue on 0.25.4. Removing `~/.k9s` didn't help, but removing `~/Library/Application\ Support/k9s` did. I didn't have `~/.config/k9s`. this helped

As per my experimentation, following works. I expect it should be documented properly ``` label_selector = 'label_1 =x,label_2=y' ``` ``` v1_k8s_client.list_node(label_selector='label_1 =x, label_2=y') ```