Explain replication lag on Azure AD (#99)

This commit is contained in:
Malte Poll 2022-09-08 14:11:10 +02:00 committed by GitHub
parent 8d7bb9905c
commit a7b20b2a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,6 +157,12 @@ The following steps will guide you through the process of creating a cluster and
4. Create the cluster with one control-plane node and two worker nodes. `constellation create` uses options set in `constellation-conf.yaml` automatically.
:::tip
On Azure, after creating a user-assigned managed identity and app registration, Azure AD needs time to propagate permissions to different regions due to replication lag. To avoid permission errors, it's recommended to wait at least 15 minutes after role assignments before creating the cluster.
:::
```bash
constellation create --control-plane-nodes 1 --worker-nodes 2 -y
```