From 812e58ba3ec39a96a24032691ac90138fa9a708f Mon Sep 17 00:00:00 2001 From: "troy.wang" Date: Tue, 27 May 2025 06:11:53 +0800 Subject: [PATCH] Update 07-bootstrapping-etcd.md remove cert files copy --- docs/07-bootstrapping-etcd.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/07-bootstrapping-etcd.md b/docs/07-bootstrapping-etcd.md index 46b3c24..084eb7c 100644 --- a/docs/07-bootstrapping-etcd.md +++ b/docs/07-bootstrapping-etcd.md @@ -38,8 +38,6 @@ Extract and install the `etcd` server and the `etcdctl` command line utility: { mkdir -p /etc/etcd /var/lib/etcd chmod 700 /var/lib/etcd - cp ca.crt kube-api-server.key kube-api-server.crt \ - /etc/etcd/ } ```