mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-17 01:20:41 +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 daemon-reload
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo systemctl enable etcd
|
sudo systemctl enable etcd
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo systemctl start etcd
|
sudo systemctl start etcd
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### Verification
|
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo systemctl status etcd --no-pager
|
sudo systemctl status etcd --no-pager
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user