You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/lke_node_pool.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,10 @@ The following arguments are supported:
93
93
94
94
*`labels` - (Optional) A map attribute containing key-value pairs to be added as labels to nodes in the node pool. Labels help classify your nodes and to easily select subsets of objects. To learn more, review [Add Labels and Taints to your LKE Node Pools](https://www.linode.com/docs/products/compute/kubernetes/guides/deploy-and-manage-cluster-with-the-linode-api/#add-labels-and-taints-to-your-lke-node-pools).
95
95
96
+
*`k8s_version` - (Optional) The k8s version of the nodes in this node pool. For LKE enterprise only and may not currently available to all users even under v4beta.
97
+
98
+
*`update_strategy` - (Optional) The strategy for updating the node pool k8s version. For LKE enterprise only and may not currently available to all users even under v4beta.
99
+
96
100
*[`autoscaler`](#autoscaler) - (Optional) If defined, an autoscaler will be enabled with the given configuration.
97
101
98
102
*[`taint`](#taint) - (Optional) Kubernetes taints to add to node pool nodes. Taints help control how pods are scheduled onto nodes, specifically allowing them to repel certain pods. To learn more, review [Add Labels and Taints to your LKE Node Pools](https://www.linode.com/docs/products/compute/kubernetes/guides/deploy-and-manage-cluster-with-the-linode-api/#add-labels-and-taints-to-your-lke-node-pools).
Copy file name to clipboardExpand all lines: docs/resources/networking_ip.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The following arguments are supported:
28
28
29
29
*`public` - (Optional) Whether the IP address is public. Defaults to true.
30
30
31
-
*`linode_id` - (Optional) The ID of the Linode to which the IP address will be assigned. Conflicts with `region`.
31
+
*`linode_id` - (Optional) The ID of the Linode to which the IP address will be assigned. Updating this field on an ephemeral IP will trigger a recreation. Conflicts with `region`.
32
32
33
33
### Reserved-Specific Argument Reference
34
34
@@ -44,13 +44,30 @@ The following arguments are only available when reserving an IP address:
44
44
45
45
In addition to all arguments above, the following attributes are exported:
46
46
47
+
*`id` - The unique identifier of this IP address.
48
+
47
49
*`address` - The IP address.
48
50
49
-
*`id` - The IP address.
51
+
*`gateway` - The default gateway for this address.
52
+
53
+
*`prefix` - The number of bits set in the subnet mask.
54
+
55
+
*`rdns` - The reverse DNS assigned to this address. For public IPv4 addresses, this will be set to a default value provided by Linode if not explicitly set.
56
+
57
+
*`subnet_mask` - The mask that separates host bits from network bits for this address.
58
+
59
+
*`vpc_nat_1_1` - Contains information about the NAT 1:1 mapping of a public IP address to a VPC subnet.
60
+
61
+
*`address` - The IPv4 address that is configured as a 1:1 NAT for this VPC interface.
62
+
63
+
*`subnet_id` - The `id` of the VPC Subnet for this Interface.
64
+
65
+
*`vpc_id` - The `id` of the VPC configured for this Interface.
50
66
51
67
## Import
52
68
53
69
IP addresses can be imported using the IP address ID, e.g.
0 commit comments