mrk-andreev commented on issue #43912: URL: https://github.com/apache/airflow/issues/43912#issuecomment-2489634625
I would start by investigating the error message: "remote error: tls: internal error", as it seems to be the root cause. A quick search suggests this might be a cloud-specific deployment issue, as seen in cases with [AWS](https://repost.aws/questions/QUK8WLbLYlSs2lKw__7h-uOQ/eks-remote-error-tls-internal-error-when-running-kubectl-logs-command) and [Google Cloud](https://stackoverflow.com/questions/67618615/kubectl-exec-logs-on-gke-returns-remote-error-tls-internal-error). One potential workaround in Airflow could be to check the [CSR](https://docs.aws.amazon.com/eks/latest/userguide/cert-signing.html) (Certificate Signing Request) status before making the initial call to retrieve logs. At the very least, this could be a good starting point for debugging. It would be great if we could reach out to an [AWS Hero](https://aws.amazon.com/developer/community/heroes/) with expertise in EKS to provide a more detailed, step-by-step solution. Additionally, resolving this issue might require some [AWS Credits](https://aws.amazon.com/awscredits/) since debugging could involve costs for better AWS Kubernetes support in Airflow. -- 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]
