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.
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:
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"