We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)?
The text was updated successfully, but these errors were encountered: