Update cmd/troubleshoot/cli/root.go

Co-authored-by: Mark Pundsack <markpundsack@users.noreply.github.com>
This commit is contained in:
Matias Manavella
2020-10-22 09:26:29 -03:00
committed by GitHub
parent 7dc6e22d8d
commit dede187841

View File

@@ -39,7 +39,7 @@ from a server that can be used to assist when troubleshooting a Kubernetes clust
cmd.Flags().StringSlice("redactors", []string{}, "names of the additional redactors to use")
cmd.Flags().Bool("redact", true, "enable/disable default redactions")
cmd.Flags().Bool("collect-without-permissions", false, "always generate a support bundle, even if it some require additional permissions")
cmd.Flags().String("since-time", "", "forces pods logs collectors to return logs after a specific date (RFC3339)")
cmd.Flags().String("since-time", "", "force pod logs collectors to return logs after a specific date (RFC3339)")
cmd.Flags().String("since", "", "force pod logs collectors to return logs newer than a relative duration like 5s, 2m, or 3h.")
// hidden in favor of the `insecure-skip-tls-verify` flag