Followed testing steps for xenial: - Enabled focal-proposed - Installed awscli/focal-proposed and python3-botocore/focal-proposed - Ran aws --version (got expected 1.18.69) - Ran aws eks help (got expected help text) - Ran aws eks update-kubeconfig (ran successfully and showed valid error messages, as I do not have an AWS account EKS cluster)
The "unhandled exception" reported by David in previous test runs on xenial is gone, using python-botocore from LP: #1875485. But I could not verify the local kube config is actually updated, as I do not have an AWS account nor EKS cluster. I'm not sure if this is enough or if we need somebody else to re-verify this: root@namely-premium-longhorn:~# aws eks update-kubeconfig usage: aws [options] <command> <subcommand> [<subcommand> ...] [parameters] To see help text, you can run: aws help aws <command> help aws <command> <subcommand> help aws: error: the following arguments are required: --name root@namely-premium-longhorn:~# aws eks --region us-east-1 update-kubeconfig --name test_cluster Unable to locate credentials. You can configure credentials by running "aws configure". root@namely-premium-longhorn:~# aws configure AWS Access Key ID [None]: 123 AWS Secret Access Key [None]: 123 Default region name [None]: us-east-1 Default output format [None]: root@namely-premium-longhorn:~# aws eks --region us-east-1 update- kubeconfig --name test_cluster An error occurred (UnrecognizedClientException) when calling the DescribeCluster operation: The security token included in the request is invalid. ** Tags removed: verification-failed-xenial ** Tags added: verification-done-xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1867673 Title: [SRU] awscli not kept up to date To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/awscli/+bug/1867673/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
