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

bgp: routes CLI - update min. cilium version, use cilium binary #2251

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

rastislavs
Copy link
Contributor

@rastislavs rastislavs commented Jan 19, 2024

As the necessary cilium-dbg functionality for retrieving BGP routes was backported to cilium v1.14.6 (cilium/cilium#30205), we have to use the cilium binary instead of cilium-dbg to fetch routes from cilium pods, as the rename from cilium to cilium-dbg happened in 1.15.

This also updates the minimal cilium version for this command in the command description.

As the necessary cilium-dbg functionality for retrieving BGP routes
was backported to cilium v1.14.6 (cilium/cilium#30205),
we have to use `cilium` binary instead of `cilium-dbg` to fetch routes
from cilium pods, as the rename from `cilium` to `cilium-dbg` happened in 1.15.

This also updates the minimal cilium version for this command.

Signed-off-by: Rastislav Szabo <rastislav.szabo@isovalent.com>
Copy link
Contributor

@harsimran-pabla harsimran-pabla left a comment

Choose a reason for hiding this comment

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

Thanks, we should think about detecting cilium version and use corresponding cilium binary name. That's bit complicated and should probably be generalized across cli. When cilium alias to cilium-dbg gets deprecated from newer releases - we will have to figure this out. For now, this lgtm - thanks :)

Copy link
Contributor

@derailed derailed left a comment

Choose a reason for hiding this comment

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

@rastislavs rastislavs added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Jan 21, 2024
@aditighag aditighag merged commit 31aef6e into cilium:main Jan 22, 2024
13 checks passed
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

4 participants