Condividi tramite


ServiceAccountImagePullProfile.DefaultManagedIdentityId Property

Definition

Optional. The default managed identity resource ID used for image pulls at the cluster level. When configured, this identity is used if a Pod’s service account does not explicitly specify an identity for pulling images. If not configured and no identity is specified at service account level, image will be pulled via anonymous authentication.

public string DefaultManagedIdentityId { get; set; }
member this.DefaultManagedIdentityId : string with get, set
Public Property DefaultManagedIdentityId As String

Property Value

Applies to