Updated Create Kubernetes ACS Cluster (markdown)

IbrahimSabek 2017-06-08 21:50:39 -07:00
Родитель e942dfee3b
Коммит 0b3e7cccb3
1 изменённых файлов: 1 добавлений и 1 удалений

@ -17,7 +17,7 @@ We will use Azure Container Service (ACS) to create a cluster on which we will r
az group create --name=cra-test-rg --location=westus
5. Deploy Kubernetes. We will use one master and two agents in our deployment.
5. Deploy Kubernetes. We will use one master and two agents in our deployment. Make sure that the value of your admin-password is between 8-123 characters long and must contain an uppercase character, a lowercase character, a numeric digit and a special character.
az acs create --orchestrator-type=kubernetes --resource-group cra-test-rg
--name=cra-test --dns-prefix=cra-test --agent-count=2 --generate-ssh-keys