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
aws-iam-authenticator no longer used, remove references from Dockerfile #67
I was told that aws-iam-authenticator was no longer used. I see ARG related to the version and a curl pulling down aws-iam-authenticator in the Dockerfile. Shouldn't this be removed?
viya4-iac-aws no longer requires aws-iam-authenticator. However, we support any BYO cluster. So, we need to keep it in case a customer brings a cluster that uses it.
I was told that aws-iam-authenticator was no longer used. I see ARG related to the version and a curl pulling down aws-iam-authenticator in the Dockerfile. Shouldn't this be removed?