You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simply running gsutil in the generated container produces:
I have no name!@7f189755450a:/$ gsutil
Error: gsutil requires Python version 2.7 or 3.5-3.11, but a different version is installed.
You are currently running Python 3.12
Follow the steps below to resolve this issue:
1. Switch to Python 3.5-3.11 using your Python version manager or install an appropriate version.
2. If you are unsure how to manage Python versions, visit [https://cloud.google.com/storage/docs/gsutil_install#specifications] for detailed instructions.
What is the expected behavior?
Should be able to run gsutil, or at least other bitnami script should use gsutil.
javsalgar
changed the title
Google's gsutil still requires python 3.11, only 3.12 is shipped in sdk image
[bitnami/google-cloud-sdk] Google's gsutil still requires python 3.11, only 3.12 is shipped in sdk image
Nov 25, 2024
Name and Version
bitnami/google-cloud-sdk:0.489.0
What architecture are you using?
amd64
What steps will reproduce the bug?
Simply running gsutil in the generated container produces:
What is the expected behavior?
Should be able to run gsutil, or at least other bitnami script should use gsutil.
What do you see instead?
gsutil fails whenever you try to run it.
As a consequence this causes the influx_backup scripts from: https://github.com/bitnami/charts/blob/main/bitnami/influxdb/templates/configmap-backup.yaml
fail to run.
Additional information
This is affecting other charts offered by bitnami.
The last working version is: 0.489.0-debian-12-r0
Still failing in: 0.502.0-debian-12-r0
commit that updates python to 3.12: a5313d5
Alternatively, the influx backup scripts should use gcloud storage rsync instead of gsutil -m resync.
The text was updated successfully, but these errors were encountered: