Playbook using kubernetes.core fails when using mitogen_linear strategy #1018
Labels
affects-0.3
Issues related to 0.3.X Mitogen releases
bug
Code feature that hinders desired execution outcome
When running a simple playbook to create a namespace using
kuberenetes.core.k8s
module fails with the following error when mitogen is enabled.See https://github.com/markafarrell/mitogen-k8s-google-auth-repro for reproduction instructions.
It appears to be related to the version of
google-auth
python module that is installed.Using version
2.21.0
the playbook can be successfully run with mitogen but using version2.22.0
causes the above failure.googleapis/google-auth-library-python@v2.21.0...v2.22.0#diff-f7c93c24116089dc7e88f361b4c769fd33bbf2b7b38d902945d8b226dc4b5c9b
This issue is not encountered when using the normal linear strategy (i.e with mitogen disabled)
The text was updated successfully, but these errors were encountered: