Patrick Titzler

Results 92 issues of Patrick Titzler

This PR adds support for [Kubernetes tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) for Kubeflow Pipelines and Apache Airflow runtime environments. Deviations from the [specification](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#toleration-v1-core): - `tolerationSeconds` is not supported (as requested in https://github.com/elyra-ai/elyra/issues/2823) - but...

kind:enhancement
component:pipeline-editor
component:pipeline-runtime
status:Needs Discussion

Closes #2840 ### What changes were proposed in this pull request? - Update `Makefile` to properly detect whether the local source code is associated with an official release - Update...

kind:bug
area:documentation
component:build

**Describe the issue** #1638 introduced a new [`Dockerfile`](https://github.com/elyra-ai/elyra/tree/main/etc/docker/elyra_development), which can be used to perform basic Elyra development. We need to add documentation (README.md, similar to the ones for `elyra` and...

area:documentation
component:build

**Is your feature request related to a problem? Please describe.** Follow up to https://github.com/elyra-ai/elyra/pull/2564, which exposes 'component not found' error information in a more user-friendly way, when a user attempt...

kind:enhancement
good first issue
help wanted
component:pipeline-editor
area:front-end

**Describe the issue** Following the instructions in https://elyra.readthedocs.io/en/stable/developer_guide/release.html#publish-the-release, the `make ... publish-container-images` command doesn't work as expected because https://github.com/elyra-ai/elyra/blob/main/Makefile#L274 and https://github.com/elyra-ai/elyra/blob/main/Makefile#L301 don't create and publish the `latest` tags. The reason...

kind:bug
component:build

**Is your feature request related to a problem? Please describe.** In a managed environment (where administrators maintain the installed software) it's not easy for a user to determine what the...

kind:enhancement
good first issue
area:front-end
priority:stretch

**Is your feature request related to a problem? Please describe.** Generic KFP components are currently implemented using a [custom class](https://github.com/elyra-ai/elyra/blob/main/elyra/kfp/operator.py#L70) that overrides `kfp.dsl.ContainerOp`. The recommended practice is to to define...

kind:enhancement
component:pipeline-editor
component:pipeline-runtime
platform: pipeline-Kubeflow

**Is your feature request related to a problem? Please describe.** The current implementations of the generic component operators [1][2] download several files from GitHub that are required to prepare and...

component:pipeline-editor
component:pipeline-runtime
kind:investigative
status:Needs Discussion
priority:stretch

**Describe the issue** See steps below. I was only able to always reproduce this on ODH, but not locally. **To Reproduce** Steps to reproduce the behavior: 1. In ODH launch...

kind:bug
component:pipeline-runtime
platform: Open Data Hub

**Is your feature request related to a problem? Please describe.** Version 3.9.0 introduced [support for Kubernetes secrets](https://elyra.readthedocs.io/en/latest/user_guide/best-practices-file-based-nodes.html#handling-sensitive-information), enabling users to make sensitive information available to notebooks/scripts via environment variables, without...

kind:enhancement
component:pipeline-editor