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

feat: (IAC-892) set default kubectl to 1.24 #401

Closed riragh closed 1 year ago

riragh commented 1 year ago

Changes:

With SAS Viya Platform supporting K8s 1.23, 1.24, and 1.25 in 2023.03 March release cadence, updating our supported kubectl version to 1.24.10 for it to be in the +/- 1 range of the supported versions.

Tests:

Verified the kubectl_version was correctly set to 1.24.10. SAS Viya platform deployment was successful.

sayeun commented 1 year ago

Don't we need to update https://github.com/sassoftware/viya4-deployment/blob/iac-892/roles/baseline/tasks/main.yaml#L65?

riragh commented 1 year ago

Don't we need to update https://github.com/sassoftware/viya4-deployment/blob/iac-892/roles/baseline/tasks/main.yaml#L65?

No, the task Include ebs-csi-driver is still valid for 1.23 and above.