Share via


AdministratorConfiguration Class

Definition

AdministratorConfiguration represents the administrative credentials that will be applied to the control plane and agent pool nodes in Kubernetes clusters.

public class AdministratorConfiguration
type AdministratorConfiguration = class
Public Class AdministratorConfiguration
Inheritance
AdministratorConfiguration

Constructors

AdministratorConfiguration()

Initializes a new instance of AdministratorConfiguration.

Properties

AdminUsername

The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.

SshPublicKeys

The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.

Applies to