aws-quickstart / quickstart-vmware-tanzu-application-platform

AWS Quick Start for VMware Tanzu Application Platform
https://aws-quickstart.github.io/quickstart-vmware-tanzu-application-platform/
Apache License 2.0
13 stars 15 forks source link

AWS CLI upgrade to e.g aws-cli/2.7.7 #28

Closed satya-dillikar closed 2 years ago

satya-dillikar commented 2 years ago

Summary: AWS CLI upgrade is required for TAP 1.2

The bug is in the AWS cli. The kubeconfig it creates in the older version of the aws cli is what is causing the tanzu apps plugin to fail.

The fix on aws cli was pushed in this https://github.com/aws/aws-cli/issues/6920 PR

we need to install latest aws cli version as mentioned here https://gist.github.com/Zheaoli/335bba0ad0e49a214c61cbaaa1b20306?permalink_comment_id=4160900#gistcomment-4160900 and re-run the command to get eks kubeconfig, it removes the problematic part in kubeconfig

the latest aws cli we grab is after the apt-get upgrade is aws-cli/1.22.34 . and we need aws-cli/2.7.7

Suggested Assignee: Troy Priority: P0

satya-dillikar commented 2 years ago

Hi Troy, https://github.com/aws-quickstart/quickstart-vmware-tanzu-application-platform/issues/30 depends on this. Please help to get this in and let me know. Thanks