Philippe Pepiot
Philippe Pepiot
imago should use secrets if they are defined in ``ImagePullSecrets`` on the deployment / daemonset, do you have one ? Then I think there's some unhandled cases: * use of...
Hi @micw , thanks for the suggestion ! Yes I think controlling the future AdmissionController behavior with annotations is the way to go for incremental use. Also maybe have an...
I think testinfra should take in account ``ansible_ssh_common_args`` and ``jumphost`` from inventory. Or maybe have a way to disable direct connection with testinfra ssh backend and connect directly with ansible...
Hi, did you tried `List[testinfra.modules.package.Package]` ?
Yes, it looks like a bug I fixed few weeks ago: 2b3eade26a7d79f8c77312c20186dfcbe9567d66 do you have this commit when testing ?
Yes using a separate file for destructive tests seems a good idea
@relaxdiego hi, no because this need to work on remote system as well, and python might not be installed here.
Hi, thanks for the PR but you're not supposed to use `get_host()` in this case but rather `get_hosts()` which return a list of testinfra `host` objects on which you can...
Hi, thanks for contributing ! If the interface name does not exists it will return None as well and I think it's better to raise an error in this case....
Yes, I think we could implement this using the same ansible syntax as you suggest.