https://flyte.org logo
#announcements
Title
# announcements
a

Alex Bain

04/06/2022, 5:01 PM
We're updating our k8s cluster to use OIDC-enabled service accounts as much as possible, but we noticed the`flyte-copilotdownloader` init container seems to only be able to get IAM creds from the EC2 metadata service at the moment: https://github.com/flyteorg/flytecopilot/blob/master/cmd/root.go#L87. Is that right?
Follow-up: is it possible to disable copilot? All of our tasks are Python tasks with
flytekit
installed.
k

Ketan (kumare3)

04/07/2022, 4:10 AM
@Alex Bain this is weird
seems right to me
but, i am not sure how it works for us, using OIDC
a

Alex Bain

04/07/2022, 11:46 PM
@Ketan (kumare3) let me get a review for https://github.com/flyteorg/flytecopilot/pull/37, it needs a maintainer
k

Ketan (kumare3)

04/07/2022, 11:51 PM
ohh yes
done
@Alex Bain lint failed
sorry should have run the workflows earlier
a

Alex Bain

04/08/2022, 6:21 AM
I pushed another commit to fix
make lint
and it passed, but I can't merge the PR yet. Could you take a look? @Ketan (kumare3) https://github.com/flyteorg/flytecopilot/pull/37
👍 1
k

Ketan (kumare3)

04/08/2022, 1:37 PM
Let me get to my desk, I can merge and quick fix and let me give you contribute access, welcome to the crew
6 Views