Hi, if anyone is experiencing issues with EKS and/...
# ask-community
m
Hi, if anyone is experiencing issues with EKS and/or Kubernetes on dask using prefect, I found that the latest release (14h ago) of kubernetes-asyncio (22.6) has been breaking all my flows that worked yesterday (it fails to pickup serviceaccount for rbac, sends all requests as 'system/anonymous'). Pinning version 'kubernetes-asyncio<22.6' in my requirements fixed it for me. Issue: https://github.com/PrefectHQ/prefect/issues/5573
👍 1
k
@Marvin archive “Dask on Kubernetes breaks with asyncio 22.6”
Thanks for reporting!