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
70 stars 64 forks source link

feat: (IAC-1047) Update to newer release for cluster-autoscaler in EKS #473

Closed dhoucgitter closed 1 year ago

dhoucgitter commented 1 year ago

Changes

Tests

Scenario Provider kubernetes_version cluster-autoscaler chart version cluster-autoscaler application Version order cadence notes
1 AWS 1.26 (v1.26.7-eks) 9.29.1 1.27.2 n/a n/a iac-aws apply created cluster with min_node=1 for each worker node group. Stopped the single CAS node instance, the autoscaler restarted a new one to replace it within a few minutes, see PNG screen captures in the scenario1 folder of the IAC-1047.zip file
2 AWS 1.26 (v1.26.7-eks) 9.29.1 1.27.2 n/a n/a iac-aws apply created cluster with min_node=3 for the stateless node group. 3 stateless nodes were created as indicated. Stopped 2 stateless node instances, as each stateless node moved to the fully terminated state, the autoscaler created a new node to replace the terminated node within a few minutes, see PNG screen captures in the scenario2 folder of the IAC-1047.zip file