Skip to content

Commit

Permalink
Merge pull request kubernetes#18 from deads2k/must-gather-version
Browse files Browse the repository at this point in the history
formalize what a must-gather image includes
  • Loading branch information
openshift-merge-robot committed Sep 18, 2019
2 parents f796b93 + 0df554c commit 67ad16a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions must-gather.md
Expand Up @@ -105,6 +105,14 @@ There are several special cases today.
3. take a best guess to find a healthz endpoint and all sub-healthz endpoints


### must-gather Images
To provide your own must-gather image, it must....

1. Must have a zero-arg, executable file at `/usr/bin/gather` that does your default gathering
2. Must produce data to be copied back at `/must-gather`. The data must not contain any sensitive data. We don't string PII information, only secret information.
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.

### User Stories [optional]

#### Story 1
Expand Down

0 comments on commit 67ad16a

Please sign in to comment.