Hey, I am new to flyte. I am trying to install on ...
# ask-the-community
s
Hey, I am new to flyte. I am trying to install on eks cluster using flyte scheduler helm chart. It seems to enable bigquery task and propeller pod crashes. I filed a bug on flyte github. https://github.com/flyteorg/flyte/issues/3905 Any help resolving the issue is greatly appreciated. Thank you
k
you have to enable
bigquery_query_job_task
Copy code
enabled_plugins:
  - bigquery_query_job_task
s
Thank you. I enabled agent-service plugin. Then it worked. However, it is strange! It is enabling bigquery_query_job_task by default and forcing us to enable agent-service, which I am not sure if I need
k
yes ,we should add it by default. contribution is welcome