File tree 1 file changed +15
-6
lines changed
1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -14,22 +14,30 @@ Build a production kubernetes HA cluster.
14
14
# Quick Start
15
15
## PreInstall
16
16
* 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.
18
18
* Download [ latest sealos] ( https://github.com/fanux/sealos/releases ) on release page.
19
19
* Support kuberentes 1.14.0+
20
20
21
21
## Install
22
22
```
23
23
sealos init --master 192.168.0.2 \
24
24
--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
30
30
```
31
31
Thats all!
32
32
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
+
33
41
Other flags:
34
42
```
35
43
--kubeadm-config string kubeadm-config.yaml local
@@ -73,3 +81,4 @@ About super kubeadm [简体中文,kubernetes v1.14.0+](https://sealyun.com/post/
73
81
74
82
[ sealos 1.x docs] ( https://github.com/fanux/sealos/tree/v1.14.0 )
75
83
84
+ [ More offline packages] ( http://store.lameleg.com )
You can’t perform that action at this time.
0 commit comments