Hi,
I have successfully installed K10 in my AKS cluster and performed preliminary checks as per the documentation. When running the script curl -s https://docs.kasten.io/tools/k10_primer.sh | bash, all checks passed successfully.
However, when attempting to execute the command curl -s https://docs.kasten.io/tools/k10_primer.sh | bash /dev/stdin csi -s azurefile-csi-premium, it failed with the following error:
Error: {"message":"PVC failed to become ready: had issues creating PVC: failed to provision volume with StorageClass \"azurefile-csi-premium\": rpc error: code = InvalidArgument desc = copy volume from volumeSnapshot is not supported","function":"kasten.io/k10/kio/tools/k10primer.(*TestRetVal).Errors","linenumber":168,"file":"kasten.io/k10/kio/tools/k10primer/k10primer.go:168"}
According to Microsoft Azure File CSI Driver documentation, restoring a volume from a snapshot is not supported for Azure File. The error suggests that Kasten K10 is encountering issues due to the limitations of the Azure File CSI driver. Is there any workaround or hack to resolve this issue?
Any assistance will be greatly appreciated.Thanks