Skip to content

Conversation

mprahl
Copy link
Collaborator

@mprahl mprahl commented Aug 12, 2025

Description of your changes:

The description was ignored when compiling a pipeline to Kubernetes manifest format.

Checklist:

@mprahl mprahl requested a review from VaniHaripriya August 12, 2025 22:21
@mprahl mprahl closed this Aug 12, 2025
@mprahl mprahl reopened this Aug 12, 2025
@mprahl mprahl force-pushed the k8s-compile-description branch from 2d9982b to d99dd9d Compare August 12, 2025 22:25
Copy link
Contributor

@hbelmiro hbelmiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@mprahl
Copy link
Collaborator Author

mprahl commented Aug 13, 2025

/approve

Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mprahl

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-prow google-oss-prow bot merged commit 1a0c52c into kubeflow:master Aug 13, 2025
33 checks passed
mprahl added a commit to mprahl/pipelines that referenced this pull request Aug 28, 2025
google-oss-prow bot pushed a commit that referenced this pull request Aug 28, 2025
* fix(sdk): Set spec.description when compiling to Kubernetes manifests (#12132)

Signed-off-by: mprahl <[email protected]>
(cherry picked from commit 1a0c52c)

* fix(tools): Fix a typo in convert_to_k8s_format (#12161)

Previously, display name was being set incorrectly in the metadata
field.

Signed-off-by: mprahl <[email protected]>
(cherry picked from commit c5038b8)

* fix(backend): Fix mutating webhook when pipeline name label value is too long (#12162)

* Fix mutating webhook when pipeline name label value is too long

This just truncates the label value to 63 characters if it's too long.
Since this is a label for convenience and not relied upon in the code
for filtering, this is a safe change.

Signed-off-by: mprahl <[email protected]>

* Free up disk space on upgrade tests to fix CI flakes

Signed-off-by: mprahl <[email protected]>

---------

Signed-off-by: mprahl <[email protected]>
(cherry picked from commit 7d6722e)

* fix(backend): Return from pipeline deletions after the cache is updated (#12153)

In Kubernetes native API mode, the REST API could delete a pipeline
version but the cache could not have updated by the time the API call
returns. This adds a 3 second or less polling to ensure the cache gets
updated for a smooth user experience.

Signed-off-by: mprahl <[email protected]>
(cherry picked from commit 5870906)

* fix(backend/sdk): Fix REST API outputs for pipeline versions with invalid platform specs (#12183)

* Skip setting spec.platformSpec when platform spec is empty

An empty platform spec causes a bug where the REST API will not return a
pipeline spec because it errantly thinks the empty platform spec is the
pipeline spec.

Signed-off-by: mprahl <[email protected]>

* Fix REST API outputs for pipeline versions with invalid platform specs

When a platform spec did not contain a `kubernetes` platform when
defined as a Kubernetes manifest (e.g. `spec.platformSpec: {}`),
`YamlStringToPipelineSpecStruct` was errantly detecting it as the
pipeline spec when outputting the pipeline version through the REST API.

This caused the REST API to not return a pipeline spec in the case of it
being empty, and caused the UI to load the pipeline and to properly
create a run.

The solution is when translating from the Kubernetes object to a model
representation, the invalid platform specs are not included. This allows
for proper REST API output while also not modifying the user's spec in
the mutating webhook which would cause GitOps tools to always reconcile.

Signed-off-by: mprahl <[email protected]>

---------

Signed-off-by: mprahl <[email protected]>
(cherry picked from commit 3ea6b60)

* fix(backend): Add support for additional filters on the Kubernetes native API (#12189)

* Add support for additional filters on the Kubernetes native API

This adds support for eq, neq, and in filters.

Signed-off-by: mprahl <[email protected]>

* Fix filter mapping in Kubernetes native API

Signed-off-by: mprahl <[email protected]>

---------

Signed-off-by: mprahl <[email protected]>
(cherry picked from commit 947a988)

---------

Signed-off-by: mprahl <[email protected]>
@mprahl mprahl deleted the k8s-compile-description branch September 4, 2025 00:00
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