Hey I'm trying to make a `gke-starter.yaml` to try...
# flyte-deployment
c
Hey I'm trying to make a
gke-starter.yaml
to try a
flyte-binary
install on GKE. Looking at
eks-starter.yaml
I see there's the field
configuration.inline.flyteadmin.roleNameKey
. Is there a correct value for this for a deployment on GCP? Seems like all the examples have
<http://iam.amazonaws.com/role|iam.amazonaws.com/role>
and the underlying Go code doesn't to do much with either. Could I just leave it out?
d
Hey thanks for putting the effort on this Honestly I don't see this annotation being applied neither on the flyteadmin Pod or the Task pods. It is the ServiceAccount what's annotated with the role (in the case of AWS IAM) or with the Google Service Account (in the case of GKE). I don't see
deploy-flyte
using it neither, so let's try dropping it from values?
c
👍