page_title | subcategory | description |
---|---|---|
grid_kubernetes Resource - terraform-provider-grid |
Kubernetes resource. |
Kubernetes resource.
master
(Block List, Min: 1, Max: 1) (see below for nested schema)nodes_ip_range
(Map of String) Network IP ranges of nodes in the cluster (usually assigned from grid_network..nodes_ip_range)token
(String) The cluster secret token
network_name
(String) The network name to deploy the cluster onssh_key
(String) SSH key to access the cluster nodesworkers
(Block List) (see below for nested schema)
id
(String) The ID of this resource.node_deployment_id
(Map of Number) Mapping from each node to its deployment id
Required:
cpu
(Number) Number of VCPUsdisk_size
(Number) Data disk size in GBsmemory
(Number) Memory sizename
(String) Master namenode
(Number) Node ID
Optional:
flist
(String)flist_checksum
(String) if present, the flist is rejected if it has a different hash. the flist hash can be found by appendplanetary
(Boolean) Enable Yggdrasil allocationpublicip
(Boolean) true to enable public ip reservationpublicip6
(Boolean) true to enable public ipv6 reservation
Read-Only:
computedip
(String) The reserved public IPcomputedip6
(String) The reserved public IPv6ip
(String) The private IP (computed from nodes_ip_range)ygg_ip
(String) Allocated Yggdrasil IP
Required:
cpu
(Number) Number of VCPUsdisk_size
(Number) Data disk size in GBsmemory
(Number) Memory sizename
(String)node
(Number) Node ID
Optional:
flist
(String)flist_checksum
(String) if present, the flist is rejected if it has a different hash. the flist hash can be found by appendplanetary
(Boolean) Enable Yggdrasil allocationpublicip
(Boolean) true to enable public ip reservationpublicip6
(Boolean) true to enable public ipv6 reservation
Read-Only:
computedip
(String) The reserved public ipcomputedip6
(String) The reserved public ipv6ip
(String) The private IP (computed from nodes_ip_range)ygg_ip
(String) Allocated Yggdrasil IP