You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: