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
cmd.Flags().Bool("collect-without-permissions", true, "always generate a support bundle, even if it some require additional permissions")
49
-
cmd.Flags().StringSliceP("selector", "l", []string{"troubleshoot.io/kind=supportbundle-spec"}, "selector to filter on for loading additional support bundle specs found in secrets within the cluster")
49
+
cmd.Flags().StringSliceP("selector", "l", []string{"troubleshoot.io/kind=support-bundle"}, "selector to filter on for loading additional support bundle specs found in secrets within the cluster")
50
50
cmd.Flags().Bool("load-cluster-specs", false, "enable/disable loading additional troubleshoot specs found within the cluster. required when no specs are provided on the command line")
51
51
cmd.Flags().String("since-time", "", "force pod logs collectors to return logs after a specific date (RFC3339)")
52
52
cmd.Flags().String("since", "", "force pod logs collectors to return logs newer than a relative duration like 5s, 2m, or 3h.")
--redactors strings names of the additional redactors to use
38
38
--request-timeout string The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. (default "0")
39
-
-l, --selector strings selector to filter on for loading additional support bundle specs found in secrets within the cluster (default [troubleshoot.io/kind=supportbundle-spec])
39
+
-l, --selector strings selector to filter on for loading additional support bundle specs found in secrets within the cluster (default [troubleshoot.io/kind=support-bundle])
40
40
-s, --server string The address and port of the Kubernetes API server
41
41
--since string force pod logs collectors to return logs newer than a relative duration like 5s, 2m, or 3h.
42
42
--since-time string force pod logs collectors to return logs after a specific date (RFC3339)
@@ -47,7 +47,7 @@ support-bundle [url] [flags]
47
47
48
48
### SEE ALSO
49
49
50
-
*[support-bundle analyze](support-bundle_analyze.md) - analyze a support bundle
51
-
*[support-bundle version](support-bundle_version.md) - Print the current version and exit
50
+
*[support-bundle analyze](support-bundle_analyze.md) - analyze a support bundle
51
+
*[support-bundle version](support-bundle_version.md) - Print the current version and exit
52
52
53
53
###### Auto generated by spf13/cobra on 21-Nov-2022
0 commit comments