Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[frontend] Pipeline logs persistence #6704

Closed
rohitgujral opened this issue Oct 8, 2021 · 5 comments
Closed

[frontend] Pipeline logs persistence #6704

rohitgujral opened this issue Oct 8, 2021 · 5 comments
Labels
area/frontend help wanted The community is welcome to contribute. kind/bug

Comments

@rohitgujral
Copy link

I'm trying to persist the pipeline pod logs so that if pod gets deleted then logs should be available for the pipeline runs.
I added archiveLogs: true to the argo/base config-map and restarted pipelines deployment but still after deleting the pod, im not seeing logs.

image

Is there any other step which needs to be done ?
kubeflow version - 1.0.2 and argo version - 2.3.0

@zijianjoy
Copy link
Collaborator

Possible related issue: #6428

One thing we can do is to capture the main.log from output Artifact, and visualize it in Logs tab. Welcome contribution for making this change for KFPv1.

@zijianjoy zijianjoy changed the title Pipeline logs persistence [feature] Pipeline logs persistence Oct 15, 2021
@zijianjoy zijianjoy changed the title [feature] Pipeline logs persistence [frontend] Pipeline logs persistence Oct 15, 2021
@zijianjoy zijianjoy added the help wanted The community is welcome to contribute. label Oct 15, 2021
@stale
Copy link

stale bot commented Mar 2, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the lifecycle/stale The issue / pull request is stale, any activities remove this label. label Mar 2, 2022
@AndersBennedsgaard
Copy link

This should probably be closed in favor of #6428

@stale stale bot removed the lifecycle/stale The issue / pull request is stale, any activities remove this label. label Jun 12, 2024
@thesuperzapper
Copy link
Member

@AndersBennedsgaard I don't think #6428 is related to this issue.

The issue raised here was that in KFP v1, the "logs" tab did not fall back to the main.log artifact (even though we were exposing it in the other UI tab).

However, the same issue is present in the KFP v2 UI (and it's actually worse), because we dont even capture the main.log as an output artifact. Let's continue the discussion about fixing it in KFP V2 on:

/close

Copy link

@thesuperzapper: Closing this issue.

In response to this:

@AndersBennedsgaard I don't think #6428 is related to this issue.

The issue raised here was that in KFP v1, the "logs" tab did not fall back to the main.log artifact (even though we were exposing it in the other UI tab).

However, the same issue is present in the KFP v2 UI (and it's actually worse), because we dont even capture the main.log as an output artifact. Let's continue the discussion about fixing it in KFP V2 on:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend help wanted The community is welcome to contribute. kind/bug
Projects
Status: Closed
Development

No branches or pull requests

4 participants