-
Notifications
You must be signed in to change notification settings - Fork 16.8k
Add Prometheus Exports to Mongodb Replicaset #5874
Conversation
1. Moves context of ssl configuration script into /work-dir where certain files are expected to be created. 2. Specifies the --sslMode=requireSSL flag on the container command when using TLS as specified by mongo docs. https://docs.mongodb.com/manual/tutorial/configure-ssl/
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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. |
Just signed the CLA with my github! 😄 Also I added dockerfiles for the container but not necessary to the functionality. If it's not wanted, I can drop those files which would reduce the size of this PR. |
/assign @foxish |
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.
thanks! lgtm in general, the minor version needs to be bumped as this is a new feature (we follow semver).
/ok-to-test
stable/mongodb-replicaset/Chart.yaml
Outdated
@@ -1,12 +1,13 @@ | |||
name: mongodb-replicaset | |||
home: https://github.com/mongodb/mongo | |||
version: 3.4.0 | |||
version: 3.4.1 |
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.
this should be bumped to 3.5.0
as this is a new feature
/ok-to-test |
Thanks for the feedback! I bumped the version to 3.5 and fixed the conflicts. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: prydonius, ssalaues 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 |
@prydonius @ssalaues I'm inclined to revert this PR.
|
@unguiculus sure, I think we should go ahead and revert this. Once reverted, @ssalaues can re-create a PR to apply the changes and we can try to solve some of the issues you mentioned. |
This reverts commit 4fa2cd3.
@unguiculus I'll make the requested changes and re create the PR. Thanks! |
@ssalaues Thanks. I'll be happy to assist. You can find my on Kubernetes Slack. |
* Replicaset Prometheus Metrics export * bugfix: Fix TLS issues 1. Moves context of ssl configuration script into /work-dir where certain files are expected to be created. 2. Specifies the --sslMode=requireSSL flag on the container command when using TLS as specified by mongo docs. https://docs.mongodb.com/manual/tutorial/configure-ssl/ * Documentation on metrics options * Bump Chart Version
* Replicaset Prometheus Metrics export * bugfix: Fix TLS issues 1. Moves context of ssl configuration script into /work-dir where certain files are expected to be created. 2. Specifies the --sslMode=requireSSL flag on the container command when using TLS as specified by mongo docs. https://docs.mongodb.com/manual/tutorial/configure-ssl/ * Documentation on metrics options * Bump Chart Version Signed-off-by: voron <av@arilot.com>
What this PR does / why we need it:
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #Special notes for your reviewer:
First PR into kubernetes/charts 😁