Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ManagedClusterPodIdentityProfile

Package version

See use AAD pod identity for more details on pod identity integration.

Hierarchy

  • ManagedClusterPodIdentityProfile

Index

Properties

Optional allowNetworkPluginKubenet

allowNetworkPluginKubenet: undefined | false | true

Running in Kubenet is disabled by default due to the security related nature of AAD Pod Identity and the risks of IP spoofing. See using Kubenet network plugin with AAD Pod Identity for more information.

Optional enabled

enabled: undefined | false | true

Whether the pod identity addon is enabled.

Optional userAssignedIdentities

userAssignedIdentities: ManagedClusterPodIdentity[]

The pod identities to use in the cluster.

Optional userAssignedIdentityExceptions

userAssignedIdentityExceptions: ManagedClusterPodIdentityException[]

The pod identity exceptions to allow.

Generated using TypeDoc