ansible-collection-prometheus/roles/cadvisor/TROUBLESHOOTING.md
SuperQ 9e8cdccba6
feat: Add cadvisor role
Add a role to deploy https://github.com/google/cadvisor.

Signed-off-by: SuperQ <superq@gmail.com>
2024-01-08 17:51:09 +01:00

613 B

Troubleshooting

Bad requests (HTTP 400)

This role downloads checksums from the Github project to verify the integrity of artifacts installed on your servers. When downloading the checksums, a "bad request" error might occur.

This happens in environments which (knowningly or unknowling) use the netrc mechanism to auto-login into servers.

Unless netrc is needed by your playbook and ansible roles, please unset the var like so:

$ NETRC= ansible-playbook ...

Or:

$ export NETRC=
$ ansible-playbook ...