Azure Pipelines 为 helm 升级提供超时

标签 azure azure-devops azure-pipelines azure-pipelines-build-task

在某个时刻,在执行任务超过 3 分钟后,Azure DevOps 管道开始为 helm 任务返回“超时”。

升级失败:WAITING条件超时(参见图片)。

Image of the task outputs showing timeout

这在某种程度上具有误导性,因为错误发生的同时,他们在欧洲的一些服务发生了事件。

最佳答案

此错误的原因是目标 AKS 群集容量不足。显然,任务在等待某些配置或类似情况发生时超时。

关于Azure Pipelines 为 helm 升级提供超时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68563583/

相关文章:

azure - 将文件名从 Foreach 传递到数据流 - Azure 数据工厂

无法上传 Azure 工件,因为已超出最大数量或付款工具无效,即使我有 0 GB

azure - 如何从Azure管道库中保存的变量组中查看锁定的变量值?

kubernetes - Kubernetes 升级到 v1.22 后 DevOps CI/CD 管道中断

azure - 迭代 terraform 中的对象 map

database - 自带 key (BYOK) 和客户管理 key (CMK) 加密之间的区别?

azure - 执行 Azure DevOps 构建管道时 - 收到消息 : This pipeline needs permission to access resources before this continue

Azure Pipelines YAML - 对 "Deploy Web App"azureSubscription 输入使用变量组时出错

azure - Azure Synapse 工作区中列出了重复的用户

azure - 如何在Azure管道任务中创建对象并将其作为变量返回以在其他任务中使用?