pso-csi icon indicating copy to clipboard operation
pso-csi copied to clipboard

PSO CSI helm chart

Results 6 pso-csi issues
Sort by recently updated
recently updated
newest added

When we install PSO in the k8s v1.22+ environment, we will see the following error from the csi-controller log ``` time="2022-06-03T01:39:41Z" level=error msg="waiters found" bucket= req="(*csi.ProbeRequest) " span="{}" waiters=1 time="2022-06-03T01:39:41Z"...

``` $ kubectl get pods -o wide -n storage NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES pso-csi-controller-0 6/6 Running 6 6h1m 172.20.2.53 init22b-8 pso-csi-node-24qd8 2/3 Running...

Hi I would like to enable pod anti affinity so cockroach does not run on the same node. This does not work: ```database: # nodeSelector is the simplest way to...

Our clustera are managed by ClusterAPI, so our nodes are treated like throwaway objects and replaced instead of upgraded. This causes issues with PSO, as PSO tried to create unpublish...

On a healthy cluster with prereqs fulfilled and default values used, pso-db-* pods don't get created, even though pso-db-cockroach-operator doesn't log errors apparently. Any help will be appreciated. ``` $...

Same as https://github.com/purestorage/helm-charts/pull/258 but for the newer release. My aim is to have the flux helm-controller install the chart, and it's impractical to pass the API tokens securely for the...