-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Add EnRoute as one of the Ingress Controller API Gateway Options #25972
Conversation
EnRoute is an actively maintained API Gateway Ingress controller built on [Envoy Proxy](https://envoyproxy.io/community.html). It is an [OSS project](https://github.com/saarasio/enroute) that includes support for advanced rate-limiting in the [community edition](https://getenroute.io/features).
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Welcome @chintan8saaras! |
Signed the Contributor License Agreement (CLA). |
✔️ Deploy preview for kubernetes-io-master-staging ready! 🔨 Explore the source changes: a0b3e72 🔍 Inspect the deploy logs: https://app.netlify.com/sites/kubernetes-io-master-staging/deploys/5ff891926be58a00089a6783 😎 Browse the preview: https://deploy-preview-25972--kubernetes-io-master-staging.netlify.app |
/check-cla |
/check-cla |
I signed it |
Can you make sure that the commits in this PR are from an email address that GitHub recognizes as you? This also must be the same email address that the CNCF identifies you with as a CLA signatory. |
Thank you @sftim ! I verified this after your message. One observation is that github notifications for this PR and the CNCF signature confirmation were received on the same email address (github-id -at- saaras.io). Thanks ! |
/check-cla |
Updated organizer as a contributing employee. Trying again with cla check |
/check-cla |
I signed it |
@sftim looks like adding the PR github account identity to the cncf signing account does the trick. Thanks ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd prefer to word this more in line with existing entries; I suggested an example.
content/en/docs/concepts/services-networking/ingress-controllers.md
Outdated
Show resolved
Hide resolved
/assign @sftim |
Hi @sftim , Let me know if you need me to make any more changes. I have reworded it according to what you suggested with a small change as we discussed. Also pushed a commit, lmk if it doesn't look right. Thanks ! |
ping @sftim @bradtopol |
LGTM label has been added. Git tree hash: f375e5fe4f9954b29395feaee4b84e771d52715f
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sftim The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Add EnRoute as one of the Ingress Controller API Gateway Options kubernetes#25972 Signed-off-by: ydFu <[email protected]>
Add EnRoute as one of the Ingress Controller API Gateway Options kubernetes#25972 Signed-off-by: ydFu <[email protected]>
EnRoute is an actively maintained API Gateway Ingress controller built on Envoy Proxy. It is an OSS project that includes support for advanced rate-limiting in the community edition.