-
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
Added docs for --ingress-class-by-name flag in the cli arguments page #7624
Added docs for --ingress-class-by-name flag in the cli arguments page #7624
Conversation
Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
@bhumijgupta: 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/test-infra repository. |
Hi @bhumijgupta. 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/test-infra repository. |
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.
/ok-to-test
Should it directly match this content? ingress-nginx/cmd/nginx/flags.go Lines 71 to 72 in cda59cc
|
I was not sure that it should directly match or not. But if that's the case, I'll edit the docs to match the flag description in code
|
Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
Yes it should :) /approve |
/hold |
It's a good idea also to add into https://kubernetes.github.io/ingress-nginx/#what-is-an-ingressclass-and-why-is-it-important-for-users-of-ingress-nginx-controller-now some user story of when --ingress-class-by-name should be used (and combining that with --ingress-name arg) |
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.
/lgtm
@bhumijgupta just waiting until #7624 (comment) gets corrected and we can move forward with this. For now I will remove approval just so this wont get merged without the comment above being corrected :) Thanks |
Update: Due to some unforeseen personal stuff, I couldn't work on #7624 (comment). I am planning to come back to the PR and complete it by this week |
@bhumijgupta, gentle request for an update. I am not very clear on that user-story we can write for the --ingress-class-by-name flag. If you can explain on slack, then I can try to write it ina different PR and we can merge this one. @rikatz I am making above comment assuming we are just waiting for a good story for a end-user to read and understand when and why to use --ingress-class-by-name flag. Any other ideas to not let this one be delayed too much. |
I'm gonna unhold this, and merge. We should probably use my comment here as a followup improvement in docs tho /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bhumijgupta, rikatz, tao12345666333 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 |
…kubernetes#7624) * Added docs for --ingress-class-by-name flag in the cli arguments page Signed-off-by: bhumijgupta <bhumijgupta@gmail.com> * Updated docs to match the flag description in code Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
What this PR does / why we need it:
This PR adds doc for the
--ingress-class-by-name
flag.Types of changes
Which issue/s this PR fixes
fixes #7610
Checklist: