Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Services are not synchronized without a specific Dependency #145

Closed
KZachariassen opened this issue Sep 24, 2020 · 2 comments
Closed

Services are not synchronized without a specific Dependency #145

KZachariassen opened this issue Sep 24, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@KZachariassen
Copy link

After deploying a base Admiral setup for two k8s clusters, nothing is synced between clusters.
When I create a specific Dependency the sync works

---
apiVersion: admiral.io/v1alpha1
kind: Dependency
metadata:
  name: dependency
  namespace: admiral
spec:
  source: Service-a
  identityLabel: identity
  destinations:
    - Service-b

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.

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

@KZachariassen KZachariassen added the bug Something isn't working label Sep 24, 2020
@aattuluri
Copy link
Contributor

@krjensen Thanks for reporting, this is a duplicate of #85, please upvote this issue so we can prioritize that for 1.2 release.

@KZachariassen
Copy link
Author

Ah sorry for duplicating the issue.

itsLucario pushed a commit to itsLucario/admiral that referenced this issue Aug 9, 2022
…cosystem#245) (istio-ecosystem#145)

* Fix concurrent map access and remove unwanted code (istio-ecosystem#245)

* MESH-1988

Co-authored-by: aattuluri <44482891+aattuluri@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants