-
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
Support dry-run in the admission webhook #1513
Comments
/kind feature |
Good news! This will be very easy to support once we (bad news!) upgrade to the latest knative/pkg and adopt their new style for expressing webhooks. Basically it boils down to specifying in the ValidatingAdmissionController YAML that validations don't have side effects. |
@imjasonh |
The way knative/serving uses knative/pkg, the config is in YAML instead of Go, so it's easier to configure it to support dry-run: https://github.com/knative/serving/blob/master/config/500-webhook-configuration.yaml |
@imjasonh |
Could be close, fix by #1894 |
Nice! This ended up in 0.11.0-rc1 - so as soon and I get that deployed, I'll test this one and close if it works. |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Expected Behavior
I can kubectl diff tekton pipeline resources
Actual Behavior
On the plumbing repo:
The text was updated successfully, but these errors were encountered: