Mohamed Ashraf Shaaban
Mohamed Ashraf Shaaban
### What would you like to be added Hello Since there are steps that is already out there to join windows nodes to kubespray cluster why don`t you add it...
I created a storageclass: apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: pgadmin-storage-class annotations: storageclass.kubernetes.io/is-default-class: "false" provisioner: smb.csi.k8s.io # Use the correct provisioner for your environment parameters: source: //XXXXX/test/pgadmin csi.storage.k8s.io/node-stage-secret-name: csi-credentials csi.storage.k8s.io/node-stage-secret-namespace:...
I created a storageclass: apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: pgadmin-storage-class annotations: storageclass.kubernetes.io/is-default-class: "false" provisioner: smb.csi.k8s.io # Use the correct provisioner for your environment parameters: source: //XXXXX/test/pgadmin csi.storage.k8s.io/node-stage-secret-name: csi-credentials csi.storage.k8s.io/node-stage-secret-namespace:...
I am using helm I have tried it with one instance and the postgresql is working fine zero errors But when I create it with two instances it doesn't work...