Open
Conversation
✅ Deploy Preview for tetragon ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
e606eb6 to
822b670
Compare
Signed-off-by: Tam Mach <tam.mach@cilium.io>
e7a4ec2 to
4df85e6
Compare
mtardy
reviewed
Feb 24, 2026
Member
mtardy
left a comment
There was a problem hiding this comment.
👋 not against adding some tooling for making the project easier to interact with but this seems pretty specific so I'd be happier if we can put this under contrib with the rest of tooling.
Comment on lines
+73
to
+75
| The repository includes a [devcontainer](.devcontainer/) for a | ||
| ready-to-use development environment — open the project in VS Code and | ||
| select **"Reopen in Container"** to get started instantly. |
Member
There was a problem hiding this comment.
I wouldn't add that stuff directly in the README, I think it's enough it's in the contribution development guide
| description: "This will help you getting started with your development setup to build Tetragon" | ||
| --- | ||
|
|
||
| ## Development container |
Member
There was a problem hiding this comment.
I would put that at the end as an option for development setup maybe instead of at the beginning?
Comment on lines
+33
to
+37
| - **Go** matching the version in `go.mod` | ||
| - **Clang/LLVM 20** for BPF compilation (`LOCAL_CLANG=1`) | ||
| - **bpftool**, **golangci-lint**, **goimports**, **gops** | ||
| - **kubectl**, **helm**, **kind** for Kubernetes development | ||
| - **Docker-outside-of-Docker** for building container images |
Member
There was a problem hiding this comment.
in general I'd drop the bold if it's not necessary
Suggested change
| - **Go** matching the version in `go.mod` | |
| - **Clang/LLVM 20** for BPF compilation (`LOCAL_CLANG=1`) | |
| - **bpftool**, **golangci-lint**, **goimports**, **gops** | |
| - **kubectl**, **helm**, **kind** for Kubernetes development | |
| - **Docker-outside-of-Docker** for building container images | |
| - Go matching the version in `go.mod` | |
| - Clang/LLVM 20 for BPF compilation (`LOCAL_CLANG=1`) | |
| - bpftool, golangci-lint, goimports, gops | |
| - kubectl, helm, kind for Kubernetes development | |
| - Docker-outside-of-Docker for building container images |
|
|
||
| 1. Install the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers). | ||
| 2. Open the Tetragon repository in VS Code. | ||
| 3. When prompted, click **"Reopen in Container"** (or run the command |
Member
There was a problem hiding this comment.
Suggested change
| 3. When prompted, click **"Reopen in Container"** (or run the command | |
| 3. When prompted, click "Reopen in Container" (or run the command |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Changelog