You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: must-gather.md
+8
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,14 @@ There are several special cases today.
105
105
3. take a best guess to find a healthz endpoint and all sub-healthz endpoints
106
106
107
107
108
+
### must-gather Images
109
+
To provide your own must-gather image, it must....
110
+
111
+
1. Must have a zero-arg, executable file at `/usr/bin/gather` that does your default gathering
112
+
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.
113
+
3. Must produce a text `/must-gather/version` that indicates the product (first line) and the version (second line, `major.minor.micro.qualifier`),
0 commit comments