update Alibaba Cloud ECI Docs (#362)

This commit is contained in:
shidao-ytt
2018-09-27 04:21:33 +08:00
committed by Robbie Zhang
parent 083f6dee05
commit 43d32d2301
2 changed files with 14 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ The best description is "Kubernetes API on top, programmable back."
* [How It Works](#how-it-works) * [How It Works](#how-it-works)
* [Usage](#usage) * [Usage](#usage)
* [Providers](#providers) * [Providers](#providers)
+ [Alibaba Cloud ECI Provider](#alibaba-cloud-eci-provider)
+ [Azure Container Instances Provider](#azure-container-instances-provider) + [Azure Container Instances Provider](#azure-container-instances-provider)
+ [Azure Batch GPU Provider](./providers/azurebatch/README.md) + [Azure Batch GPU Provider](./providers/azurebatch/README.md)
+ [AWS Fargate Provider](#aws-fargate-provider) + [AWS Fargate Provider](#aws-fargate-provider)
@@ -104,6 +105,18 @@ Providers must provide the following functionality to be considered a supported
3. Does not have access to the Kubernetes API Server and has a well-defined callback mechanism for getting data like secrets or configmaps. 3. Does not have access to the Kubernetes API Server and has a well-defined callback mechanism for getting data like secrets or configmaps.
### Alibaba Cloud ECI Provider
Alibaba Cloud ECI(Elastic Container Instance) is a service that allow you run containers without having to manage servers or clusters.
You can find more details in the [Alibaba Cloud ECI provider documentation](./providers/alicloud/README.md).
#### Configuration File
The alibaba ECI provider will read configuration file specified by the `--provider-config` flag.
The example configure file is `providers/alicloud/eci.toml`.
### Azure Container Instances Provider ### Azure Container Instances Provider
The Azure Container Instances Provider allows you to utilize both The Azure Container Instances Provider allows you to utilize both

View File

@@ -2,7 +2,7 @@
<img src="eci.svg" width="200" height="200" /> <img src="eci.svg" width="200" height="200" />
Alibaba Cloud ECI(Elastic Container Service) is a service that allow you run containers without having to manage servers or clusters. Alibaba Cloud ECI(Elastic Container Instance) is a service that allow you run containers without having to manage servers or clusters.
You can find more infomation via [alibaba cloud ECI web portal](https://www.aliyun.com/product/eci) You can find more infomation via [alibaba cloud ECI web portal](https://www.aliyun.com/product/eci)