mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2026-02-10 10:57:07 +00:00
update to Kubernetes 1.6
This commit is contained in:
parent
53ee78b73e
commit
e9c25522a4
@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user