-
Notifications
You must be signed in to change notification settings - Fork 16.7k
Add annotation support to pushgateway service #20351
Conversation
Signed-off-by: Justin McCarty <justin.mccarty@syapse.com>
Hi @jmccarty3. Thanks for your PR. I'm waiting for a helm 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. |
@cstaud @gianrubio Can I get a review on this please? |
@zanhsieh: GitHub didn't allow me to assign the following users: cancel. Note that only helm members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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. |
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.
Please kindly check the issue below.
/assign @cstaud |
Signed-off-by: Justin McCarty <justin.mccarty@syapse.com>
0edd5e8
to
ef86b23
Compare
/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.
/approve
Thanks, please help to merge the PR. @cstaud |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Aisuko, cstaud, jmccarty3 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 |
Thank you! @jmccarty3 👍 |
* Add annotation support to pushgateway service Signed-off-by: Justin McCarty <justin.mccarty@syapse.com> * Correct value for service annotations Signed-off-by: Justin McCarty <justin.mccarty@syapse.com> Signed-off-by: Sergio Borges <sergio.borges@safetyculture.io>
* Add annotation support to pushgateway service Signed-off-by: Justin McCarty <justin.mccarty@syapse.com> * Correct value for service annotations Signed-off-by: Justin McCarty <justin.mccarty@syapse.com> Signed-off-by: Sergio Borges <sergio.borges@safetyculture.io>
…tainer * upstream/master: (309 commits) [stable/moodle] Set MOODLE_SKIP_INSTALL environment variable via values.yaml config. (helm#20523) [stable/prometheus-redis-exporter] Update image for exporter (helm#19317) update alantis version (helm#20507) [stable/spring-cloud-data-flow] Update to new SCDF version 2.4.0 (helm#20517) [stable/prometheus-blackbox-exporter] add "allowIcmp" setting (helm#20409) Allow DNS egress to resolve hostnames (helm#20437) [stable/rabbitmq] Add PrometheusRule. (helm#20478) [stable/drupal] Release 6.2.4 updating components versions (helm#20491) [stable/metabase] interpolate liveness and readiness probes (helm#20475) [stable/grafana] Fix a typo in the Grafana chart notes (helm#20490) [stable/gocd] Quote ingress host (helm#20477) [stable/metabase] allow setting jetty options (helm#20456) [stable/pgadmin] upgrade to 4.17 and more (helm#20211) [stable/prometheus-operator] add apiserverConfig (helm#20453) [stable/graylog] Fix helm#20306, add `helm2Compatibility` flag to `values.yaml` that preserves specific labels installed by helm2 for backward compatibility. (helm#20464) Add annotation support to pushgateway service (helm#20351) Upgrade nfs-provisioner to v2.3.0 (helm#20468) [stable/sysdig] Upgrade to latest Sysdig Image (9.5.0) (helm#20471) [stable/odoo] Update PostgreSQL dependency to latest major (helm#20467) [stable/redis] Add PrometheusRule. (helm#20388) ...
* Add annotation support to pushgateway service Signed-off-by: Justin McCarty <justin.mccarty@syapse.com> * Correct value for service annotations Signed-off-by: Justin McCarty <justin.mccarty@syapse.com> Signed-off-by: Miguel Mingorance <miguel.mingorance@deliveryhero.com>
Signed-off-by: Justin McCarty justin.mccarty@syapse.com
Re-Opening this as the other was closed (#15982) and I do not have permissions to re-open closed PRs
Adds support for service annotations to the prometheus push gateway service. Annotations can be utilized to expose the push gateway outside of the cluster with an internal ELB.