Closed Jeffwan closed 4 years ago
Issue-Label Bot is automatically applying the labels:
Label | Probability |
---|---|
area/kfctl | 0.97 |
kind/feature | 0.91 |
Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! Links: app homepage, dashboard and code for this bot.
/assign @Jeffwan
Resolve https://github.com/kubeflow/kubeflow/issues/4882
User who create EKS cluster in different regions with exact same name will encounter some issues. Since we use
kf-admin-${cluster-name}
for web identity role and IAM is global resource. This case will break and have conflict names. It would be better for us to include region information for multi-region deployment.