Skip to content

Commit 5377761

Browse files
committed
review fixes
1 parent 5c4214b commit 5377761

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pkg/testcase/localpathstorage.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ func createDir(cluster *shared.Cluster) {
8888
}
8989
}
9090

91+
// Logs the following debug data:
92+
// 1. pod log and describe pod output for 'helper-pod-create-pvc' pod.
93+
// 2. pod log and describe pod output for all pods in local-path-storage namespace
94+
// 3. kubectl get pv,pvc,storageclass output
95+
// 4. sestatus output
96+
// 5. grep audit logs for denied calls and log the same.
9197
func logDebugData(cluster *shared.Cluster) {
9298
// Pod log and describe pod output for 'helper-pod-create-pvc' pod
9399
shared.FindPodAndLog("helper-pod-create-pvc", "kube-system")

0 commit comments

Comments
 (0)