-
Notifications
You must be signed in to change notification settings - Fork 8.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
[helm] pass service annotations through helm tpl engine #10084
[helm] pass service annotations through helm tpl engine #10084
Conversation
Signed-off-by: Jan-Otto Kröpke <[email protected]>
This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The 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 @jkroepke. Thanks for your PR. I'm waiting for a kubernetes 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. |
@jkroepke Thanks.
|
Can you please re-confirm, if the steps are nessesary for a change on the helm chart. The steps from your post are new to me and compared to recent pull requests not nessesary. In case, this is the new process, please confirm the step
I dont get the use case for this step and the change on the helm chart here. I also let you know, that the CI of ingress-nginx already deploy this change on a KIND cluster. Please let know, if all the steps are required for an size/S change. |
@jkroepke thanks for the contribution apologies if my comments appear more like getting in the way. It seems you are introducing change to template only and there is a description of where this change can be useful also. So my first suggestion is a demonstrated use of the new template. Hence my request for creating a new issue so a reader can know what is not possible with the current template. Secondly, diving into provider's specific annotations is a rabbit hole and already multiple questions have come in on the functional details of the And these are my opinions and not a new process. Maybe I am over expecting so we can wait for other comments. |
@longwuyuan #10099 created. |
@longwuyuan I created an issue for this PR. Can we proceed here? I would appreicate an review here (@cpanato @strongjz) |
@tao12345666333 Could you take here a look? I would much appreciate it. |
@longwuyuan I would appreciate a review here soon |
/lgtm |
@strongjz: once the present PR merges, I will cherry-pick it on top of release-1.8 in a new PR and assign it to you. In response to this:
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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jkroepke, strongjz 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 |
@strongjz: new pull request created: #10229 In response to this:
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. |
What this PR does / why we need it:
We have serval situation where we have to put the ingress FQDN as service annotation, for example
service.beta.kubernetes.io/azure-pls-fqdns
. I would like to re-use the values for the ingress object on the service annotation, too. Grafana supports this pattern on the ingress object, too.Types of changes
Which issue/s this PR fixes
How Has This Been Tested?
Checklist: