istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/30838.yaml (about) 1 apiVersion: release-notes/v2 2 kind: bug-fix 3 area: networking 4 issue: 5 - 30838 6 7 releaseNotes: 8 - | 9 **Fixed** istiod never becoming ready when it fails to read resources from clusters configured via remote secrets. 10 After a timeout configured by `PILOT_REMOTE_CLUSTER_TIMEOUT` (default 30s), istiod will become ready without 11 syncing remote clusters. The stat `remote_cluster_sync_timeouts` will be incremented when this occurs.