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

workflows: Use new cilium sysdump #17428

Merged
merged 1 commit into from Sep 21, 2021

Conversation

pchaigno
Copy link
Member

@pchaigno pchaigno commented Sep 17, 2021

We've already been using the new cilium sysdump command in cilium-cli for a while, we can start using it in cilium/cilium as well. One advantage of using this new command is that we'll now have the Hubble flows in the sysdump.

Tested with 89aaaea where some tests failed and sysdumps were correctly collected.

@pchaigno pchaigno added area/CI Continuous Integration testing issue or flake area/CI-improvement Topic or proposal to improve the Continuous Integration workflow release-note/ci This PR makes changes to the CI. labels Sep 17, 2021
tar zxf hubble-linux-amd64.tar.gz
chmod +x ./hubble
touch hubble-flows.json
./hubble observe --all --output json > hubble-flows.json || true
Copy link
Member Author

@pchaigno pchaigno Sep 17, 2021

Choose a reason for hiding this comment

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

For reviewers: We don't need this anymore as it's already included in the sysdump.

@pchaigno pchaigno force-pushed the pr/pchaigno/use-cilium-sysdump-2.0 branch from 89aaaea to 9727a5d Compare September 17, 2021 15:15
@pchaigno pchaigno marked this pull request as ready for review September 17, 2021 15:15
@pchaigno pchaigno requested review from a team as code owners September 17, 2021 15:15
We've already been using the new cilium sysdump command in cilium-cli
for a while, we can start using it in cilium/cilium as well. One
advantage of using this new command is that we'll now have the Hubble
flows in the sysdump.

Signed-off-by: Paul Chaignon <paul@cilium.io>
@pchaigno pchaigno force-pushed the pr/pchaigno/use-cilium-sysdump-2.0 branch from 9727a5d to ddf6dad Compare September 20, 2021 20:13
Copy link
Member

@nbusseneau nbusseneau left a comment

Choose a reason for hiding this comment

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

👍🏻

@pchaigno pchaigno added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Sep 21, 2021
@christarazi christarazi merged commit b3f4dae into master Sep 21, 2021
@christarazi christarazi deleted the pr/pchaigno/use-cilium-sysdump-2.0 branch September 21, 2021 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI Continuous Integration testing issue or flake area/CI-improvement Topic or proposal to improve the Continuous Integration workflow ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/ci This PR makes changes to the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants