sassoftware / viya4-deployment

This project contains Ansible code that creates a baseline in an existing Kubernetes environment for use with the SAS Viya Platform, generates the manifest for an order, and then can also deploy that order into the Kubernetes environment specified.
Apache License 2.0
71 stars 64 forks source link

Feature request: add aws-iam-authentication binary #25

Closed markha73 closed 3 years ago

markha73 commented 3 years ago

The viya4-deployment docker container needs to be built with the aws-iam-authenticator in order to deploy into an AWS cluster. The following commands need to be added to the docker file used to create the viya4-deployment docker container:

curl -o aws-iam-authenticator https://amazon-eks.s3.us-west-2.amazonaws.com/1.18.9/2020-11-02/bin/linux/amd64/aws-iam-authenticator chmod 755 aws-iam-authenticator mkdir ~/bin mv aws-iam-authenticator ~/bin ls -aslrt ~/bin export PATH="$PATH:$HOME/bin"