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
//^-- NOTE: AWS tag restrictions vary by service, but generally only letters, numbers, spaces, and the following characters are allowed: + - = . _ : / @
16
16
// Tags are validated by the validateTag() function in lib/Utilities.ts before deployment
config.addClusterViewerAccount(process.env.CDK_DEFAULT_ACCOUNT!);//<-- comment out to disable read_only_viewer_by_default
20
+
config.grant_cluster_wide_Viewer_Access_to_all_IAM_Identities_within_AWS_Account(process.env.CDK_DEFAULT_ACCOUNT!);//<-- comment out to disable read_only_viewer_by_default
21
21
/* Explanation of what this-^ does:
22
22
It adds current account to eks cluster's aws-auth configmap
23
23
kubectl get cm -n=kube-system aws-auth -o yaml | grep Accounts:
launchTemplateName: `${config.cluster_name}/baseline-MNG/arm64-bottlerocket-${baseline_node_type}`,//EKS Layer2 construct makes 2 LT's for some reason, uses the eks-* one.
0 commit comments