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

envoy: Add support for exposing Envoy Admin API #30655

Merged
merged 1 commit into from Mar 5, 2024
Merged

Conversation

sayboras
Copy link
Member

@sayboras sayboras commented Feb 7, 2024

This is to support the capability to expose Envoy Admin API via new helm flags envoy.debug.admin.{enabled,port} for both embeded and daemonset modes.

Fixes: #30647

@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Feb 7, 2024
@sayboras sayboras added area/proxy Impacts proxy components, including DNS, Kafka, Envoy and/or XDS servers. release-note/minor This PR changes functionality that users may find relevant to operating Cilium. area/servicemesh GH issues or PRs regarding servicemesh labels Feb 7, 2024
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Feb 7, 2024
@sayboras
Copy link
Member Author

sayboras commented Feb 7, 2024

/test

@sayboras sayboras marked this pull request as ready for review February 7, 2024 14:09
@sayboras sayboras requested review from a team as code owners February 7, 2024 14:09
Copy link
Member

@nathanjsweet nathanjsweet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

Copy link
Contributor

@learnitall learnitall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good for docs!

@youngnick
Copy link
Contributor

I'd really like the flag to say debug somewhere in there. Maybe envoy.admin.debug.{enabled,port} ?

@sayboras sayboras force-pushed the tam/envoy-admin branch 3 times, most recently from 8cbf205 to d63b350 Compare February 20, 2024 13:15
@sayboras
Copy link
Member Author

/test

Copy link
Member

@mhofstetter mhofstetter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Tam. Some questions and suggestions inline.

pkg/envoy/xds_server.go Outdated Show resolved Hide resolved
pkg/envoy/xds_server.go Outdated Show resolved Hide resolved
@sayboras
Copy link
Member Author

/test

@sayboras
Copy link
Member Author

/test

@sayboras
Copy link
Member Author

sayboras commented Mar 5, 2024

/test

@sayboras
Copy link
Member Author

sayboras commented Mar 5, 2024

/test

This is to support the capability to expose Envoy Admin API via new helm
flags envoy.debug.admin.{enabled,port} for both embedded and daemonset modes.

Fixes: #30647
Signed-off-by: Tam Mach <tam.mach@cilium.io>
@sayboras
Copy link
Member Author

sayboras commented Mar 5, 2024

/test

@sayboras sayboras added this pull request to the merge queue Mar 5, 2024
Merged via the queue into main with commit acd8f4f Mar 5, 2024
218 of 220 checks passed
@sayboras sayboras deleted the tam/envoy-admin branch March 5, 2024 12:45
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/proxy Impacts proxy components, including DNS, Kafka, Envoy and/or XDS servers. area/servicemesh GH issues or PRs regarding servicemesh ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/minor This PR changes functionality that users may find relevant to operating Cilium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CFP: Expand Helm to support exposing the Envoy Admin API over a port (vs the current unix socket)
6 participants