Handle logs from all pods in function and error condition in fission fn log command (#2634)
* handle error condition in fission fn log command * use single stream for log exclude fetcher logs * add all-pods in fn logs command * update previous stable version
This commit is contained in:
@@ -133,7 +133,7 @@ func Commands() *cobra.Command {
|
||||
Required: []flag.Flag{flag.FnName},
|
||||
Optional: []flag.Flag{
|
||||
flag.FnLogFollow, flag.FnLogReverseQuery, flag.FnLogCount,
|
||||
flag.FnLogDetail, flag.FnLogPod, flag.NamespaceFunction, flag.FnLogDBType, flag.NamespacePod},
|
||||
flag.FnLogDetail, flag.FnLogPod, flag.NamespaceFunction, flag.FnLogDBType, flag.NamespacePod, flag.FnLogAllPods},
|
||||
})
|
||||
|
||||
testCmd := &cobra.Command{
|
||||
|
||||
Reference in New Issue
Block a user