Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ManagedClusterAPIServerAccessProfile

Package version

Access profile for managed cluster API server.

Hierarchy

  • ManagedClusterAPIServerAccessProfile

Index

Properties

Optional authorizedIPRanges

authorizedIPRanges: string[]

IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. This feature is not compatible with clusters that use Public IP Per Node, or clusters that are using a Basic Load Balancer. For more information see API server authorized IP ranges.

Optional disableRunCommand

disableRunCommand: undefined | false | true

Whether to disable run command for the cluster or not.

Optional enablePrivateCluster

enablePrivateCluster: undefined | false | true

For more details, see Creating a private AKS cluster.

Optional enablePrivateClusterPublicFqdn

enablePrivateClusterPublicFqdn: undefined | false | true

Whether to create additional public FQDN for private cluster or not.

Optional enableVnetIntegration

enableVnetIntegration: undefined | false | true

Whether to enable apiserver vnet integration for the cluster or not.

Optional privateDNSZone

privateDNSZone: undefined | string

The default is System. For more details see configure private DNS zone. Allowed values are 'system' and 'none'.

Optional subnetId

subnetId: undefined | string

It is required when: 1. creating a new cluster with BYO Vnet; 2. updating an existing cluster to enable apiserver vnet integration.

Generated using TypeDoc