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-1147) DAC - Support K8s 1.27 in 2023.09 #484

Closed dhoucgitter closed 1 year ago

dhoucgitter commented 1 year ago

Changes:

SAS Viya Platform will support a range of K8s 1.25-1.27 in cadence 2023.09.

This PR contains following updates:

Tests:

Verified SAS Viya Platform deployment is successful on the following scenarios

Scenario Task Provider Cadence kubernetes_version Deploy method Notes
1 OOTB AWS (1.27.3-eks) fast:2020 1.27 ansible, DO: false All pods stable in deployment, successful viya_admin login to Viya Application.
2 OOTB AWS (1.26.7-eks) stable 2023.08 1.26 ansible, DO: true All pods stable in deployment.
3 OOTB Azure (1.25.11) stable 2023.06 1.25 docker, DO: false All pods stable in deployment, successful viya_admin login to Viya Application.
4 OOTB AWS (1.25.12-eks) stable 2023.07 1.25 docker, DO: false All pods stable in deployment, successful viya_admin login to Viya Application.