-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 service port naming inline with istio naming conventions #1828
Update service port naming inline with istio naming conventions #1828
Conversation
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
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. |
@googlebot I consent. |
@googlebot I fixed it. |
1 similar comment
@googlebot I fixed it. |
/check-cla |
@googlebot I fixed it. |
hi @sravankumar777 looks like the CLA is associated with the Github handle. Would you mind signing it with the email address associated with the commit in this PR? |
@googlebot I fixed it. |
@dibyom, i tried to do the CLA procedure with email address as well. |
|
The email associated with the commit is Is that the one you used to sign the CLA with? |
fa94193
to
fdaa6ca
Compare
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
@dibyom, thanks for your support. I have resigned CLA with correct email address in new commit. |
/ok-to-test |
config/400-webhook-service.yaml
Outdated
@@ -21,7 +21,8 @@ metadata: | |||
namespace: tekton-pipelines | |||
spec: | |||
ports: | |||
- port: 443 | |||
- name: http-webhook |
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.
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.
@dibyom, new commit added for change of http-webhook
to https-webhook
.
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.
Nice!
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.
Would you mind squashing the two commits into one? LGTM otherwise!
https://istio.io/docs/ops/deployment/requirements/ Change http -> https for webhook port name
13798f0
to
0e5bb97
Compare
Thanks for your comments. |
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.
Looks good to me 😉
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester 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 |
/lgtm Looking Good! 🤙🏽 I would love to see a use case on how istio and tekton are used on the control plane.. |
https://istio.io/docs/ops/deployment/requirements/
Changes
To be on the safer side when deployed to a cluster with Istio deployed, we should follow service port naming convention as stated here -> https://istio.io/docs/setup/kubernetes/additional-setup/requirements/
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
See the contribution guide for more details.
Release Notes