mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-11-02 17:22:34 +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