https://flyte.org logo
#flyte-deployment
Title
# flyte-deployment
f

Felix Ruess

06/15/2023, 6:45 AM
Hi, I just updated flyte-core from 1.6.2 to 1.7.0 via helm. But flyteagent fails to start because the flyteagent serviceaccount was not created.
s

Samhita Alla

06/15/2023, 8:44 AM
@Kevin Su
k

Kevin Su

06/15/2023, 4:11 PM
are you trying to deploy it on eks?
cc @Prafulla Mahindrakar
p

Prafulla Mahindrakar

06/15/2023, 5:27 PM
Hey @Kevin Su, it seems we are missing the serviceaccount in you agent charts PR https://github.com/flyteorg/flyte/pull/3454/files#diff-e3d30827769df90d84af9cb7138149a276c47693ef3440cc0e59165622b6b642 This references the usage of the sa https://github.com/flyteorg/flyte/pull/3454/files#diff-e3d30827769df90d84af9cb7138149a276c47693ef3440cc0e59165622b6b642R40 But couldn’t find kind: ServiceAccount object .
f

Felix Ruess

06/15/2023, 5:29 PM
@Kevin Su no, on prem k3s cluster
k

Kevin Su

06/16/2023, 7:39 PM
@Felix Ruess we just added service account to the helm chart. https://github.com/flyteorg/flyte/pull/3788
btw, we’re adding more agents such as sensor, sagemaker to flyte. What other agents would you like to see in Flyte?
f

Felix Ruess

06/17/2023, 8:36 AM
Thanks, I don't need the agent right now (just noticed because it is enabled by default), but I could test if the service account creation works. Just not sure how to do that as long as the helm chart is not released.
a

Ariel Kaspit

07/04/2023, 1:51 PM
Hey! It happens to me as well, can’t find any fix for this bug - (GKE cluster)
f

Felix Ruess

07/04/2023, 2:14 PM
If you don't need flytagent, you can disable it in your values.yaml for now
a

Ariel Kaspit

07/04/2023, 2:15 PM
yeah thanks. I did it, but still..
f

Felix Ruess

07/04/2023, 2:15 PM
yeah... looks like it is fixed in flyte, but not released into the helm repo
6 Views