-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Description
Here
os.Setenv("ISTIOCTL_XDS_ADDRESS", istiodAddress.String()) |
This is a pod IP
Istiod autoscales up to 2 pods, because the istiodless code doesn't set the same config as in cluster (which has autoscaling disable)
We picked the wrong istiod in that code above, so we hit an istiod with 0 connections and fail