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

in mesh upstreams #10080

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

in mesh upstreams #10080

wants to merge 4 commits into from

Conversation

stevenctl
Copy link
Contributor

Description

To support gloo-gateway as a mesh ingress, we need a mechanism to reference the VirtualDestination. The hosts field of a static upstream marked for mesh will use ServiceEntry (which in this usecase are expected to be generated by VD) to find the endpoints we want to route to.

API changes

  • add inMesh bool marker to Upstream_Static

Code changes

  • Skip handling mesh static upstreams in static upstream plugin

@stevenctl stevenctl requested a review from a team as a code owner September 20, 2024 17:00
Co-authored-by: Art <artberger@users.noreply.github.com>
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