Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ objects:
queue /tmp/artifacts/nodes.json oc --request-timeout=5s get nodes -o json
queue /tmp/artifacts/pods.json oc --request-timeout=5s get pods --all-namespaces -o json
queue /tmp/artifacts/events.json oc --request-timeout=5s get events --all-namespaces -o json
queue /tmp/artifacts/clusteroperators.json oc --request-timeout=5s get clusteroperators -o json

# gather nodes first in parallel since they may contain the most relevant debugging info
while IFS= read -r i; do
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ objects:
queue /tmp/artifacts/nodes.json oc --request-timeout=5s get nodes -o json
queue /tmp/artifacts/pods.json oc --request-timeout=5s get pods --all-namespaces -o json
queue /tmp/artifacts/events.json oc --request-timeout=5s get events --all-namespaces -o json
queue /tmp/artifacts/clusteroperators.json oc --request-timeout=5s get clusteroperators -o json

# gather nodes first in parallel since they may contain the most relevant debugging info
while IFS= read -r i; do
Expand Down