You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, recently had to add some sidecars and dependencies to a particular microservice pod. As there are 4 pods of this microservice deployment running, for each new deployment, its causing the deploy time error. That deployment to the cluster works fine in the background, but to get acknowledgment once all pods are up is more than the gke-deploy timeout (5mins), it returns status as failed.
I added timeout parameter in Deploy stage, Its not reflecting and still defaults to 5mins.
Anyways to increase this?
Or I can build a custom image with this repo, but I couldn't find where exactly is the timeout configured.
I expected the timeout to be specified with "rollout status" but couldn't find it.
Any help would be really great at this moment.
The text was updated successfully, but these errors were encountered:
I used to deploy the new deployments to the cluster using cloudbuild with gke-deploy.
Below is the deploy stage.
It was working fine.
However, recently had to add some sidecars and dependencies to a particular microservice pod. As there are 4 pods of this microservice deployment running, for each new deployment, its causing the deploy time error. That deployment to the cluster works fine in the background, but to get acknowledgment once all pods are up is more than the gke-deploy timeout (5mins), it returns status as failed.
I added timeout parameter in Deploy stage, Its not reflecting and still defaults to 5mins.
Anyways to increase this?
Or I can build a custom image with this repo, but I couldn't find where exactly is the timeout configured.
I expected the timeout to be specified with "rollout status" but couldn't find it.
Any help would be really great at this moment.
The text was updated successfully, but these errors were encountered: