Hi team, In our PROD environment, `flyteadmin` po...
# flyte-support
a
Hi team, In our PROD environment,
flyteadmin
pod often gets restarted due to timed out
Liveness
probe:
We use the default settings for the
Liveness
probe. Has anyone else experienced this problem?
f
Can you please file an issue, also detail what’s your setup
Core vs single binary, how many cpu have you given, how much memory
We have not observed this ( seems under resourced)
a
@freezing-airport-6809 thanks for your quick feedback, submitted a ticket: https://github.com/flyteorg/flyte/issues/5539
f
@aloof-painting-18735 here is your problem
Copy code
maxParallelism: 25
  resources:
    limits:
      cpu: 250m
      ephemeral-storage: 5Gi
      memory: 500Mi
    requests:
      cpu: 10m
      ephemeral-storage: 5Gi
      memory: 50Mi
can you please give 2cpus min and 4g of mem
I closed the issue