-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Allow installing IC without creating a new ingress class #4333
Allow installing IC without creating a new ingress class #4333
Conversation
Codecov Report
@@ Coverage Diff @@
## main #4333 +/- ##
==========================================
- Coverage 52.19% 52.11% -0.09%
==========================================
Files 59 59
Lines 16929 16956 +27
==========================================
Hits 8836 8836
- Misses 7796 7823 +27
Partials 297 297
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
00367b9
to
ec20721
Compare
ecd2a8e
to
7a05db5
Compare
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, docs-wise!
@haywoodsh upgrading existing installation using:
Is this expected? |
If two IC deployments are sharing same ingress class then is it possible to switch between the two for serving the requests, but looks like that the ADDRESS field in Ingress is only updated by last deployed IC. |
Appreciate your testing @vepatel! |
Thanks @haywoodsh there's a doc task linked in #4209 now 👍🏼 |
4c6d792
to
e6a753e
Compare
Signed-off-by: Haywood Shannon <[email protected]>
Signed-off-by: Haywood Shannon <[email protected]> Signed-off-by: Haywood Shannon <[email protected]>
8bc15ff
to
76c5d30
Compare
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.
requesting some changes
Co-authored-by: Venktesh Shivam Patel <[email protected]> Signed-off-by: Haywood Shannon <[email protected]>
f8aa38d
to
80418ca
Compare
Signed-off-by: Haywood Shannon <[email protected]> Signed-off-by: Haywood Shannon <[email protected]>
a7b28b4
to
780dacb
Compare
Proposed changes
Add
controller.ingressClass.create
option to options to create a new ingress class object or use an existing ingress class during deploymentcloses #4209
Test
The IC is successfully installed with an existing IngressClass object.
Checklist
Before creating a PR, run through this checklist and mark each as complete.