Skip to content

Commit

Permalink
docs(alibaba): add advanced usage
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 13, 2020
1 parent 3e0a0ce commit cd59150
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/alibaba/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,23 @@ autok3s ssh \
--access-key <access-key> \
--access-secret <access-secret>
```

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

### 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).

```bash
autok3s create \
... \
--terway "eni"
```

### Enable Alibaba Cloud Controller Manager

```bash
autok3s create \
... \
--cloud-controller-manager "true"
```

0 comments on commit cd59150

Please sign in to comment.