potiuk commented on PR #25561: URL: https://github.com/apache/airflow/pull/25561#issuecomment-1385169617
> @jedcunningham, I have enabled health checks for workers as workers not processing any messages when redis and workers communication broken. After enabling the liveness checks ended up with High memory utilization for worker pods. I have disabled the liveness checks and memory utilization fine. Could you please help on this issue. > > The liveness checks are causing memory leak. I believe this is the issue with K8S livenessprobe https://github.com/kubernetes-sigs/vsphere-csi-driver/issues/778 - you can update K8S to latest version and check that the CSI livenessprobe is of the right version https://github.com/kubernetes-csi/livenessprobe/pull/94 Generally upgrading whatever K8S you are usiung to latest version is highly recommended. Please double-check that @anu251989 and in case you observe the same issue with latest version of K8S, report it please as a new issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
