Skip to content
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

Fix namespace deletion due to lacking protobuf #203

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

afritzler
Copy link
Member

@afritzler afritzler commented Jan 2, 2024

Proposed Changes

Add NegotioatedSerializer to apiGroupInfo in apiserver. The missing protobuf serialization is causing namespaces to be stuck in termination when deleted.

/ref kubernetes/kubernetes#86666

Fixes #178

@afritzler afritzler requested a review from a team as a code owner January 2, 2024 15:32
@github-actions github-actions bot added size/M bug Something isn't working labels Jan 2, 2024
@afritzler afritzler changed the title Add NegotioatedSerializer to apiGroupInfo in apiserver Fix namespace deletion due to lacking protobuf Jan 2, 2024
@afritzler afritzler force-pushed the fix/negotiated-serializer branch 2 times, most recently from 583db88 to 5753f18 Compare January 2, 2024 15:39
@afritzler afritzler force-pushed the fix/negotiated-serializer branch from 5753f18 to 33cbb79 Compare January 2, 2024 15:42
@afritzler afritzler merged commit 8c273d6 into main Jan 2, 2024
7 checks passed
@afritzler afritzler deleted the fix/negotiated-serializer branch January 2, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable protobuf codec in aggregated apiserver
1 participant