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
{{ message }}
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
Deployment exceeded its progress deadline: &DeploymentCondition{Type:Progressing,Status:False,Reason:ProgressDeadlineExceeded,Message:ReplicaSet "istio-ingressgateway-f655c454" has timed out progressing #4
I am getting the below error while deploying the application.
╷
│ Error: Deployment exceeded its progress deadline: &DeploymentCondition{Type:Progressing,Status:False,Reason:ProgressDeadlineExceeded,Message:ReplicaSet "istio-ingressgateway-f655c454" has timed out progressing.,LastUpdateTime:2023-12-06 11:48:29 +0530 IST,LastTransitionTime:2023-12-06 11:48:29 +0530 IST,}
│
│ with module.dev_buyer_app.kubectl_manifest.istio_ingress["manifests/gateways/istio_ingressgateway/deployment.yaml"],
│ on ../../modules/buyer/main.tf line 464, in resource "kubectl_manifest" "istio_ingress":
│ 464: resource "kubectl_manifest" "istio_ingress" {
│
╵
╷
│ Error: Waiting for rollout to finish: 0 of 1 updated replicas are available...
│
│ with module.dev_seller_app.kubectl_manifest.istio_ingress["manifests/gateways/istio_ingressgateway/deployment.yaml"],
│ on ../../modules/seller/main.tf line 449, in resource "kubectl_manifest" "istio_ingress":
│ 449: resource "kubectl_manifest" "istio_ingress" {
│
╵
Releasing state lock. This may take a few moments..
Initially, I was getting Error: istio-system/istio-ingressgateway failed to fetch resource from kubernetes: context deadline exceeded
I re-run the terraform apply command. It fixed the failed to fetch resource error but also killed pod/istio-ingressgateway-f655c454-fxn5g
kubectl get all -n istio-system
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/istio-ingressgateway LoadBalancer 192.168.117.177 10.0.0.45 15021:32225/TCP,80:31285/TCP,443:31033/TCP 106m
NAME REFERENCE TARGETS MINPODS MAXPODS REPLICAS AGE
horizontalpodautoscaler.autoscaling/istio-ingressgateway Deployment/istio-ingressgateway <unknown>/80% 1 5 1 106m