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

Added link to slack channel on k8s workspace #211

Merged
merged 1 commit into from
Sep 21, 2023
Merged
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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ port, that implements the Envoy Rate Limit protocol (v3).
- [**Development**](#development)
- [**Testing Environment**](limitador-server/docs/sandbox.md)
- [**Kubernetes**](limitador-server/kubernetes/)
- [**Contributing**](#contributing)
- [**License**](#license)

Limitador is under active development, and its API has not been stabilized yet.
Expand Down Expand Up @@ -82,6 +83,11 @@ or you can run tests disabling the "redis storage" feature:
cd limitador; cargo test --no-default-features
```

## Contributing

Join us on the [#kuadrant](https://kubernetes.slack.com/archives/C05J0D0V525) channel in the Kubernetes Slack workspace,
for live discussions about the roadmap and more.

## License

[Apache 2.0 License](LICENSE)
Loading