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

fix: set keyFormat in controller ConfigMap #208

Merged
merged 5 commits into from
Nov 29, 2024

Conversation

NohaIhab
Copy link
Contributor

@NohaIhab NohaIhab commented Nov 25, 2024

Part of canonical/kfp-operators#582

Sets the keyFormat field in the argo-workflow-controller-configmap ConfigMap.
This value defines how artifacts will be organized in the minio bucket. This change is required to be compatible with kfp v2 upstream, see kubeflow/pipelines#11010 for more details.

Testing

For testing, see canonical/kfp-operators#582 (comment)

@NohaIhab NohaIhab requested a review from a team as a code owner November 25, 2024 12:26
Copy link
Contributor

@kimwnasptd kimwnasptd left a 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 canonical/kfp-operators#582 (comment)

Everything worked as we describe:

  1. The V2 Pipelines now preserve the logs, stored in the path of new keyFormat
  2. The V1 Pipelines keep their logs in the output-artifacts, as described in Ensure kfp-ui can show logs from Argo kfp-operators#582 (comment)

charms/argo-controller/src/components/pebble_component.py Outdated Show resolved Hide resolved
@NohaIhab NohaIhab merged commit a700cf7 into main Nov 29, 2024
10 checks passed
@NohaIhab NohaIhab deleted the kf-6542-fix-set-keyformat-for-storing-logs branch November 29, 2024 11:39
NohaIhab added a commit that referenced this pull request Dec 2, 2024
* fix: set keyFormat in controller ConfigMap
NohaIhab added a commit that referenced this pull request Dec 2, 2024
fix: set keyFormat in controller ConfigMap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants