-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat: add envs to ensure kfp-ui can show logs #605
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested this, alongside KFP 2.3 charms as described in #582 (comment)
Everything worked as we describe:
- The V2 Pipelines now preserve the logs, stored in the path of new
keyFormat
- The V1 Pipelines keep their logs in the
output-artifacts
, as described in Ensure kfp-ui can show logs from Argo #582 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really nice work @NohaIhab and great attention to detail!
Part of #582
Summary
Sets each of the following environment variables in
kfp-ui
to fix showing the logs after the workflow gets deleted:ARGO_ARCHIVE_LOGS
DISABLE_GKE_METADATA
ARGO_KEYFORMAT
Removes
ARGO_ARCHIVE_PREFIX
env var, as indicated by upstream in kubeflow/pipelines#11010.Testing
For testing, see #582 (comment)