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
Reading the documentation it states:
"Dependency is optional and a missing dependency for a service will result in an Istio configuration for that service pushed to all clusters."
So I would expect all services to be synchronized across all clusters, when no Dependency is created.
After deploying a base Admiral setup for two k8s clusters, nothing is synced between clusters.
When I create a specific
Dependency
the sync worksReading the documentation it states:
"Dependency is optional and a missing dependency for a service will result in an Istio configuration for that service pushed to all clusters."
So I would expect all services to be synchronized across all clusters, when no Dependency is created.
Is also says her: https://github.com/istio-ecosystem/admiral/blob/master/docs/Architecture.md
"If the wild card and specific dependency object are both present any service not matching a specific rule will be sync to all clusters"
But no information about, how to create such a wild card dependency...
/Kristian
The text was updated successfully, but these errors were encountered: