Install on azure reqs update 081419 (#9259)

* add Az NIC req, clarify azure.json

* clarified azure prereq and azure.json req

* Reworded the azure.json paragraph
This commit is contained in:
Ivan Sharamok 2019-08-15 08:33:27 -07:00 committed by Olly P
parent 3268eea0c8
commit 1f805b8de0
1 changed files with 5 additions and 4 deletions

View File

@ -69,10 +69,11 @@ objects are being deployed.
### Azure Configuration File ### Azure Configuration File
For Docker UCP to integrate with Microsoft Azure,each UCP node in your cluster For UCP to integrate with Microsoft Azure, all Linux UCP Manager and Linux UCP
needs an Azure configuration file, `azure.json`. Place the file within Worker nodes in your cluster need an identical Azure configuration file,
`/etc/kubernetes`. Since the config file is owned by `root`, set its permissions `azure.json`. Place this file within `/etc/kubernetes` on each host. Since the
to `0644` to ensure the container user has read access. configution file is owned by `root`, set its permissions to `0644` to ensure
the container user has read access.
The following is an example template for `azure.json`. Replace `***` with real values, and leave the other The following is an example template for `azure.json`. Replace `***` with real values, and leave the other
parameters as is. parameters as is.