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

Add conversion support from ingress to endpoints #562

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

Conversation

Alice-Lilith
Copy link
Contributor

Adds support for conversion from Ingress resources when the k8s.ngrok.com/use-endpoints: "true" annotation is added. Without this annotation, Ingress resources will continue to create edges.

For each hostname on applicable Ingress resources, a CloudEndpoint managed resource will be created that routes to one or more managed AgentEndpoint resources that will be created for each unique upstream.

Signed-off-by: Alice-Lilith <a.wasko@ngrok.com>
Signed-off-by: Alice-Lilith <a.wasko@ngrok.com>
@github-actions github-actions bot added the area/controller Issues dealing with the controller label Dec 20, 2024
@Alice-Lilith Alice-Lilith marked this pull request as ready for review December 20, 2024 05:59
@Alice-Lilith Alice-Lilith requested a review from a team as a code owner December 20, 2024 05:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/controller Issues dealing with the controller
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant