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

Reconcile Gslb when relevant Endpoint is updated #11

Merged
merged 2 commits into from
Dec 18, 2019
Merged

Conversation

ytsarev
Copy link
Member

@ytsarev ytsarev commented Dec 17, 2019

  • We care about Endpoint(and eventually Service) status
  • We do not control Endpoints/Service directly by operator
  • The only link in serviceName inside of inline Ingress spec of Gslb
  • Thus we create a Watch over Endpoint and dynamically match Gslbs to
    reconcile searching for associated serviceName which explicitly matches
    Service and Endpoint names

* We care about Endpoint(and eventually Service) status
* We do not control Endpoints/Service directly by operator
* The only link in `serviceName` inside of inline Ingress spec of Gslb
* Thus we create a `Watch` over Endpoint and dynamically match Gslbs to
  reconcile searching for associated `serviceName` which explicitly matches
`Service` and `Endpoint` names
@ytsarev ytsarev merged commit 719cb16 into master Dec 18, 2019
@ytsarev ytsarev deleted the reconcile_from_ep branch December 18, 2019 09:04
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

Successfully merging this pull request may close these issues.

2 participants