Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmzj committed Jan 26, 2023
1 parent a2598c9 commit 4eec9ca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 3 additions & 0 deletions docs/op/op-master.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

### 验证
Expand Down
3 changes: 3 additions & 0 deletions docs/op/op-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

### 验证
Expand Down

0 comments on commit 4eec9ca

Please sign in to comment.