We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: