Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#79534 - [aws-cli-v2] aws eks update-kubeconfig command broken
Attached to Project:
Arch Linux
Opened by Leif Warner (pdxleif) - Friday, 01 September 2023, 19:47 GMT
Last edited by Chih-Hsuan Yen (yan12125) - Saturday, 02 September 2023, 04:54 GMT
Opened by Leif Warner (pdxleif) - Friday, 01 September 2023, 19:47 GMT
Last edited by Chih-Hsuan Yen (yan12125) - Saturday, 02 September 2023, 04:54 GMT
|
DetailsDescription: aws-cli-v2 package 2.13.13-1
Running the command: aws eks update-kubeconfig gives: preferences is wrong type: <class 'dict'> (Should be <class 'collections.OrderedDict'>) (e.g. running `aws eks update-kubeconfig --region us-west-2 --name foo-cluster`) Searching for this error led me to this upstream issue, which was apparently caused by the OS package having the wrong version of a python dependency present? |
This task depends upon
Closed by Chih-Hsuan Yen (yan12125)
Saturday, 02 September 2023, 04:54 GMT
Reason for closing: Fixed
Additional comments about closing: aws-cli-v2 2.13.15-1
Saturday, 02 September 2023, 04:54 GMT
Reason for closing: Fixed
Additional comments about closing: aws-cli-v2 2.13.15-1
This works fine for other people on other OSes.
Missing? I assume you mean [1] and/or [2]
[1] https://github.com/aws/aws-cli/issues/7966
[2] https://github.com/aws/aws-cli/issues/8018
And extra-testing/aws-cli-v2 2.13.15-1 fixes the issue for me - I can just use that. Thanks!