Closed manikandanmr closed 7 months ago
Thanks @manikandanmr
The question is very interesting :-)
I think the kubespray needs to support a more secure configurations for the metric server with a cert-manager, like:
Ya, i think so, because its production grade tool and adopted by some many enterprises.
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/reopen
/remove-lifecycle rotten
Please send feedback to sig-contributor-experience at kubernetes/community.
/close not-planned
@k8s-triage-robot: Closing this issue, marking it as "Not Planned".
Issue Description:
Summary:
I'm trying to understand the concept behind the
metrics_server_kubelet_insecure_tls: true
argument in the metric server configuration.Details:
Scenario-1
When i am using kubeadm to bootstrap the cluster, i just simply pass
serverTLSBootstrap: true
argument on the kubelet config, it will create CSR which need to be approve manually for all nodes and after aprroved. Then i can deploy metrics server without--kubelet-insecure-tls
argument.Scenario-2
In kubespray, I have added
serverTLSBootstrap: true
(By default) &metrics_server_kubelet_insecure_tls: false
and then deploying the metric server, got certificate error.Questions:
I would appreciate any insights, documentation references, or best practices regarding this issue. Understanding the rationale behind this requirement will help me make more informed decisions for our cluster's security.
Thank you :smile: