-
Notifications
You must be signed in to change notification settings - Fork 355
Wait for network before starting up #949
Copy link
Copy link
Closed
Labels
k8sKubernetes related issue or functionality.Kubernetes related issue or functionality.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Activity
Metadata
Metadata
Assignees
Labels
k8sKubernetes related issue or functionality.Kubernetes related issue or functionality.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Question
We seem to be having an issue with the SQL proxy failing to initialize on the first try due to a timing issue with it and the istio sidecar deployed by ASM. Is there a way to delay the SQL proxy from trying to make a connection to cloud SQL so that the istio sidecar can establish itself?
Our backup plan is to disable the port for Istio egress for cloud SQL.