some-grass-84903
08/26/2024, 5:52 AMAn error occurred (InvalidIdentityToken) when
calling the AssumeRoleWithWebIdentity operation: No OpenIDConnect provider found
in your account for
<https://oidc.eks.eu-central-1.amazonaws.com/id/><id>
I get that the job of syncresources
is to do that, but how would I overwrite/adjust that? Should e.g. this part just be left out on the control plane?average-finland-92144
08/26/2024, 4:37 PMsome-grass-84903
08/26/2024, 6:44 PMcluster_resource_manager
as well!
Thanks for the input!some-grass-84903
10/10/2024, 1:41 PMdefaultIamRole
annotation, as we set the appropriate service account annotation during the data plane deployment.
To reproduce the issue:
⢠Set whatever value for defaultIamRole
in the cluster_resources.yaml
part of the flyte-admin-base-config
configmap of the control plane
⢠Restart the flyteadmin
deployment in the control plane
⢠Wait and check the default service account in the respected namespace of the data plane (its annotation with eks role arn should change to your set value after a few minutes)
I guess it works as intended. Although I think it would be nice if the annotations are not overwritten if they are not matching the defaults.