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: website/docs/d/containerengine_node_pool.html.markdown
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,10 @@ The following attributes are exported:
60
60
* `availability_domain` - The availability domain in which to place nodes. Example: `Uocm:PHX-AD-1`
61
61
* `capacity_reservation_id` - The OCID of the compute capacity reservation in which to place the compute instance.
62
62
* `fault_domains` - A list of fault domains in which to place nodes.
63
+
* `preemptible_node_config` - Configuration options for preemptible nodes.
64
+
* `preemption_action` - The action to run when the preemptible node is interrupted for eviction.
65
+
* `is_preserve_boot_volume` - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
66
+
* `type` - The type of action to run when the instance is interrupted for eviction.
63
67
* `subnet_id` - The OCID of the subnet in which to place nodes.
Copy file name to clipboardExpand all lines: website/docs/d/containerengine_node_pools.html.markdown
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,10 @@ The following attributes are exported:
74
74
* `availability_domain` - The availability domain in which to place nodes. Example: `Uocm:PHX-AD-1`
75
75
* `capacity_reservation_id` - The OCID of the compute capacity reservation in which to place the compute instance.
76
76
* `fault_domains` - A list of fault domains in which to place nodes.
77
+
* `preemptible_node_config` - Configuration options for preemptible nodes.
78
+
* `preemption_action` - The action to run when the preemptible node is interrupted for eviction.
79
+
* `is_preserve_boot_volume` - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
80
+
* `type` - The type of action to run when the instance is interrupted for eviction.
77
81
* `subnet_id` - The OCID of the subnet in which to place nodes.
@@ -119,6 +129,10 @@ The following arguments are supported:
119
129
* `availability_domain` - (Required) (Updatable) The availability domain in which to place nodes. Example: `Uocm:PHX-AD-1`
120
130
* `capacity_reservation_id` - (Optional) (Updatable) The OCID of the compute capacity reservation in which to place the compute instance.
121
131
* `fault_domains` - (Optional) (Updatable) A list of fault domains in which to place nodes.
132
+
* `preemptible_node_config` - (Optional) (Updatable) Configuration options for preemptible nodes.
133
+
* `preemption_action` - (Required) (Updatable) The action to run when the preemptible node is interrupted for eviction.
134
+
* `is_preserve_boot_volume` - (Optional) (Updatable) Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
135
+
* `type` - (Required) (Updatable) The type of action to run when the instance is interrupted for eviction.
122
136
* `subnet_id` - (Required) (Updatable) The OCID of the subnet in which to place nodes.
123
137
* `size` - (Required) (Updatable) The number of nodes that should be in the node pool.
@@ -174,6 +188,10 @@ The following attributes are exported:
174
188
* `availability_domain` - The availability domain in which to place nodes. Example: `Uocm:PHX-AD-1`
175
189
* `capacity_reservation_id` - The OCID of the compute capacity reservation in which to place the compute instance.
176
190
* `fault_domains` - A list of fault domains in which to place nodes.
191
+
* `preemptible_node_config` - Configuration options for preemptible nodes.
192
+
* `preemption_action` - The action to run when the preemptible node is interrupted for eviction.
193
+
* `is_preserve_boot_volume` - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
194
+
* `type` - The type of action to run when the instance is interrupted for eviction.
177
195
* `subnet_id` - The OCID of the subnet in which to place nodes.
0 commit comments