You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
azure: Switch to user-assigned managed identity for control-plane
Azure RBAC role assignment propagation can take minutes after creation.
With system-assigned identity, the VMSS must be created first to get a
PrincipalID, then the role assignment is created, and then RBAC must
propagate before nodeup can read from blob storage. This causes 3-4
minutes of 403 errors during bootstrap.
The switch to user-assigned managed identity allows the identity and
role assignments to be created before the VMSS. By the time VMs boot,
RBAC should already be propagated, eliminating the delay.
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
0 commit comments