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

return pod if not nil from kubewatcher #60

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# egressd

Kubernetes aware network traffic monitoring.
Kubernetes API key aware monitoring

### How it works

Expand Down Expand Up @@ -46,10 +46,4 @@ tilt up

### Release procedure (with automatic release notes)

Head to the [GitHub new release page](https://github.com/castai/egressd/releases/new), create a new tag at the top, and click `Generate Release Notes` at the middle-right.
![image](https://user-images.githubusercontent.com/571022/174777789-2d7d646d-714d-42da-8c66-a6ed407b4440.png)

Run e2e tests locally
```
KIND_CONTEXT=tilt IMAGE_TAG=local ./e2e/run.sh
```
Head to the [GitHub new
Loading