Skip to content

Commit

Permalink
Merge pull request kubernetes#135 from sanchezl/patch-1
Browse files Browse the repository at this point in the history
Add fall-back to must-gather.
  • Loading branch information
openshift-merge-robot authored Dec 3, 2019
2 parents 5b52fed + 1109dce commit a54e56b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions enhancements/must-gather.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ To provide your own must-gather image, it must....
3. Must produce a text `/must-gather/version` that indicates the product (first line) and the version (second line, `major.minor.micro.qualifier`),
so that programmatic analysis can be developed.

### local fall-back

If the `oc adm must-gather` tool's pod cannot be scheduled or run on the cluster, the `oc adm must-gather` tool will, after a timeout, fall-back to running `oc adm inspect clusteroperators` locally.

### User Stories [optional]

#### Story 1
Expand Down

0 comments on commit a54e56b

Please sign in to comment.