amosaini
amosaini
I switched to docker runtime it works there.
I just tried it with PNS executor. It is succeeding with the PNS executor. I will get back to you with the argo workflow.
Output of the wf with pns executor: ``` apiVersion: argoproj.io/v1alpha1 kind: Workflow metadata: annotations: pipelines.kubeflow.org/kfp_sdk_version: 1.8.12 pipelines.kubeflow.org/pipeline_compilation_time: 2022-07-19T10:48:45.175943 pipelines.kubeflow.org/pipeline_spec: '{"description": "Libreoffice", "inputs": [{"default": "/mpsr/decks", "name": "s3_folder_path", "optional": true, "type": "String"},...
The above workflow is simply using LibreOffice Headless to convert pptx into pdf. I saw the logs for LibreOffice as well. It has frequent SIGINT, SIGTERM system calls. I am...
:latest with libreOffice.? yeah https://hub.docker.com/r/linuxserver/libreoffice#! this was the official one I tried to run on. Same issue there as well.
Let me just try that and I will get back to you after the execution. It would help to speed up the process if you could tell me where to...
I changed gcr.io/ml-pipeline/argoexec:v3.1.6-patch-license-compliance to 'argoproj/argoexec:latest' and executor to emissary now the pipeline is throwing Error (exit code 2): unexpected end of JSON input. Screenshot attached.
[libreoffice_fail_stack (1).txt](https://github.com/argoproj/argo-workflows/files/9146526/libreoffice_fail_stack.1.txt) log trace of libreoffice.
yes It is enabled for us. We are also facing the same. The put retention policy is not working when the log group already exist.
We upgraded the platform to kubeflow 1.5. It is working there. thnx