-
Notifications
You must be signed in to change notification settings - Fork 39.7k
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
CRD watch does not work with protobuf encoding #55541
Comments
@kubernetes/sig-api-machinery-bugs |
Breaks all watches - kubernetes/kubernetes#55541
I'm very surprised you can do proto with CRDs? How does the system interact with the metadata? |
/cc @yliaog |
@lavalamp you can't. CRDs only support JSON. |
/area custom-resources |
When I try to establish a watch requesting proto content, I get a 415 error as expected. Are you seeing something different? |
ping @justinsb ^ |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I guess we can close this? |
When a CRD clientset is built with
ContentType = "application/vnd.kubernetes.protobuf"
, CRD watch is not notified of updates.I think this was root cause of my suspicion around CRD watch being broken (#55538)
The text was updated successfully, but these errors were encountered: