Skip to content

Commit 6cfdeeb

Browse files
Remove some debug logging
1 parent aa19cad commit 6cfdeeb

File tree

2 files changed

+0
-76
lines changed

2 files changed

+0
-76
lines changed

.github/actions/k3d/monitor-resources.sh

Lines changed: 0 additions & 43 deletions
This file was deleted.

testing/chainsaw/e2e/pgbackrest-restore/templates/clone-cluster.yaml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -89,36 +89,3 @@ spec:
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

0 commit comments

Comments
 (0)