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

sysdump: Detect if Gateway API support is enabled #2025

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

michi-covalent
Copy link
Contributor

Check if "enable-gateway-api" is set to "true" in cilium-config ConfigMap, and collect resources related to Gateway API if and only if the feature is enabled.

Check if "enable-gateway-api" is set to "true" in cilium-config
ConfigMap, and collect resources related to Gateway API if and only if
the feature is enabled.

Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
@michi-covalent michi-covalent temporarily deployed to ci October 9, 2023 20:44 — with GitHub Actions Inactive
@michi-covalent
Copy link
Contributor Author

do we need to collect GRPCRoute / TCPRoute / UDPRoute? they are not listed in https://docs.cilium.io/en/latest/network/servicemesh/gateway-api/gateway-api/, so these tasks will always fail.

@michi-covalent michi-covalent requested review from a team and meyskens and removed request for a team October 9, 2023 20:52
@michi-covalent michi-covalent marked this pull request as ready for review October 9, 2023 20:52
@michi-covalent michi-covalent requested a review from a team as a code owner October 9, 2023 20:52
Copy link
Member

@sayboras sayboras left a comment

Choose a reason for hiding this comment

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

Thanks ✅

@sayboras sayboras removed the request for review from meyskens October 9, 2023 21:52
@michi-covalent
Copy link
Contributor Author

@asauber ping!

@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 Oct 11, 2023
@michi-covalent michi-covalent merged commit 7bb30e6 into main Oct 11, 2023
19 checks passed
@michi-covalent michi-covalent deleted the pr/michi/gateway branch October 11, 2023 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants