issues
search
sassoftware
/
viya4-iac-azure
This project contains Terraform configuration files to provision infrastructure components required to deploy SAS Viya platform products on Microsoft Azure Cloud.
Apache License 2.0
74
stars
89
forks
source link
feat: (IAC-1377) Add Support for K8s 1.29
#374
Closed
riragh
closed
7 months ago
riragh
commented
7 months ago
Changes:
Updated the default
kubernetes_version
in the example files to 1.28.
Updated the default
kubectl
version in the Dockerfile to 1.28.7 (currently the latest)
Tests:
Verified following scenarios, see details in internal ticket:
Scenario
Provider
K8s Version
kubectl
Order
Cadence
Notes
1
Azure
v1.27.9
1.28.7
*
fast:2020
OOTB
2
Azure
v1.28.5
1.28.7
*
fast:2020
OOTB - new default
3
Azure
v1.29.2
1.28.7
*
fast:2020
OOTB - overwrite kubectl version in the DO
Changes:
kubernetes_version
in the example files to 1.28.kubectl
version in the Dockerfile to 1.28.7 (currently the latest)Tests: