Hello team can anyone help me to deploy the flyte core in kubernetes. I need to deploy flyte-core in digital ocean cluster i tryed this repo https://github.com/davidmirror-ops/flyte-the-hard-way but i am faccing some issues i dont know why so please help me to resolve the issues for you if working successfully give me the flyte-deps and flyte-core values.yaml files please.
thanks.
f
flat-waiter-82487
09/20/2025, 7:00 PM
Read your post 10 times and ask yourself how could anyone help you, with you giving absolutely zero details about what's the problem besides "some issue". Everyone deploying Flyte will most likely face some issue, because each K8s cluster is slightly different
d
dazzling-lizard-57263
09/22/2025, 6:10 AM
@flat-waiter-82487 see Here is my binary-values.yaml and this is my KinD system INFO Addresses:
InternalIP: 172.18.0.3
Hostname: kind-worker
Capacity:
cpu: 4
ephemeral-storage: 29378688Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 16167184Ki
pods: 110
Allocatable:
cpu: 4
ephemeral-storage: 29378688Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 16167184Ki
pods: 110
dazzling-lizard-57263
09/22/2025, 6:12 AM
This is the issues i am fassing which the memory no sufficency. why? even i give the max request of resource only.
c
clean-glass-36808
09/22/2025, 5:44 PM
A task being OOM killed is more of a general kubernetes issue. What are you memory limits set to?
Do you have metrics that indicate container memory utilization?
d
dazzling-lizard-57263
09/22/2025, 5:45 PM
Thanks @clean-glass-36808 the issues is in memory request. Thanks