kubernetes-sigs / metrics-server

Scalable and efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines.
https://kubernetes.io/docs/tasks/debug-application-cluster/resource-metrics-pipeline/
Apache License 2.0
5.8k stars 1.87k forks source link

TLS configuration unavailable in helm chart values #1582

Open r0bj opened 4 hours ago

r0bj commented 4 hours ago

What happened: According to the changelog, custom TLS configuration was added in Helm chart version 3.8.3. I can see the TLS configuration in the values.yaml file on the master branch here. However, it’s unavailable in the latest Helm chart I downloaded, which is version 3.12.2:

$ helm repo add metrics-server https://kubernetes-sigs.github.io/metrics-server/
$ helm repo update
$ helm show values metrics-server/metrics-server --version 3.12.2 | grep -i 'tls:'
<empty>

What you expected to happen: The custom TLS configuration should be available in the latest Helm chart. As far as I know, it should have been available since version 3.8.3.

/kind bug

k8s-ci-robot commented 4 hours ago

This issue is currently awaiting triage.

If metrics-server contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.