issues
search
sassoftware
/
viya4-iac-gcp
This project contains Terraform configuration files to provision infrastructure components required to deploy SAS Viya platform products on Google Cloud
Apache License 2.0
21
stars
17
forks
source link
feat: (IAC-1125) Add Support for K8s 1.27
#192
Closed
jarpat
closed
1 year ago
jarpat
commented
1 year ago
Changes
Update the default
kubernetes_version
in the example files to 1.26.
Updated the default
kubectl
version in the Dockerfile to 1.26.7 (currently the latest)
Small changes to the doc around the
project
variable to clearly let the user know project ID should be used not the name in case they differ
Tests
Scenario
Provider
kubernetes_version
kubectl version
order
cadence
notes
1
GCP
1.26 (v1.26.6-gke.1700)
1.26.7
**
fast:2020
2
GCP
1.27 (v1.27.3-gke.1700)
1.26.7
n/a
n/a
not yet supported
Changes
kubernetes_version
in the example files to 1.26.kubectl
version in the Dockerfile to 1.26.7 (currently the latest)project
variable to clearly let the user know project ID should be used not the name in case they differTests