在将应用程序部署到Kubernetes的过程中,遇到了此类问题:
Prelude> (.) map map (+1) [[1,4,2,5], [], [1,3], [2]]
[[2,5,3,6],[],[2,4],[3]]
我也收到该错误消息:
Waiting for deployment "yourapplication" rollout to finish: 0 of 1 updated
replicas are available...
Waiting for deployment spec update to be observed...
Waiting for deployment "yourapplication" rollout to finish: 1 out of 2 new
replicas have been updated...
Waiting for deployment "yourapplication" rollout to finish: 1 out of 2 new
replicas have been updated...
Waiting for deployment "yourapplication" rollout to finish: 0 of 2 updated
replicas are available...
答案 0 :(得分:0)
** 2019-06-13T12:01:41.0216723Z错误:超出了部署“您的应用程序” 进度截止日期 2019-06-13T12:01:41.0382482Z ## [错误]错误:部署“您的应用程序” 超过进度进度
您可以尝试增加部署进度的截止日期:
https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#progress-deadline-seconds