You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform-provider-decort/docs/resources/kubernetes.md

1.9 KiB

page_title subcategory description
decort_k8s Resource - terraform-provider-decort

decort_k8s (Resource)

Schema

Required

  • k8sci_id (Number) ID of the k8s catalog item to base this instance on.
  • name (String) Name of the cluster.
  • rg_id (Number) Resource group ID that this instance belongs to.
  • wg_name (String) Name for first worker group created with cluster.

Optional

  • extnet_id (Number) ID of the external network to connect workers to. If omitted network will be chosen by the platfom.
  • id (String) The ID of this resource.
  • masters (Block List, Max: 1) Master node(s) configuration. (see below for nested schema)
  • timeouts (Block, Optional) (see below for nested schema)
  • workers (Block List, Max: 1) Worker node(s) configuration. (see below for nested schema)

Read-Only

  • default_wg_id (Number) ID of default workers group for this instace.
  • kubeconfig (String) Kubeconfig for cluster access.
  • lb_ip (String) IP address of default load balancer.

Nested Schema for masters

Required:

  • cpu (Number) Node CPU count.
  • disk (Number) Node boot disk size in GB.
  • num (Number) Number of nodes to create.
  • ram (Number) Node RAM in MB.

Nested Schema for timeouts

Optional:

  • create (String)
  • default (String)
  • delete (String)
  • read (String)
  • update (String)

Nested Schema for workers

Required:

  • cpu (Number) Node CPU count.
  • disk (Number) Node boot disk size in GB.
  • num (Number) Number of nodes to create.
  • ram (Number) Node RAM in MB.