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

tetra: various dump processcache cmd improvements #2917

Merged
merged 3 commits into from
Sep 13, 2024

Conversation

mtardy
Copy link
Member

@mtardy mtardy commented Sep 13, 2024

Mostly for 0b03e9a, the rest was piggybacked by this.

@mtardy mtardy added the release-note/misc This PR makes changes that have no direct user impact. label Sep 13, 2024
@mtardy mtardy requested a review from a team as a code owner September 13, 2024 10:40
Copy link

netlify bot commented Sep 13, 2024

Deploy Preview for tetragon ready!

Name Link
🔨 Latest commit 0b03e9a
🔍 Latest deploy log https://app.netlify.com/sites/tetragon/deploys/66e416856d16c600075d488a
😎 Deploy Preview https://deploy-preview-2917--tetragon.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

I realized we used camelCase in a tetra subcmd and in the debug API.
Changing the debug API should not be a problem as it was not yet
released and it's a debug feature. The subcmd has an alias because it
was easy.

Signed-off-by: Mahe Tardy <[email protected]>
This allows the command to return != 0 return error code on failure as
expected.

Signed-off-by: Mahe Tardy <[email protected]>
When dumping a full process cache (around 65K entries) the gRPC client
could not handle a response of this size. This makes it possible to
configure it on demand if needed.

Signed-off-by: Mahe Tardy <[email protected]>
@mtardy mtardy force-pushed the pr/mtardy/process-cache-dump-fixes branch from 0b03e9a to b9d39bf Compare September 13, 2024 10:42
@mtardy mtardy merged commit 69ea3f8 into main Sep 13, 2024
46 checks passed
@mtardy mtardy deleted the pr/mtardy/process-cache-dump-fixes branch September 13, 2024 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants