diff --git a/content/os/v1.x/en/installation/running-rancheros/_index.md b/content/os/v1.x/en/installation/running-rancheros/_index.md index 4c8b2845a1f..c677f71c35e 100644 --- a/content/os/v1.x/en/installation/running-rancheros/_index.md +++ b/content/os/v1.x/en/installation/running-rancheros/_index.md @@ -24,6 +24,12 @@ RancherOS runs on virtualization platforms, cloud providers and bare metal serve [Azure]({{< baseurl >}}/os/v1.x/en/installation/running-rancheros/cloud/azure) +[OpenStack]({{< baseurl >}}/os/v1.x/en/installation/running-rancheros/cloud/openstack) + +[VMware ESXi]({{< baseurl >}}/os/v1.x/en/installation/running-rancheros/cloud/vmware-esxi) + +[Aliyun]({{< baseurl >}}/os/v1.x/en/installation/running-rancheros/cloud/aliyun) + #### Bare Metal & Virtual Servers [PXE]({{< baseurl >}}/os/v1.x/en/installation/running-rancheros/server/pxe) diff --git a/content/os/v1.x/en/installation/running-rancheros/cloud/aliyun/_index.md b/content/os/v1.x/en/installation/running-rancheros/cloud/aliyun/_index.md new file mode 100644 index 00000000000..ce08ce913fb --- /dev/null +++ b/content/os/v1.x/en/installation/running-rancheros/cloud/aliyun/_index.md @@ -0,0 +1,34 @@ +--- +title: Aliyun +weight: 111 +--- + +# 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 the ECS image. + +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! + +Example: + +![RancherOS on Aliyun 1]({{< baseurl >}}/img/os/RancherOS_aliyun1.jpg) + +## Options + +| 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 it can only be deployed through the UI. + +Since the image is private, we need to use the `Custom Images`. + +![RancherOS on Aliyun 2]({{< baseurl >}}/img/os/RancherOS_aliyun2.jpg) + +After the instance is successfully started, we can login with the `rancher` user via SSH. diff --git a/static/img/os/RancherOS_aliyun1.jpg b/static/img/os/RancherOS_aliyun1.jpg new file mode 100644 index 00000000000..7cc8c5c0d90 Binary files /dev/null and b/static/img/os/RancherOS_aliyun1.jpg differ diff --git a/static/img/os/RancherOS_aliyun2.jpg b/static/img/os/RancherOS_aliyun2.jpg new file mode 100644 index 00000000000..cd84c1a7b8c Binary files /dev/null and b/static/img/os/RancherOS_aliyun2.jpg differ