Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: enable specifying irsa or role permissions for flyte module #319

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gusmann
Copy link

@gusmann gusmann commented Jan 15, 2025

Hi Domino team,

The flyte submodule seems to expect IRSA to be configured on the target EKS cluster. While recommended, there are cases where IRSA isn't installed on an EKS cluster (i.e. following the default Domino EKS installation instructions). This PR allows a user to specify a flag that enables IRSA (disabled by default) and, if disabled, a role to use for attaching the required Flyte S3 policy. If the flag is enabled, instead of requiring the user to specify details about the target cluster, it simply uses the EKS cluster name to pull relevant details from AWS such as the OIDC provider URL/ARN (these can be computed based on the cluster's OIDC endpoint).

The result is less required variables and support for clusters that do not have EKS IRSA configured.

@gusmann gusmann requested a review from a team as a code owner January 15, 2025 00:29
@miguelhar
Copy link
Collaborator

@gusmann Can you elaborate on what you mean with
There are cases where IRSA isn't installed on an EKS cluster
specifically what is the missing software.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants