Added documentation for containerImage (#339)

This commit is contained in:
Brian Hoang 2019-02-01 11:23:48 -08:00 коммит произвёл GitHub
Родитель 40b74da14c
Коммит 82c149a609
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -63,6 +63,8 @@ Use your cluster configuration JSON file to define your cluster in Azure.
```
NOTE: If you do **not** want your cluster to autoscale, simply set the number of min nodes equal to max nodes for low-priority and dedicated.
NOTE: The *containerImage* property must include tag reference of the docker image.
In addition to setting credentials and cluster configuration through json files, you can specify them programmatically. This allows users to generate the configuration on the fly at runtime.
## Create Azure Cluster and Credential Objects via Programmatically