Merge pull request #1 from ermazi/ermazi-patch-1

Update 07-bootstrapping-etcd.md
pull/875/head
troy.wang 2025-05-27 06:13:04 +08:00 committed by GitHub
commit a0fa44d590
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

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