postgres-operator
postgres-operator copied to clipboard
Backup job images service account auth to access s3 buckets due to outdated awscli
- helm chart 1.10.1, backup image registry.opensource.zalan.do/acid/logical-backup:v1.10.1
- aws eks
- used in production
- bug report
We are using role-based auth and pod identity agent to provide access to resources required and switching to logical backup for some resources.
While running logical backup cronjob, it fails with
Unsupported host '169.254.170.23'. Can only retrieve metadata from these hosts: 169.254.170.2, localhost, 127.0.0.1
generally issue can be solved by installing awscli from binary.
Hi @alexkuklin can you create a PR which changes installation of awscli (and maybe others CLIs, too) in the logical backup's docker file? You got the same problem with the 1.11.0 image, too? You can change it in the configuration (logical_backup_docker_image) to test.