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
The v2 of the eks cdk deprecates using the aws-auth configmap for access, in favor of access entries. To prepare for this, we should update teams to use access entries as well.
Use Case
Important for Auto Mode, since it requires use of EKS v2
Proposed Solution
Right now, split depending on if v1 or v2 cluster. Merge so that teams always use access entries.