Dane
Dane
Seeing the same issue on Operator v0.17.0, AWX 20.0.0 on k3s. Using `kubectl delete awx $NAME` doesn't remove the PersistentVolumeClaim for the AWX database, as helpfully pointed out in #631,...
We've had the same issue here. Had to roll back to the v3.x.x plugin to get our Zabbix graphs to work. Grafana v7.5.7.
Adding the `--branch` flag does workaround this issue, but this should still be considered a bug as you can't list all policies for the repository, regardless of the branch. If...
Python 2.7.12 as supplied by Ubuntu 16.04.
I have also come across this, although my error is slightly different: ``` Error: prompt failure: template: prompt:2:7: executing "prompt" at : can't evaluate field ShowHelp in type GJB2N4R4a5.OalHLhT4uq ```...
Is there an ETA on #474 being merged, please?
Further to this, just in case anyone comes across this, you have to re-enable `diffie-hellman-group-exchange-sha1` as a key exchange algo on the client when trying to SSH to CentOS 5...
No, I didn't want to go through the hassle of setting up a CA.
Apologies to the maintainer that keeps allowing the CI to run only for it to fail. I think I've got it this time!
After further investigation this appears to have been caused by the FileArchive.Open() function not handling paths in a cross-platform manner (our code unfortunately targets Windows machines). I've opened another PR...