mirror of https://github.com/easzlab/kubeasz.git
update docs
parent
a2598c99df
commit
4eec9ca57f
|
@ -31,9 +31,9 @@
|
|||
<td>kubeasz version</td>
|
||||
<td>3.1.1</td>
|
||||
<td>3.2.0</td>
|
||||
<td>3.3.2</td>
|
||||
<td>3.4.3</td>
|
||||
<td>3.5.0</td>
|
||||
<td>3.3.3</td>
|
||||
<td>3.4.4</td>
|
||||
<td>3.5.1</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -25,6 +25,9 @@ $ ssh 192.168.1.11 ln -s /usr/bin/python3 /usr/bin/python
|
|||
|
||||
# 新增节点
|
||||
$ ezctl add-master test-k8s 192.168.1.11
|
||||
|
||||
# 同理,重复上面步骤再新增节点并自定义nodename
|
||||
$ ezctl add-master test-k8s 192.168.1.12 k8s_nodename=master-03
|
||||
```
|
||||
|
||||
### 验证
|
||||
|
|
|
@ -27,6 +27,9 @@ $ ssh 192.168.1.11 ln -s /usr/bin/python3 /usr/bin/python
|
|||
|
||||
# 新增节点
|
||||
$ ezctl add-node test-k8s 192.168.1.11
|
||||
|
||||
# 同理,重复上面步骤再新增节点并自定义nodename
|
||||
$ ezctl add-node test-k8s 192.168.1.12 k8s_nodename=worker-03
|
||||
```
|
||||
|
||||
### 验证
|
||||
|
|
Loading…
Reference in New Issue