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
#Required, a name uniquely identifies an add-on, see all supported add-on names in data.oci_containerengine_addon_options.all.addon_options
36
-
addon_name="KubernetesDashboard"
37
-
#Required
38
-
cluster_id=var.cluster_id
39
-
#Required, false values keeps installed resources of the addon on deletion. Set to true to fully remove resources
40
-
remove_addon_resources_on_delete=true
41
-
42
-
/*
43
-
configurations that are supported by the add-on specified by the addon_name, see all supported configurations in in data.oci_containerengine_addon_options.all.addon_options.
44
-
Unless required by a specific add-on, most of add-ons only have optional configurations that allow customization.
45
-
*/
46
-
configurations {
24
+
variable"kubernetes_version" {
47
25
48
-
}
49
-
/*
50
-
Optional, see all supported version in in data.oci_containerengine_addon_options.all.addon_options.
51
-
It is highly recommended to not set this field to let service choose and manage addon version.
Copy file name to clipboardExpand all lines: website/docs/d/containerengine_node_pools.html.markdown
-18Lines changed: 0 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,24 +102,6 @@ The following attributes are exported:
102
102
* `boot_volume_size_in_gbs` - The size of the boot volume in GBs. Minimum value is 50 GB. See [here](https://docs.cloud.oracle.com/en-us/iaas/Content/Block/Concepts/bootvolumes.htm) for max custom boot volume sizing and OS-specific requirements.
103
103
* `image_id` - The OCID of the image used to boot the node.
104
104
* `source_type` - The source type for the node. Use `IMAGE` when specifying an OCID of an image.
105
-
*`nodes` - The nodes in the node pool.
106
-
* `availability_domain` - The name of the availability domain in which this node is placed.
107
-
* `defined_tags` - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
108
-
* `error` - An error that may be associated with the node.
109
-
* `code` - A short error code that defines the upstream error, meant for programmatic parsing. See [API Errors](https://docs.cloud.oracle.com/iaas/Content/API/References/apierrors.htm).
110
-
* `message` - A human-readable error string of the upstream error.
111
-
* `status` - The status of the HTTP response encountered in the upstream error.
112
-
* `fault_domain` - The fault domain of this node.
113
-
* `freeform_tags` - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
114
-
* `id` - The OCID of the compute instance backing this node.
115
-
* `kubernetes_version` - The version of Kubernetes this node is running.
116
-
* `lifecycle_details` - Details about the state of the node.
117
-
* `name` - The name of the node.
118
-
* `node_pool_id` - The OCID of the node pool to which this node belongs.
119
-
* `private_ip` - The private IP address of this node.
120
-
* `public_ip` - The public IP address of this node.
121
-
* `state` - The state of the node.
122
-
* `subnet_id` - The OCID of the subnet in which this node is placed.
123
105
*`quantity_per_subnet` - The number of nodes in each subnet.
124
106
*`ssh_public_key` - The SSH public key on each node in the node pool on launch.
0 commit comments