-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Hi Team,
We are trying to deploy the pubsubplus-ha via ArgoCD, But while creating the PVC it get stuck on PVC PreSync hook.
Message: "waiting for completion of hook /PersistentVolumeClaim/data-solace-pubsubplus-internal-2"
We tried to deploy the helm chart on AWS (EKS) & Azure (AKS) via ArgoCD app, but same result.
As per your documentation[1] & [2], we should use the storageClass with WaitForFirstConsumer binding mode. But that not works when we try to deploy the helm-chart via ArgoCD apps.
[1] https://docs.solace.com/Cloud/Deployment-Considerations/installing-ps-cloud-k8s-eks-specific-req.htm#eks_storage_class
[2] https://docs.solace.com/Cloud/Deployment-Considerations/installing-ps-cloud-k8s-aks-specific-req.htm
Is there any way we can fix this issue by doing some change on helm-chart templates or Can we use EFS/Azure file StorageClass for PVC creation? Is it recommended for prod environments?