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:
@@ -3,7 +3,7 @@ set -eu
|
||||
|
||||
ns="fission"
|
||||
ROOT=$(pwd)
|
||||
PREV_STABLE_VERSION=1.13.1
|
||||
PREV_STABLE_VERSION=v1.16.3
|
||||
HELM_VARS_PREV_RELEASE="routerServiceType=NodePort,analytics=false"
|
||||
HELM_VARS_LATEST_RELEASE="routerServiceType=NodePort,repository=docker.io/library,image=fission-bundle,pullPolicy=IfNotPresent,imageTag=latest,fetcher.image=docker.io/library/fetcher,fetcher.imageTag=latest,postInstallReportImage=reporter,preUpgradeChecks.image=preupgradechecks,preUpgradeChecks.imageTag=latest,analytics=false"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user