-
Notifications
You must be signed in to change notification settings - Fork 597
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
Add observedGeneration in JobSink OpenAPI schema #8297
Conversation
Signed-off-by: Pierangelo Di Pilato <[email protected]>
/cherry-pick release-1.16 |
@pierDipi: once the present PR merges, I will cherry-pick it on top of release-1.16 in a new PR and assign it to you. 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-sigs/prow repository. |
/cherry-pick release-1.15 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pierDipi 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 |
@pierDipi: once the present PR merges, I will cherry-pick it on top of release-1.15 in a new PR and assign it to you. 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-sigs/prow repository. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8297 +/- ##
=======================================
Coverage 64.58% 64.58%
=======================================
Files 373 373
Lines 22619 22619
=======================================
Hits 14609 14609
Misses 7244 7244
Partials 766 766 ☔ View full report in Codecov by Sentry. |
/lgtm |
@pierDipi: new pull request created: #8299 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-sigs/prow repository. |
@pierDipi: new pull request created: #8300 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-sigs/prow repository. |
Hi @pierDipi it looks like observedGeneration was already part of config/core/resources/jobsink.yaml and is now in there twice. This leads to issues like Thanks! |
And the removal must be backported to 1.16 as well. |
Spotted via warning
{"level":"warn","ts":"2024-11-04T08:27:58.926Z","logger":"controller","caller":"logging/warning_handler.go:32","msg":"API Warning: unknown field \"status.observedGeneration\"","commit":"19e4c4b-dirty","knative.dev/pod":"eventing-controller-66689fc58-n9fdh"}
Fixes #8295
Proposed Changes
Pre-review Checklist
Release Note
/kind bug