update docs

pull/1226/head
gjmzj 2023-01-26 10:21:55 +08:00
parent a2598c99df
commit 4eec9ca57f
3 changed files with 9 additions and 3 deletions

View File

@ -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>

View File

@ -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
```
### 验证

View File

@ -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
```
### 验证