gabpassos commented on issue #42136: URL: https://github.com/apache/airflow/issues/42136#issuecomment-3168262455
I started seeing this message on airflow logs to (KubernetesExecutor). Checking the scheduler Logs, I found this BadRequest message from Kubernetes: `Pod ... cannot be handled as a Pod: unable to parse quantity's suffix` Some DAGs had invalid memory units like "256mi" (lowercase mi) in resources.requests.memory and Kubernetes only accepts "Mi" (uppercase M). This BadRequest message also appears in the task's Event Log. Because the pod failed to start, Airflow still tried to fetch its logs and produced the “Invalid URL” error as a side effect. -- 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]
