-
Notifications
You must be signed in to change notification settings - Fork 9.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
[bitnami/contour] Add ability to specify ingressClass and restart pods on config change #3367
[bitnami/contour] Add ability to specify ingressClass and restart pods on config change #3367
Conversation
Signed-off-by: Marco Kilchhofer <marco@kilchhofer.info>
Signed-off-by: Marco Kilchhofer <marco@kilchhofer.info>
7ab9c5b
to
af48e46
Compare
As far as I can see the tests are failling because envoy DaemonSet has 300sec to terminate (Line 305 in terminationGracePeriodSeconds: 300
As far as I can see, we have these options to fix the failling tests:
|
Signed-off-by: Marco Kilchhofer <marco@kilchhofer.info>
73499c7
to
f1ceae8
Compare
Signed-off-by: Marco Kilchhofer <marco@kilchhofer.info>
Hi @mkilchhofer, thanks for the contribution! The change looks fine, I'm proceeding to merge it. As for the tests, we recently enabled PR chart testing so some failures like these are expected until we polish things up. Note that we run more reliable tests in our internal pipeline, and in the case of Contour they're currently succeeding. |
Hi @marcosbc , you are welcome. Thanks for accepting this change 😎 |
Description of the change
As mentioned in the documentation on projectcontour.io, Contour supports watching a specific ingressClass only.
Benefits
configInline
README.md
Possible drawbacks
-
Applicable issues
-
Additional information
-
Checklist
Chart.yaml
according to semver.[bitnami/chart]
)values-production.yaml
apart fromvalues.yaml
, ensure that you implement the changes in both files