Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide resource labels #300

Open
jmendesky opened this issue Nov 30, 2023 · 0 comments
Open

Provide resource labels #300

jmendesky opened this issue Nov 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jmendesky
Copy link
Collaborator

jmendesky commented Nov 30, 2023

Overview

It should be possible to configure resource labels that are passed onto resources created by the providers.

This would allow querying resources in the absence of predictable resource names.

Open Questions

Should these labels be configurable in the resource's spec as below (1) or use the resource's metadata labels (2)?

apiVersion: pipelines.kubeflow.org/v1alpha5
kind: Pipeline
metadata:
  name: pipeline-sample
  labels:
    algorithm: penguin-classifier # Option 1
spec:
  ...
  labels:
    algorithm: penguin-classifier # Option 2
@jmendesky jmendesky added the enhancement New feature or request label Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant