Skip to content

Commit

Permalink
docs(autok3s): update README.md
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 Sep 25, 2020
1 parent b131301 commit 4cea14e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ autok3s:
It's also generated a state file `/var/lib/rancher/autok3s/.state` to record the clusters' information created on this host.

## Providers
- alibaba - currently supported
- accelerate the image pull speed
- support enable terway eni mode
- support enable alibaba cloud-controller-manager
- support enable ui components(octopus/kubernetes dashboard)
- alibaba

## Usage
The user can get the commands available for different providers according to the `--help` flag.
Expand Down Expand Up @@ -56,6 +52,11 @@ sudo autok3s join --provider alibaba --region cn-hangzhou --name <cluster name>

By default, one worker will be created, and the number can be changed by `--worker`.

### Delete K3s Cluster
```
sudo autok3s delete --provider alibaba --region cn-hangzhou --name <cluster name>
```

### List K3s Clusters
This command will list the clusters that you have created on this machine.
```
Expand Down

0 comments on commit 4cea14e

Please # to comment.