update Alibaba Cloud ECI Docs (#362)
This commit is contained in:
13
README.md
13
README.md
@@ -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
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user