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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
there is no way to set instance_options on containerengine nodes in the node pool with terraform. regular compute nodes have an "instance_options" section that can be used to set, in this case, are_legacy_imds_endpoints_disabled. i can SEE that value with an "oci cli" get of the node ocid but can't set it when building it. I'd like a node_instance_options section under oci_containerengine_node_pool much like node_metadata, node_shape, etc.
Community Note
Description
there is no way to set instance_options on containerengine nodes in the node pool with terraform. regular compute nodes have an "instance_options" section that can be used to set, in this case, are_legacy_imds_endpoints_disabled. i can SEE that value with an "oci cli" get of the node ocid but can't set it when building it. I'd like a node_instance_options section under oci_containerengine_node_pool much like node_metadata, node_shape, etc.
New or Affected Resource(s)
oci_containerengine_node_pool
Potential Terraform Configuration
resource "oci_containerengine_node_pool" "oke-node-pool" {
......
node_instance_options {
are_legacy_imds_endpoints_disabled = true
}
.......
References
The text was updated successfully, but these errors were encountered: