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

aws-iam-authenticator no longer used, remove references from Dockerfile #67

Closed kevinlinglesas closed 3 years ago

kevinlinglesas commented 3 years ago

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?

NormJohnIV commented 3 years ago

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.