File tree Expand file tree Collapse file tree 2 files changed +0
-76
lines changed
testing/chainsaw/e2e/pgbackrest-restore/templates Expand file tree Collapse file tree 2 files changed +0
-76
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8989 apiVersion : v1
9090 kind : PersistentVolumeClaim
9191 selector : (join('', ['postgres-operator.crunchydata.com/cluster=', $name]))
92-
93- - description : Get all PVC events to diagnose provisioning failures
94- script :
95- content : kubectl get events --all-namespaces --field-selector involvedObject.kind=PersistentVolumeClaim -o wide
96-
97- - description : Check storage provisioner status
98- script :
99- content : |
100- echo "=== Storage Classes ==="
101- kubectl get storageclass -o wide
102- echo ""
103- echo "=== Local Path Provisioner Pods ==="
104- kubectl get pods -n kube-system -l app=local-path-provisioner -o wide
105- echo ""
106- echo "=== Local Path Provisioner Logs ==="
107- kubectl logs -n kube-system -l app=local-path-provisioner --tail=100 --prefix=true
108-
109- - description : Check node resources and disk space
110- script :
111- content : |
112- echo "=== Node Resources ==="
113- kubectl describe nodes
114- echo ""
115- echo "=== Node Disk Usage (via docker) ==="
116- docker exec k3d-k3s-default-server-0 df -h
117-
118- - description : Check all PVs and their status
119- script :
120- content : kubectl get pv -o wide
121-
122- - description : Check for stuck PVCs across all namespaces
123- script :
124- content : kubectl get pvc --all-namespaces -o wide
You can’t perform that action at this time.
0 commit comments