well another thing I try and just does not work as per the doc the example from the official doc does not even work :
ansibe 2.8 / python3.6 , openshift / kubernetes pip modules 0.11 (0.12 is broken too). *- name: Search for all running pods* * k8s_facts:* * kind: Pod* * field_selectors:* * - status.phase = running* returns: *Failure\",\"message\":\"field label not supported: status.phase \",\"reason\":\"BadRequest\",\"code\":400}* Why is that trying to get labels when we are talking fields ? I am ultimately trying to get infos on Deployments , but same thing field_selectors does not work at all . anyone been using this module and the *field_selectors *parameters successfully ? thanks -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/58ad6ea9-4954-44ba-bca3-7fa17451091an%40googlegroups.com.
