Looks like TokenRequest feature gate in 1.21 has been promoted as mentioned in changelog so no longer relevant.
This change impacts control planes created for new clusters. Leads to error
May 20 04:22:08 kind1-control-plane kubelet[290]: E0520 04:22:08.186018 290 server.go:216] "Failed to set feature gates from initia
l flags-based config" err="unrecognized feature gate: TokenRequest"
Either we should put a pre-req or fix the deploy.sh to take this into account.
Looks like
TokenRequest
feature gate in 1.21 has been promoted as mentioned in changelog so no longer relevant.This change impacts control planes created for new clusters. Leads to error
Either we should put a pre-req or fix the
deploy.sh
to take this into account.