sassoftware / viya4-ark

SAS Viya Administration Resource Kit for Containerized Deployments. Tools and utilities to help SAS Customers with SAS Viya running in containers.
Apache License 2.0
33 stars 13 forks source link

Pre-install-check tool not compatible with Azure provisioners in K8s 1.21 + #169

Open lasiva opened 2 years ago

lasiva commented 2 years ago

Tool does not recognize new provisioners introduced by Azure/AKS. See https://github.com/Azure/AKS/releases. Kubernetes 1.21+ Existing and newly created clusters use CSI Driver provisioners disk.csi.azure.com and file.csi.azure.com. There are no in-tree provisioners anymore (kubernetes.io/azure-disk and kubernetes.io/azure-file). Tool continues to detect older kubernetes.io/azure-disk and kubernetes.io/azure-file currently.