Skip to content

Commit

Permalink
fix(ui): clarify log deletion in log-viewer. Fixes #10993 (#13788)
Browse files Browse the repository at this point in the history
Signed-off-by: tooptoop4 <33283496+tooptoop4@users.noreply.github.com>
Co-authored-by: Anton Gilgur <4970083+agilgur5@users.noreply.github.com>
  • Loading branch information
tooptoop4 and agilgur5 authored Oct 19, 2024
1 parent 974d819 commit ea6dae9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,12 @@ export function WorkflowLogsViewer({workflow, initialNodeId, initialPodName, con
)}
{execSpec(workflow).podGC && (
<>
<WarningIcon /> Your pod GC settings will delete pods and their logs{' '}
<WarningIcon /> Your pod GC settings will delete pods{' '}
{execSpec(workflow).podGC.deleteDelayDuration ? `after ${execSpec(workflow).podGC.deleteDelayDuration}` : 'immediately'} on completion.
</>
)}{' '}
Logs may not appear for pods that are deleted.{' '}
Logs may not appear for pods that are deleted unless you have <a href='https://argo-workflows.readthedocs.io/en/latest/configure-archive-logs'>archive logs</a>{' '}
enabled.{' '}
{podName ? (
<Links
object={{
Expand Down

0 comments on commit ea6dae9

Please sign in to comment.