Skip to content

Commit

Permalink
add prerequisit to have permissions to create service principals in t…
Browse files Browse the repository at this point in the history
…he subscription (Azure#2281)

acs-engine hangs with "WARN[0008] apimodel: ServicePrincipalProfile was empty, assigning role to application..."
if user does not have enough permissions to create and assign service principals ans azure applications
  • Loading branch information
vvvrrooomm authored and Terje Torkelsen committed Mar 15, 2018
1 parent 3adb165 commit b36eff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/kubernetes/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ After the cluster is deployed the upgrade and [scale](scale.md) commands can be
## Gather Information

* The subscription in which you would like to provision the cluster. This is a uuid which can be found with `az account list -o table`.
* Proper access rights within the subscription. Especially the right to create and assign service principals to applications ( see ACS Engine the Long Way, Step #2)
* A `dnsPrefix` which forms part of the the hostname for your cluster (e.g. staging, prodwest, blueberry). The DNS prefix must be unique so pick a random name.
* A location to provision the cluster e.g. `westus2`.

Expand Down

0 comments on commit b36eff1

Please sign in to comment.