Skip to content

Commit 760d77e

Browse files
committed
[CI SKIP]
1 parent c04339b commit 760d77e

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

+15-6
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,30 @@ Build a production kubernetes HA cluster.
1414
# Quick Start
1515
## PreInstall
1616
* Install and start docker
17-
* Download [kubernetes offline package](http://store.lameleg.com) copy it to /root. PS: if you star sealos, you can download it free.
17+
* Download [kubernetes offline package](https://github.com/fanux/sealos/releases) copy it to /root.
1818
* Download [latest sealos](https://github.com/fanux/sealos/releases) on release page.
1919
* Support kuberentes 1.14.0+
2020

2121
## Install
2222
```
2323
sealos init --master 192.168.0.2 \
2424
--master 192.168.0.3 \
25-
--master 192.168.0.4 \ # masters list
26-
--node 192.168.0.5 \ # nodes list
27-
--user root \ # host user name
28-
--passwd your-server-password \ # host passwd
29-
--pkg-url /root/kube1.14.1.tar.gz # you offline package location
25+
--master 192.168.0.4 \
26+
--node 192.168.0.5 \
27+
--user root \
28+
--passwd your-server-password \
29+
--pkg-url /root/kube1.14.1.tar.gz
3030
```
3131
Thats all!
3232

33+
```
34+
--master masters list
35+
--node nodes list
36+
--user host user name
37+
--passwd host passwd
38+
--pkg-url you offline package location
39+
```
40+
3341
Other flags:
3442
```
3543
--kubeadm-config string kubeadm-config.yaml local
@@ -73,3 +81,4 @@ About super kubeadm [简体中文,kubernetes v1.14.0+](https://sealyun.com/post/
7381

7482
[sealos 1.x docs](https://github.com/fanux/sealos/tree/v1.14.0)
7583

84+
[More offline packages](http://store.lameleg.com)

0 commit comments

Comments
 (0)