Skip to content

need a node_instance_options in oci_containerengine_node_pool for turning off imdsv1 #2341

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ktmdms1 opened this issue Mar 27, 2025 · 0 comments

Comments

@ktmdms1
Copy link

ktmdms1 commented Mar 27, 2025

Community Note

  • 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.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant