无法保存输出:等待 Argo 工作流条件超时

use*_*526 7 kubernetes amazon-eks argo-workflows

我在 Kubernetes 上运行 Argo 工作流。我跟在后面这个博客设置Jupyterhub,我开始收到此错误(从未有过的问题,使用前Jupyterhub)上阿尔戈豆荚: failed to save outputs: timed out waiting for the condition

如果我添加,工作总是失败

  resources:
    limits:
      nvidia.com/gpu: 1
Run Code Online (Sandbox Code Playgroud)

但是如果不使用 gpu,它有时会成功(在偶尔失败后使用 retryStrategy)。

有人可以帮我吗?

小智 0

检查您是否提到了serviceAccountName

workflow.spec.serviceAccountName
Run Code Online (Sandbox Code Playgroud)

欲了解更多信息,请查看此链接