我正在运行一个 KubernetesPodOperator,它带有一个使用 microk8s 导入的自定义 docker 镜像。在气流中运行 DAG 时,我会看到以下日志,直到收到超时消息AirflowException('Pod Launching failed: {error}'.format(error=ex))
[2020-04-14 23:06:39,875] {logging_mixin.py:95} INFO - [[34m2020-04-14 23:06:39,875[0m] {[34mpod_launcher.py:[0m141} INFO[0m - Event: [1mk8s-pod-ml-3a541375[0m had an event of type [1mPending[0m[0m
搜索我microk8s kubectl get pods
在 ubuntus 终端上运行的问题并得到:
如您所见,日志中的 pod 名称几乎完全相同(开头的 1m 除外),但状态为ErrImageNeverPull
. 我在internte 中找不到任何关于该状态或错误的信息,除了“ KubernetesPodOperator 的默认超时为 120 秒,这可能导致在下载更大的图像之前发生超时。' 我将默认超时更改为 600 秒,但没有用。