From 43d32d23017328c9846e806682e8d237fe48dbe5 Mon Sep 17 00:00:00 2001 From: shidao-ytt <43381136+shidao-ytt@users.noreply.github.com> Date: Thu, 27 Sep 2018 04:21:33 +0800 Subject: [PATCH] update Alibaba Cloud ECI Docs (#362) --- README.md | 13 +++++++++++++ providers/alicloud/README.md | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52e03ed91..159fa482e 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ The best description is "Kubernetes API on top, programmable back." * [How It Works](#how-it-works) * [Usage](#usage) * [Providers](#providers) + + [Alibaba Cloud ECI Provider](#alibaba-cloud-eci-provider) + [Azure Container Instances Provider](#azure-container-instances-provider) + [Azure Batch GPU Provider](./providers/azurebatch/README.md) + [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. +### 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 The Azure Container Instances Provider allows you to utilize both diff --git a/providers/alicloud/README.md b/providers/alicloud/README.md index 78d6d104d..68f0acba0 100644 --- a/providers/alicloud/README.md +++ b/providers/alicloud/README.md @@ -2,7 +2,7 @@ -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)