We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What would you like to be added: We would like to use cert manager with our metrics endpoint.
Why is this needed: Metrics are only secure by using https and requiring the service account access.
We want to make sure that our metrics endpoint has tls options as this is a recommended approach for our organization.
Plan:
https://book.kubebuilder.io/reference/metrics#recommended-enabling-certificates-for-production-disabled-by-default
We will need to add more options to the metrics config api object to reference the certicates for metrics server configs.
See here
The text was updated successfully, but these errors were encountered:
@mimowo and @tenzen-y suggested I draft a KEP for this so we can clear up the supported options.
Opened #4404
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What would you like to be added:
We would like to use cert manager with our metrics endpoint.
Why is this needed:
Metrics are only secure by using https and requiring the service account access.
We want to make sure that our metrics endpoint has tls options as this is a recommended approach for our organization.
Plan:
https://book.kubebuilder.io/reference/metrics#recommended-enabling-certificates-for-production-disabled-by-default
We will need to add more options to the metrics config api object to reference the certicates for metrics server configs.
See here
The text was updated successfully, but these errors were encountered: