Skip to content

Commit

Permalink
coding
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyi02 committed Jan 14, 2018
1 parent d2a7442 commit 8aa886a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/2-kubernetes-simple.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@
**etcd的二进制文件和服务的配置我们都已经准备好,现在的目的就是把它做成系统服务并启动。**

```bash
#cd到git项目主目录
$ cd kube-cfg
#把服务配置文件copy到系统服务目录
$ cp target/master-node/etcd.service /lib/systemd/system/
$ cp ~/kubernetes-starter/target/master-node/etcd.service /lib/systemd/system/
#enable服务
$ systemctl enable etcd.service
#创建工作目录(保存数据的地方)
Expand Down

0 comments on commit 8aa886a

Please sign in to comment.