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

Conformance test: exporting services #65

Open
4 tasks
skitt opened this issue Sep 3, 2024 · 1 comment
Open
4 tasks

Conformance test: exporting services #65

skitt opened this issue Sep 3, 2024 · 1 comment
Assignees

Comments

@skitt
Copy link
Member

skitt commented Sep 3, 2024

https://github.com/kubernetes/enhancements/blob/master/keps/sig-multicluster/1645-multi-cluster-services-api/README.md#exporting-services

Check that:

  • The ServiceExport CRD exists
  • Creating a ServiceExport exports the name-mapped Service (i.e. the service becomes accessible from importing clusters, see Conformance test: DNS #69 for the DNS entries)
  • If a ServiceExport exists on cluster A, and not on cluster B, and the corresponding service exists on both, remote clusters only access cluster A, never cluster B
  • Name-mapped Services are only exported as long as the corresponding ServiceExport exists
@tpantelis
Copy link
Contributor

/assign @tpantelis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants