Alyssa Goins

Results 9 issues of Alyssa Goins

**Description of your changes:** Resolves optional input parameters for components of a nested pipeline. fixes #11957 **Checklist:** - [X] You have [signed off your commits](https://www.kubeflow.org/docs/about/contributing/#sign-off-your-commits) - [X] The title for...

size/XL

## Chore description Input parameter PipelineTaskFinalStatus was implemented in #11953, with all fields except for "error" resolved. Implement PipelineTaskFinalStatus.error by resolving the "message" and "code" fields in the status.Status{} struct...

area/backend

## Chore description If optional input parameters for a component in a nested pipeline are not provided, the tasks using those inputs fail with the error below: `failed: failed to...

area/backend

## Chore description The backend integration test test **run_api_test.go** (backend/test/v2/integration) with K8s v1.31.0 failed on first attempt with a failure to delete pipelines during test cleanup step (run_api_test:442). Test passed...

area/backend

## Chore description Currently kfp backend local kind cluster can only be created with Docker, because backend/Makefile:81 is Docker-specific: `kind --name $(KIND_NAME) load docker-image ${IMG_TAG_WEBHOOK_PROXY}` Update backend/Makefile to include the...

area/backend

**Description of your changes:** KEP to implement #11385 **Checklist:** - [X] You have [signed off your commits](https://www.kubeflow.org/docs/about/contributing/#sign-off-your-commits) - [X] The title for your pull request (PR) should follow our title...

size/L

## Chore description When pod-to-pod TLS (option recently added in #12082) is enabled, certs must be renewed several times per year. When secrets are updated or renewed, the user will...

area/backend

## Chore description Remove defaults from driver/launcher runtime arguments. The default values set for the driver and launcher are unnecessary because the driver and launcher are non user-facing. For example,...

area/backend

### Feature Area ### What feature would you like to see? When a custom CA path is added to the launcher (added in #12082 ) the variables `REQUESTS_CA_BUNDLE`, `AWS_CA_BUNDLE` and...

kind/feature