Skip to content

Commit

Permalink
Fix metrics-server for k8s 1.26 (#10183) (#10187)
Browse files Browse the repository at this point in the history
Co-authored-by: Mohamed Omar Zaian <[email protected]>
  • Loading branch information
yankay and mzaian authored Jun 5, 2023
1 parent 733ac8f commit fc28bfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
{% endif %}
- --kubelet-use-node-status-port
{% if metrics_server_kubelet_insecure_tls %}
- --kubelet-insecure-tls
- --kubelet-insecure-tls=true
{% endif %}
- --metric-resolution={{ metrics_server_metric_resolution }}
ports:
Expand Down

0 comments on commit fc28bfc

Please sign in to comment.