Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The AWSCLI pod is using an obsolete AWS CLI version #11276

Open
sagihirshfeld opened this issue Jan 30, 2025 · 0 comments
Open

The AWSCLI pod is using an obsolete AWS CLI version #11276

sagihirshfeld opened this issue Jan 30, 2025 · 0 comments
Labels
High Priority High priority issues MCG Multi Cloud Gateway / NooBaa related issues Squad/Red

Comments

@sagihirshfeld
Copy link
Contributor

The version of the AWSCLI binary we're using the AWSCLI pod is an X version below the latest stable:

$ oc exec s3cli-0 -n s3cli-zo0nsapkz313f -- aws --version
aws-cli/1.25.97 Python/3.10.14 Linux/5.14.0-427.50.1.el9_4.x86_64 botocore/1.21.49

$ brew info awscli --json | jq -r ".[0].versions.stable"
2.23.7

This can cause some discrepancies like in the one in this bug as well as other unexpected issues.

@sagihirshfeld sagihirshfeld added High Priority High priority issues MCG Multi Cloud Gateway / NooBaa related issues Squad/Red labels Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High Priority High priority issues MCG Multi Cloud Gateway / NooBaa related issues Squad/Red
Projects
None yet
Development

No branches or pull requests

1 participant