-
Notifications
You must be signed in to change notification settings - Fork 420
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
Update tekton eventlistener portname owing to istio naming conventions #880
Update tekton eventlistener portname owing to istio naming conventions #880
Conversation
|
Hi @sravankumar777. Thanks for your PR. I'm waiting for a tektoncd 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. |
/ok-to-test |
LGTM but could you please sign the CLA @sravankumar777 ? Thanks! |
@dibyom, i see this CLA is bit different. |
/retest |
I am a bit confused here. This exact change was already done in a previous commit: I can not find a reference why @savitaashture decided to change it back. |
@MarcelMue, for the recent change.
we were using tekton with istio as service mesh in our environments. |
Hmmm good catch @MarcelMue I think it might have been inadvertent but I'll wait for @savitaashture to comment! |
As we have added TLS support for the triggers the port name But considering istio port requirement we can revert it back and we can add new constant for https port name WDYT @dibyom @MarcelMue |
/test pull-tekton-triggers-integration-tests |
So, we'd check if TLS is enabled or not and if it is the name should be |
I would be happy if this could be merged, I have already started to work on a follow up. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dibyom 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 |
https://istio.io/docs/ops/deployment/requirements/
Changes
we should follow service port naming convention as stated here -> https://istio.io/docs/setup/kubernetes/additional-setup/requirements/
Update new latest release for
tektoncd/trigger v0.10.2
. Creation of underlying eventlistener svc gives error about service portname as per istio naming conventions.Release Note