This commit is contained in:
Andy Zhang 2019-05-12 21:28:43 +08:00 коммит произвёл GitHub
Родитель 62bb525a55
Коммит c76b74560b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -54,7 +54,7 @@ Currently AKS on Azure China could be created by [Azure portal](https://portal.a
# create AKS cluster with 1 agent node (if your azure cli version is low, remove `--disable-rbac`) # create AKS cluster with 1 agent node (if your azure cli version is low, remove `--disable-rbac`)
az aks create -g $RESOURCE_GROUP_NAME -n $CLUSTER_NAME --node-count 1 --node-vm-size Standard_D3_v2 --disable-rbac --generate-ssh-keys --kubernetes-version $VERSION -l $LOCATION --node-osdisk-size 128 az aks create -g $RESOURCE_GROUP_NAME -n $CLUSTER_NAME --node-count 1 --node-vm-size Standard_D3_v2 --disable-rbac --generate-ssh-keys --kubernetes-version $VERSION -l $LOCATION --node-osdisk-size 128
# wait about 10 min for `az aks create` running complete # wait about 5 min for `az aks create` running complete
# get the credentials for the cluster # get the credentials for the cluster
az aks get-credentials -g $RESOURCE_GROUP_NAME -n $CLUSTER_NAME az aks get-credentials -g $RESOURCE_GROUP_NAME -n $CLUSTER_NAME