mirror of https://github.com/docker/docs.git
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:
parent
3268eea0c8
commit
1f805b8de0
|
|
@ -69,10 +69,11 @@ objects are being deployed.
|
|||
|
||||
### Azure Configuration File
|
||||
|
||||
For Docker UCP to integrate with Microsoft Azure,each UCP node in your cluster
|
||||
needs an Azure configuration file, `azure.json`. Place the file within
|
||||
`/etc/kubernetes`. Since the config file is owned by `root`, set its permissions
|
||||
to `0644` to ensure the container user has read access.
|
||||
For UCP to integrate with Microsoft Azure, all Linux UCP Manager and Linux UCP
|
||||
Worker nodes in your cluster need an identical Azure configuration file,
|
||||
`azure.json`. Place this file within `/etc/kubernetes` on each host. Since the
|
||||
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
|
||||
parameters as is.
|
||||
|
|
|
|||
Loading…
Reference in New Issue