mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 09:18:58 +03:00
Merge pull request #1 from ermazi/ermazi-patch-1
Update 07-bootstrapping-etcd.md
This commit is contained in:
@@ -38,8 +38,6 @@ Extract and install the `etcd` server and the `etcdctl` command line utility:
|
|||||||
{
|
{
|
||||||
mkdir -p /etc/etcd /var/lib/etcd
|
mkdir -p /etc/etcd /var/lib/etcd
|
||||||
chmod 700 /var/lib/etcd
|
chmod 700 /var/lib/etcd
|
||||||
cp ca.crt kube-api-server.key kube-api-server.crt \
|
|
||||||
/etc/etcd/
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user