We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c4214b commit 5377761Copy full SHA for 5377761
1 file changed
pkg/testcase/localpathstorage.go
@@ -88,6 +88,12 @@ func createDir(cluster *shared.Cluster) {
88
}
89
90
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.
97
func logDebugData(cluster *shared.Cluster) {
98
// Pod log and describe pod output for 'helper-pod-create-pvc' pod
99
shared.FindPodAndLog("helper-pod-create-pvc", "kube-system")
0 commit comments