Skip to content

Commit 358db71

Browse files
OguzPastirmacihyder
authored andcommitted
Add npn label
1 parent a5c801b commit 358db71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/workers/locals.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ locals {
160160
"oke.oraclecloud.com/pool.name" = pool_name
161161
"oke.oraclecloud.com/pool.mode" = pool.mode
162162
"oke.oraclecloud.com/cluster_autoscaler" = pool.allow_autoscaler ? "allowed" : "disabled"
163+
"oci.oraclecloud.com/vcn-native-ip-cni" = var.cni_type == "npn" ? true : false
163164
},
164165
pool.autoscale ? { "oke.oraclecloud.com/cluster_autoscaler" = "managed" } : {},
165166
pool.node_labels,

0 commit comments

Comments
 (0)