mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-07-27 14:13:53 +03:00
update to Kubernetes 1.6
This commit is contained in:
@@ -128,16 +128,15 @@ Start the etcd server:
|
||||
```
|
||||
sudo systemctl daemon-reload
|
||||
```
|
||||
|
||||
```
|
||||
sudo systemctl enable etcd
|
||||
```
|
||||
|
||||
```
|
||||
sudo systemctl start etcd
|
||||
```
|
||||
|
||||
|
||||
### Verification
|
||||
|
||||
```
|
||||
sudo systemctl status etcd --no-pager
|
||||
```
|
||||
|
Reference in New Issue
Block a user