MasterConfig#

Configuration of master nodes of a Kubernetes cluster.

Contents#

  • highAvailability — Indicates whether to deploy a high-availability cluster.

    • Type: Boolean

    • Required: No

  • mastersInstanceType — The instance type of the master node.

    • Type: String

    • Required: No

  • masterPublicIp — The public IP address at which the master node can be accessed.

    • Type: String

    • Required: No

  • mastersVolumeIops — The number of read/write operations per second for the master node volume.

    • Type: Integer

    • Required: No

  • mastersVolumeSize — The volume size for the master node.

    • Type: Integer

    • Required: No

  • mastersVolumeType — The volume type for the master node.

    • Type: String

    • Required: No