Changing authenticationMode
of EKS cluster should trigger a re-create
#4789
Labels
authenticationMode
of EKS cluster should trigger a re-create
#4789
Courtesy of @jkodroff.
EKS cluster authentication modes can only be changed in the following order
CONFIG_MAP
->API_AND_CONFIG_MAP
->API
.Other transitions are not allowed by AWS and require tearing the cluster down before recreating it.
We should detect such transitions and mark the diff to require a replacement. Regular transitions should not lead to replacements as this would break the upgrade path.
The change most likely needs to be made upstream.
Example
The text was updated successfully, but these errors were encountered: