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

krustlet-wagi broken with 1.22 due to csr v1beta1 -> v1 transition #1

Open
alexeldeib opened this issue Sep 30, 2021 · 0 comments
Open

Comments

@alexeldeib
Copy link
Contributor

Kubernetes 1.22 deprecated CSR v1beta1 and uses v1 exclusively.

Krustlet accounted for this in this commit: krustlet/krustlet@ca83990

Which isn't in the v1.0.0-alpha.1 tag used by krustlet-wagi.

When krustlet pushes a new tagged release, krustlet-wagi should pick it up to get this change.

Without doing so, krustlet-wagi fails to join a 1.22 cluster, as node bootstrapping with fail with 404s when trying to create/get a CSR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant