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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ The following attributes are exported:
41
41
*`kubernetes_version` - The version of Kubernetes running on the nodes in the node pool.
42
42
*`name` - The name of the node pool.
43
43
*`node_config_details` - The configuration of nodes in the node pool.
44
+
* `is_pv_encryption_in_transit_enabled` - Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. The default value is false.
45
+
* `kms_key_id` - The OCID of the Key Management Service key assigned to the boot volume.
44
46
* `nsg_ids` - The OCIDs of the Network Security Group(s) to associate nodes for this node pool with. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/NetworkSecurityGroup/).
45
47
* `placement_configs` - The placement configurations for the node pool. Provide one placement configuration for each availability domain in which you intend to launch a node.
Copy file name to clipboardExpand all lines: website/docs/d/containerengine_node_pools.html.markdown
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,8 @@ The following attributes are exported:
53
53
*`kubernetes_version` - The version of Kubernetes running on the nodes in the node pool.
54
54
*`name` - The name of the node pool.
55
55
*`node_config_details` - The configuration of nodes in the node pool.
56
+
* `is_pv_encryption_in_transit_enabled` - Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. The default value is false.
57
+
* `kms_key_id` - The OCID of the Key Management Service key assigned to the boot volume.
56
58
* `nsg_ids` - The OCIDs of the Network Security Group(s) to associate nodes for this node pool with. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/NetworkSecurityGroup/).
57
59
* `placement_configs` - The placement configurations for the node pool. Provide one placement configuration for each availability domain in which you intend to launch a node.
@@ -76,6 +78,8 @@ The following arguments are supported:
76
78
*`kubernetes_version` - (Required) (Updatable) The version of Kubernetes to install on the nodes in the node pool.
77
79
*`name` - (Required) (Updatable) The name of the node pool. Avoid entering confidential information.
78
80
*`node_config_details` - (Optional) (Updatable) The configuration of nodes in the node pool. Exactly one of the subnetIds or nodeConfigDetails properties must be specified.
81
+
* `is_pv_encryption_in_transit_enabled` - (Optional) (Updatable) Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. The default value is false.
82
+
* `kms_key_id` - (Optional) (Updatable) The OCID of the Key Management Service key assigned to the boot volume.
79
83
* `nsg_ids` - (Optional) (Updatable) The OCIDs of the Network Security Group(s) to associate nodes for this node pool with. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/NetworkSecurityGroup/).
80
84
* `placement_configs` - (Required) (Updatable) The placement configurations for the node pool. Provide one placement configuration for each availability domain in which you intend to launch a node.
81
85
@@ -115,6 +119,8 @@ The following attributes are exported:
115
119
*`kubernetes_version` - The version of Kubernetes running on the nodes in the node pool.
116
120
*`name` - The name of the node pool.
117
121
*`node_config_details` - The configuration of nodes in the node pool.
122
+
* `is_pv_encryption_in_transit_enabled` - Whether to enable in-transit encryption for the data volume's paravirtualized attachment. This field applies to both block volumes and boot volumes. The default value is false.
123
+
* `kms_key_id` - The OCID of the Key Management Service key assigned to the boot volume.
118
124
* `nsg_ids` - The OCIDs of the Network Security Group(s) to associate nodes for this node pool with. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/NetworkSecurityGroup/).
119
125
* `placement_configs` - The placement configurations for the node pool. Provide one placement configuration for each availability domain in which you intend to launch a node.
0 commit comments