Skip to content

Conversation

CasLubbers
Copy link
Contributor

@CasLubbers CasLubbers commented Sep 11, 2025

📌 Summary

NOTE: Does not work with ORCS yet!

Updated metrics-server chat with the one at: https://artifacthub.io/packages/helm/metrics-server/metrics-server
Removed arg that was already in chart.
Updated chart-index

🔍 Reviewer Notes

🧹 Checklist

  • Code is readable, maintainable, and robust.
  • Unit tests added/updated

{{- end }}

extraArgs:
- --kubelet-preferred-address-types=InternalIP
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this argument is not valid anymore?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its already in the default args:

defaultArgs:
  - --cert-dir=/tmp
  - --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname
  - --kubelet-use-node-status-port
  - --metric-resolution=15s

And it needs to be set like this otherwise there are errors in the metrics-server

@ElderMatt ElderMatt self-assigned this Sep 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants