-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Emit warning or error for creation of v1 PipelineRun with "full" or "both" embedded status #5355
Comments
#5373 would be useful here |
So this wouldn't really be warning on a deprecated field, exactly - the Actually, maybe the right answer is for |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
/remove-lifecycle stale |
I think this issue is handled by #5813 so I'm going to close, feel free to reopen if needed |
This issue tracks down the requirement of a similar validation function for the
minimal
Embedded Status for PipelineRun. Thanks to the discussion with @abayer and @lbernick , a warning should be emitted to users if they are creating a v1 PipelineRun while the feature flag is not set to "minimal".However, right now in pipeline we don't have a great way of returning a warning to the user. Ideally we would want the webhook to accept the pipelinerun, but return a warning via its rest api.
Originally posted by and thanks to @lbernick in #5219 (comment)
The text was updated successfully, but these errors were encountered: