Skip to content

Commit

Permalink
Merge pull request #339 from kubescape/new-release
Browse files Browse the repository at this point in the history
PR to trigger release
  • Loading branch information
slashben authored Aug 15, 2024
2 parents 503ddd1 + b3061d8 commit e681253
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fkubescape%2Fsniffer.svg?type=shield&issueType=license)](https://app.fossa.com/projects/git%2Bgithub.com%2Fkubescape%2Fsniffer?ref=badge_shield&issueType=license)

## Prerequisites
1. [Minikube](https://minikube.sigs.k8s.io/docs/start/)
1. [Minikube](https://minikube.sigs.k8s.io/docs/start/)
Start minikube with the following command:
```
minikube start
```
2. Linux kernel version 5.4 and above.


## Running the Node Agent
Make sure to set the `NODE_NAME` environment variable to the name of the node you want to scan.
Also make sure you have the `KUBECONFIG` environment variable set to the path of your kubeconfig file.
## Running the Node Agent
Make sure to set the `NODE_NAME` environment variable to the name of the node you want to scan.
Also make sure you have the `KUBECONFIG` environment variable set to the path of your kubeconfig file.
You can then build the binary by running:
```
go build .
Expand Down

0 comments on commit e681253

Please sign in to comment.