Update _index.md

This commit is contained in:
Denise
2019-09-04 11:08:48 -07:00
committed by GitHub
parent 26f580e1a6
commit 0a9b79edb4
@@ -3,27 +3,29 @@ title: Aliyun
weight: 111
---
### Adding the RancherOS Image into Aliyun
# Adding the RancherOS Image into Aliyun
RancherOS is available as an image in Aliyun, and can be easily run in Elastic Compute Service (ECS). Let’s walk through how to upload ECS image.
RancherOS is available as an image in Aliyun, and can be easily run in Elastic Compute Service (ECS). Let’s walk through how to upload the ECS image.
1. Download the most recent RancherOS image. The image can be found in the [release artifacts](https://github.com/rancher/os/releases). It is a `rancheros-aliyun.vhd` file.
2. Follow Aliyun's instructions on how to [upload the image](https://help.aliyun.com/document_detail/127285.html). The image must be uploaded into a OSS bucket before it can be added.
1. Download the most recent RancherOS image. The image `rancheros-aliyun.vhd` can be found in the [release artifacts](https://github.com/rancher/os/releases).
2. Follow Aliyun's instructions on how to [upload the image](https://help.aliyun.com/document_detail/127285.html). Before the image can be added, it must be uploaded into an OSS bucket.
3. Once the image is added to your ECS, we can start creating new instances!
Here is a screenshot we can refer to:
Example:
![RancherOS on Aliyun 1]({{< baseurl >}}/img/os/RancherOS_aliyun1.jpg)
Please note these options:
## Options
- Root disk size, it should be greater than 10GB and kept same as the value when booting an instance.
- Platform, it must be `Others Linux`
- Image Format, it must be `VHD`
| Option | Description |
| --- | --- |
| Root disk size | The size must be greater than 10GB. Note: When booting the instance, the value must be kept the same. |
| Platform | Select `Others Linux` |
| Image Format | Select `VHD` |
### Launching RancherOS using Aliyun Console
After the image is uploaded, we can use the `Aliyun Console` to start a new instance. Currently RancherOS on Aliyun only supports ssh key access, so we need to fill it out in the console.
After the image is uploaded, we can use the `Aliyun Console` to start a new instance. Currently, RancherOS on Aliyun only supports SSH key access, so it can only be deployed through the UI.
Since the image is private, we need to use the `Custom Images`.