sassoftware / viya4-iac-k8s

This project contains Terraform scripts to provision cloud infrastructure resources, when using vSphere, and Ansible to apply the needed elements of a Kubernetes cluster that are required to deploy SAS Viya platform product offerings.
Apache License 2.0
23 stars 15 forks source link

feat: (IAC-1334) Add a variable and set a default for the kube-vip-cloud-provider version #108

Closed jarpat closed 5 months ago

jarpat commented 5 months ago

Changes

Add a new kube_vip_cloud_provider_version variable to control the kube-vip-cloud-provider version https://github.com/kube-vip/kube-vip-cloud-provider

The default is set to v0.0.8 as that has been tested to work.

Tests

Scenario Provider K8s Version kube_vip_cloud_provider_version Order Cadence
1 OSS v1.28.6 default (v0.0.8) *** fast:2020
2 OSS v1.28.6 main *** fast:2020

Closes #104