Skip to content

Commit 13be944

Browse files
committed
oke-rm 1.2.0 quickfix
1 parent 05c8120 commit 13be944

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app-dev/devops-and-containers/oke/oke-rm/oke/oke.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ module "oke" {
139139
node_cycling_enabled = false # Option to enable/disable node pool cycling through Terraform. Only works with Enhanced clusters!
140140
node_cycling_max_surge = "50%"
141141
node_cycling_max_unavailable = "25%"
142-
node_cycling_mode = ["instace"] # Valid values are instance and boot_volume. The boot_volume mode only works when (kubernetes_version, image_id, boot_volume_size, node_metadata, ssh_public_key, volume_kms_key_id) are modified.
142+
node_cycling_mode = ["instance"] # Valid values are instance and boot_volume. The boot_volume mode only works when (kubernetes_version, image_id, boot_volume_size, node_metadata, ssh_public_key, volume_kms_key_id) are modified.
143143
boot_volume_size = 50
144144
# max_pods_per_node = 10 # When using VCN_NATIVE CNI, configure maximum number of pods for each node in the node pool
145145
create = false # Set it to true so that the node pool is created
-3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)