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

Enable intercepts of workloads that have no service. #3677

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

thallgren
Copy link
Member

Telepresence is now capable of intercepting workloads that have no associated service. The intercept will then target container port instead of a service port. The new behavior is enabled by adding a telepresence.getambassador.io/inject-container-ports annotation where the value is a comma separated list of port identifiers consisting of either the name or the port number of a container-port, optionally suffixed with /TCP (the default) or /UDP.

Closes #1647

Telepresence is now capable of intercepting workloads that have no
associated service. The intercept will then target container port
instead of a service port. The new behavior is enabled by adding a
`telepresence.getambassador.io/inject-container-ports` annotation where
the value is a comma separated list of port identifiers consisting of
either the name or the port number of a container-port, optionally
suffixed with `/TCP` (the default) or `/UDP`.

Closes #1647

Signed-off-by: Thomas Hallgren <thomas@tada.se>
@thallgren thallgren added the ok to test Applied by maintainers when a PR is ready to have tests run on it label Aug 30, 2024
@github-actions github-actions bot removed the ok to test Applied by maintainers when a PR is ready to have tests run on it label Aug 30, 2024
@thallgren thallgren merged commit 7cd6eb4 into release/v2 Aug 30, 2024
11 checks passed
@thallgren thallgren deleted the thallgren/serviceless-intercepts branch August 30, 2024 09:36
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.

[v2] Can't intercept workloads without Service
1 participant