Skip to content

Commit

Permalink
docs(autok3s): add ui section
Browse files Browse the repository at this point in the history
Signed-off-by: Jason-ZW <zhenyang@rancher.com>
  • Loading branch information
rancher-sy-bot committed Oct 15, 2020
1 parent 3d9b8cf commit a4cb3c1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/alibaba/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ autok3s ssh \
```

## Advanced Usage
Autok3s integration some advanced components related to the current provider, e.g. terway/ccm.
Autok3s integration some advanced components related to the current provider, e.g. terway/ccm/ui.

### Enable Alibaba Terway CNI Plugin
The instance's type determines the number of EIPs that a K3S cluster can assign to a cluster POD, more detail see [here](https://www.alibabacloud.com/help/zh/doc-detail/97467.htm).
Expand All @@ -205,3 +205,13 @@ autok3s create \
... \
--cloud-controller-manager
```

### Enable UI Component
This flags will enable [kubernetes/dashboard](https://github.com/kubernetes/dashboard) UI component.
Please following this [docs](https://github.com/kubernetes/dashboard/blob/master/docs/user/access-control/creating-sample-user.md) to create user token.

```bash
autok3s create \
... \
--ui
```
12 changes: 12 additions & 0 deletions docs/native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,15 @@ autok3s ssh \
--provider native \
--name <cluster name>
```
## Advanced Usage
Autok3s integration some advanced components related to the current provider, e.g. ui.

### Enable UI Component
This flags will enable [kubernetes/dashboard](https://github.com/kubernetes/dashboard) UI component.
Please following this [docs](https://github.com/kubernetes/dashboard/blob/master/docs/user/access-control/creating-sample-user.md) to create user token.

```bash
autok3s create \
... \
--ui
```

0 comments on commit a4cb3c1

Please sign in to comment.