-
Notifications
You must be signed in to change notification settings - Fork 1.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
Service port names should follow istio-naming convention? #5070
Service port names should follow istio-naming convention? #5070
Conversation
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.
@iamejboy: 0 warnings.
In response to this:
Service port name to istio-naming convention #5018
https://istio.io/docs/setup/kubernetes/additional-setup/requirements/Fixes #
Proposed Changes
- Service port name should follow the istio naming convention based on this link:
https://istio.io/docs/setup/kubernetes/additional-setup/requirements/Note: Please update if I missed something but the idea is there.
Release Note
* Service port name should follow the istio naming convention based on this link: https://istio.io/docs/setup/kubernetes/additional-setup/requirements/
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 @iamejboy. Thanks for your PR. I'm waiting for a knative 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 |
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.
Do we potentially need to touch activator-service.yaml
and controller-service.yaml
as well?
/test pull-knative-serving-istio-1.1-mesh |
@iamejboy any news on this? Had any chance to look at the test failures yet? |
Hi @markusthoemmes, Sorry, didn't have time yet or might be needing your help to get this merge. I link an issue from istio, reason why we are strictly enforcing this internally. |
78704a6
to
3b0f6dd
Compare
/retest |
3b0f6dd
to
aac0669
Compare
Hi @markusthoemmes updated PR. Test looks good now. cc: @dgerd |
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
/approve
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.
/hold
Shot too quick. One question left.
@@ -52,11 +52,11 @@ const ( | |||
|
|||
// UserQueueMetricsPortName specifies the port name to use for metrics | |||
// emitted by queue-proxy for end user. | |||
UserQueueMetricsPortName = "user-metrics" | |||
UserQueueMetricsPortName = "http-usermetric" |
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.
@mattmoor is this acceptable from an update PoV? I feel like, because these names are used when generating the deployment, we effectively trigger a redeployment when this change is applied after an update.
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.
We should be able to safely rollout changes to the user Deployment
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.
cc @tcnghia
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.
Ack. I think this may be ok. Following the conventions may help us avoid strange errors.
/cc @mattmoor |
/hold cancel |
/assign @mattmoor |
@mattmoor this is awaiting input from your end. Any chance to get to this? |
This looks good to me, but let's land it after the cut Tuesday out of an abundance of caution. |
aac0669
to
3bf352f
Compare
3bf352f
to
2a04b3b
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
/approve
@mattmoor this might need your superpowers.
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: iamejboy, markusthoemmes, mattmoor, tcnghia 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 |
@iamejboy: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
The following jobs failed:
Automatically retrying due to test flakiness... |
Service port name to istio-naming convention #5018
https://istio.io/docs/setup/kubernetes/additional-setup/requirements/
Fixes #
Proposed Changes
https://istio.io/docs/setup/kubernetes/additional-setup/requirements/
Note: Please update if I missed something but the idea is there.
Release Note