sanchesoon

Results 7 comments of sanchesoon

@thesuperzapper It give us ability to use Virtual Host style. Not sure if here a lot work, should be just additional parameter to pass launcher (but I never did PR...

Hi @HumairAK What do you think about this ? Points: - DS engineer would be interesting to see logs as artifact, as part of models producer investigation - logs can...

Why engineers may interesting in this: - some frameworks for ML logging kind of metrics (I took this picture from the Internet ) ![image](https://github.com/kubeflow/pipelines/assets/150916481/fe3f22fe-eb44-4488-93f3-8edcdcb6e100) - kubeflow run is snapshot of...

> > Current workaround with argoworkflow backend is using keyfomat like /artifacts/{workflow_id}/{pod_id}/main.log via patching artifact_ui split function and use v1 handler. > > @sanchesoon Can you give more details on...

For argoworkflow backend I am using something like this ``` mainContainer: | imagePullPolicy: IfNotPresent resources: requests: cpu: 0.1 memory: 64Mi limits: cpu: 0.5 memory: 512Mi ports: - containerPort: 8080 ```...

As workaround you can do python wrapper for component. Real problem caused in api-server + argoworkflow. There are mismatch between names.