pangeo-forge / pangeo-forge-cloud-federation

Infrastructure for running pangeo-forge across multiple bakeries
Apache License 2.0
3 stars 6 forks source link

add conda environment #5

Open rsignell-usgs opened 1 year ago

rsignell-usgs commented 1 year ago

This conda environment can run the terraform apply, deploying the kubernetes cluster on AWS, installing the AWS CLI v1 that allow picking up AWS credentials.

For subsequent management of the cluster, however, I found I needed to install the AWS CLI v2 (which currently can't be conda or pip installed) and kubectl from AWS so that I could run k9s (installed from a binary on the release page)