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
We register the workload entry when it first connects to istiod, however if the workloadentry is not propagated back to the serviceentry store, then we will get no serviceinstances for this proxy. Then istiod can not geneerate right xds configs for this proxy.
And the workloadentry handler mainly triggers eds push, which will not update proxy at all.
The text was updated successfully, but these errors were encountered:
Seems like this would affect more than just auto-registration. We don't really advise users to create a WorkloadEntry before they connect their VM to pilot.
We register the workload entry when it first connects to istiod, however if the workloadentry is not propagated back to the serviceentry store, then we will get no serviceinstances for this proxy. Then istiod can not geneerate right xds configs for this proxy.
And the workloadentry handler mainly triggers eds push, which will not update proxy at all.
The text was updated successfully, but these errors were encountered: