gorgeous-beach-23305
01/05/2024, 12:33 PMflyte-binary
pods? We are seeing the flyte-binary pods failing healthchecks sometimes causing the pod to be terminated and a new one brought up which causes some downtime. One recommendation from our platform team is to set requests and limits for memory and CPU. But I am not sure how to do that for flyte-binary. We are setting these requests and limits for tasks via task_resources
in the values.yaml though but not sure it works for the main flyte-binary
pods.freezing-airport-6809
gorgeous-beach-23305
01/05/2024, 3:45 PMdeployment:
annotations:
downscaler/exclude: "true"
readinessProbe:
tcpSocket:
port: 8088
initialDelaySeconds: 300
periodSeconds: 30
image:
repository: "${flyte_repo}"
tag: "${flyte_tag}"
resources:
requests:
memory: 256Mi
cpu: 100m
limits:
memory: 8Gi
cpu: 500m
tall-lock-23197
gorgeous-beach-23305
01/06/2024, 12:06 PMtask_resources
I want to know if this applies to the flyte-binary
pods as well. The current problem we are facing is the flyte-binary
pods (that host the UI) being evicted / reloaded over and over, due to which the UI is inaccessible, which our platform team feels might be due to requests / limits not being set. Hope that clarifies.tall-lock-23197
average-finland-92144
01/09/2024, 3:29 PMdeployment.resources
Are you using a Helm resource with Terraform?gorgeous-beach-23305
01/09/2024, 3:43 PMaverage-finland-92144
01/09/2024, 3:45 PMgorgeous-beach-23305
01/09/2024, 3:50 PM