From 67e79754da995335edcf1b064484c49012a32b13 Mon Sep 17 00:00:00 2001 From: Ansil H Date: Tue, 27 Jul 2021 12:19:24 +0530 Subject: [PATCH] Updated example yaml Added "Enable TLS Certificates management" to kube-controller Part of https://github.com/rancher/docs/pull/3315 --- content/rke/latest/en/example-yamls/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/rke/latest/en/example-yamls/_index.md b/content/rke/latest/en/example-yamls/_index.md index 639935e2569..ece277ba01c 100644 --- a/content/rke/latest/en/example-yamls/_index.md +++ b/content/rke/latest/en/example-yamls/_index.md @@ -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