Skip to content

Commit

Permalink
Allow cloud-init update for nodepools
Browse files Browse the repository at this point in the history
  • Loading branch information
robo-cap authored and hyder committed Oct 25, 2024
1 parent b139b0a commit 3bdf976
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/workers/nodepools.tf
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ resource "oci_containerengine_node_pool" "tfscaled_workers" {
ignore_changes = [
# kubernetes_version, # e.g. if changed as part of an upgrade
name, defined_tags, freeform_tags,
node_metadata["user_data"], # templated cloud-init
node_config_details[0].placement_configs, # dynamic placement configs
# node_source_details[0], # dynamic image lookup
]
Expand Down Expand Up @@ -274,7 +273,6 @@ resource "oci_containerengine_node_pool" "autoscaled_workers" {
ignore_changes = [
# kubernetes_version, # e.g. if changed as part of an upgrade
name, defined_tags, freeform_tags,
node_metadata["user_data"], # templated cloud-init
node_config_details[0].placement_configs, # dynamic placement configs
node_config_details[0].size # size
]
Expand Down

0 comments on commit 3bdf976

Please sign in to comment.