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

tetragon/windows: Add default definitions for Windows #3538

Merged
merged 1 commit into from
Apr 1, 2025

Conversation

ExceptionalHandler
Copy link
Contributor

Description

Moved over defaults.go to defaults_linux.go .
Added defaults_windows.go to add set of default paths and names for Windows.
Some default definitions are stubbed out for compilation.

Changelog

Port the package defaults to Windows

@ExceptionalHandler ExceptionalHandler requested a review from a team as a code owner March 20, 2025 22:53
Copy link

netlify bot commented Mar 20, 2025

Deploy Preview for tetragon ready!

Name Link
🔨 Latest commit b08525e
🔍 Latest deploy log https://app.netlify.com/sites/tetragon/deploys/67dc9c66b8735800085ef7b6
😎 Deploy Preview https://deploy-preview-3538--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.

Moved over defaults.go to defaults_linux.go
Added defaults_windows.go to add set of default paths and names for Windows. Some default definitions are stubbed out for compilation.

Signed-off-by: Anadi Anadi <[email protected]>
@ExceptionalHandler ExceptionalHandler added the release-note/minor This PR introduces a minor user-visible change label Mar 25, 2025
DefaultMapPrefix = "tetragon"

// DefaultEventMap is the default name of the Event map
DefaultEventMap = "tcpmon"
Copy link
Contributor

Choose a reason for hiding this comment

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

perhaps map names can be shared?


// defaults for the event cache
DefaultEventCacheNumRetries = 15
DefaultEventCacheRetryDelay = 2
Copy link
Contributor

Choose a reason for hiding this comment

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

same here I'm not sure why these would actually be different?

@jrfastab
Copy link
Contributor

jrfastab commented Apr 1, 2025

I'll merge this, I do wonder a bit why Windows would end up with different defaults for some of those things in the comments above. It makes sense unify them later.

@jrfastab jrfastab merged commit a04c84a into cilium:main Apr 1, 2025
40 of 41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/minor This PR introduces a minor user-visible change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants