How to reduce sync time from 10 mins to less. #6066
Answered
by
alexmt
shivamsood
asked this question in
Q&A
-
If my app is not able to deploy. I get the app degraded notification in around 10 mins. How can I reduce this time? |
Beta Was this translation helpful? Give feedback.
Answered by
alexmt
Apr 23, 2021
Replies: 2 comments 1 reply
-
can someone please help here? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think you are looking for |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alexmt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you are looking for
.spec.progressDeadlineSeconds
https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#progress-deadline-seconds . Default value is 600 seconds. You can specify lower value in deployment spec.