Keep running into “exceeded its progress dead line” despite changing progressDeadlineSeconds
- 阅读更多 关于 Keep running into “exceeded its progress dead line” despite changing progressDeadlineSeconds
问题 I'm new AKS, ACR, and DevOps Pipelines and I'm trying to setup a CI/CD pipeline. I have a resource group setup that has both AKS and ACR in it. AKS is using Standard_B2s and only one node at this point since I'm just playing around. Images are being deployed to ACR automatically on a commit to master--haven't figured out how to setup testing yet--but when it comes to deploying to AKS, I just keep getting a: ##[error]error: deployment "client-deployment" exceeded its progress deadline I've