* feat(frontend): make container name configurable Add an UIConfig param to specify the container name in a pod where logs are retrieved. The default container name for the Argo is `main`. However, in Tekton, the main container name contains the `step-` prefix. Make this configurable to support other orchestrations. Signed-off-by: Yihong Wang <yh.wang@ibm.com> * fix test case error add `undefined` as the expected `logContainerName` param Signed-off-by: Yihong Wang <yh.wang@ibm.com> * address the comment use default value `main` in `getPodLogsStreamFromK8s` same as `getPodLogs` Signed-off-by: Yihong Wang <yh.wang@ibm.com> * only pass podLogContainerName Signed-off-by: Yihong Wang <yh.wang@ibm.com> --------- Signed-off-by: Yihong Wang <yh.wang@ibm.com> |
||
|---|---|---|
| .. | ||
| artifacts.ts | ||
| gke-metadata.ts | ||
| healthz.ts | ||
| index-html.ts | ||
| pod-info.ts | ||
| pod-logs.ts | ||
| tensorboard.ts | ||
| vis.ts | ||