-
Notifications
You must be signed in to change notification settings - Fork 1.2k
✨ Handle panics during conversion more gracefully #3278
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
✨ Handle panics during conversion more gracefully #3278
Conversation
/assign @alvaroaleman /cc @fabriziopandini |
c7cb69d
to
4947ab9
Compare
Signed-off-by: Stefan Büringer [email protected]
4947ab9
to
336ab90
Compare
LGTM label has been added. Git tree hash: c1aab0b5f823e1a89e968fdb27c3bfe57ddcd12f
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alvaroaleman, sbueringer 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 |
Signed-off-by: Stefan Büringer [email protected]
Found an issue in conversion-gen a while ago that lead to panics in generated conversion code: kubernetes/kubernetes#132883
While hitting that issue I noticed that we don't handle panics in conversion code well today.
Behavior before this PR:
kubectl get
controller logs
Behavior after this PR:
kubectl get
controller logs