Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions dev-infrastructure/mgmt-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,10 @@ resourceGroups:
- "Resource is in Updating state"
- "There was a problem communicating with the identity service"
- "DeploymentScriptExceededMaxAllowedTime"
# Transient RBAC propagation lag, mostly on fresh region buildout: the
# deployment identity's Key Vault role assignment (needed to create the
# aks-etcd-encryption key) may not have propagated yet. Retry once it lands.
- "ForbiddenByRbac"
maximumRetryCount: 3
durationBetweenRetries: 2m
- name: svc-mgmt-aks-permissions
Expand Down
4 changes: 4 additions & 0 deletions dev-infrastructure/svc-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,10 @@ resourceGroups:
- "AnmPreconditionFailedException"
- "MaxRetryCountReached"
- "ServiceUnavailable"
# Transient RBAC propagation lag, mostly on fresh region buildout: the
# deployment identity's Key Vault role assignment (needed to create the
# aks-etcd-encryption key) may not have propagated yet. Retry once it lands.
- "ForbiddenByRbac"
maximumRetryCount: 3
durationBetweenRetries: 2m
- name: upgrade-aks-cluster
Expand Down