Update 07-bootstrapping-etcd.md

remove cert files copy
This commit is contained in:
troy.wang
2025-05-27 06:11:53 +08:00
committed by GitHub
parent 52eb26dad1
commit 812e58ba3e

View File

@@ -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/
}
```