-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
NGINX: Add NJS #12345
base: main
Are you sure you want to change the base?
NGINX: Add NJS #12345
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: anurag-rajawat The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The 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-sigs/prow repository. |
Welcome @anurag-rajawat! |
Hi @anurag-rajawat. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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-sigs/prow repository. |
✅ Deploy Preview for kubernetes-ingress-nginx canceled.
|
a435869
to
dce4341
Compare
Great start. Can you add an e2e test that exercises using the njs model? |
This may have to wait till we release a new nignx base image. We do rebuild the controller in all e2e but not the nginx base. |
/ok-to-test |
/kind feature |
We do build the nginx image, so we can add some e2e test for njs. |
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'm not even sure if we should still add this on Ingress NGINX. @strongjz
/hold
Hey @strongjz, should we proceed with further changes? |
Let's chat after our maintainers talk tomorrow. We've got plans for things going forward. |
Also need to rebase to get the go lint ci 0207d18 |
Signed-off-by: Anurag Rajawat <[email protected]>
dce4341
to
22158a9
Compare
What this PR does / why we need it:
This PR is the continuation of #11248.
Types of changes
Which issue/s this PR fixes
How Has This Been Tested?
I verified my changes by:
Here is a screenshots that show it has
nginx-njs
module:Checklist: