Updated example yaml

Added "Enable TLS Certificates management"  to kube-controller
Part of https://github.com/rancher/docs/pull/3315
This commit is contained in:
Ansil H
2021-07-27 12:19:24 +05:30
committed by GitHub
parent 7ec80e371d
commit 67e79754da
@@ -250,6 +250,10 @@ services:
v: 4
# Enable RotateKubeletServerCertificate feature gate
feature-gates: RotateKubeletServerCertificate=true
# Enable TLS Certificates management
# https://kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster/
cluster-signing-cert-file: "/etc/kubernetes/ssl/kube-ca.pem"
cluster-signing-key-file: "/etc/kubernetes/ssl/kube-ca-key.pem"
kubelet:
# Base domain for the cluster
cluster_domain: cluster.local