File tree Expand file tree Collapse file tree 3 files changed +18
-5
lines changed
Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -31,3 +31,16 @@ locals {
3131 option if length (regexall (" ${ data . oci_core_image . np3_image [0 ]. display_name } -OKE-${ local . k8s_version } " , option. source_name )) > 0 ] : []
3232 np3_oke_image_id = length (local. np3_oke_image ) > 0 ? local. np3_oke_image [0 ]. image_id : var. np3_image_id
3333}
34+
35+ # output "k8s_version" {
36+ # value = local.k8s_version
37+ # }
38+
39+ # output "np1_image" {
40+ # value = {
41+ # node_image_name = data.oci_core_image.np1_image[0].display_name
42+ # oke_image_id = local.np1_oke_image_id
43+ # oke_image = local.np1_oke_image
44+ # sources = data.oci_containerengine_node_pool_option.oci_oke_node_pool_option.sources
45+ # }
46+ # }
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ node_pool_count = 1
2727# np1_subnet=
2828np1_node_count = 1
2929np1_node_shape = " VM.Standard.E3.Flex"
30- np1_image_id = " ocid1.image.oc1.us-sanjose-1.aaaaaaaa3kearpwszqvze6juuwzd4n6javm2ey3chs3awfwqcoxq5vfrbdyq "
30+ np1_image_id = " ocid1.image.oc1.us-sanjose-1.aaaaaaaahekjihdbb4e34uqi6rexunxyk3zrohwhb3wcddswq6mxv46esp7q "
3131# np1_add_tag=
3232# np1_tag=
3333np1_ocpus = 2
@@ -39,7 +39,7 @@ np1_autoscaler_max_nodes = 3
3939np2_create_new_subnet = true
4040np2_node_count = 0
4141np2_node_shape = " "
42- np2_image_id = " ocid1.image.oc1.us-sanjose-1.aaaaaaaa3kearpwszqvze6juuwzd4n6javm2ey3chs3awfwqcoxq5vfrbdyq "
42+ np2_image_id = " ocid1.image.oc1.us-sanjose-1.aaaaaaaahekjihdbb4e34uqi6rexunxyk3zrohwhb3wcddswq6mxv46esp7q "
4343np2_ha = true
4444# np2_availability_domain="UWQV:US-ASHBURN-AD-2"
4545# np2_ocpus = 4
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ node_pool_count = 3
2727# np1_subnet=
2828np1_node_count = 1
2929np1_node_shape = " VM.Standard.E3.Flex"
30- np1_image_id = " ocid1.image.oc1.us-sanjose-1.aaaaaaaa3kearpwszqvze6juuwzd4n6javm2ey3chs3awfwqcoxq5vfrbdyq "
30+ np1_image_id = " ocid1.image.oc1.us-sanjose-1.aaaaaaaahekjihdbb4e34uqi6rexunxyk3zrohwhb3wcddswq6mxv46esp7q "
3131# np1_add_tag=
3232# np1_tag=
3333np1_ocpus = 2
@@ -39,7 +39,7 @@ np1_autoscaler_max_nodes = 3
3939np2_create_new_subnet = true
4040np2_node_count = 1
4141np2_node_shape = " VM.Standard.E3.Flex"
42- np2_image_id = " ocid1.image.oc1.us-sanjose-1.aaaaaaaa3kearpwszqvze6juuwzd4n6javm2ey3chs3awfwqcoxq5vfrbdyq "
42+ np2_image_id = " ocid1.image.oc1.us-sanjose-1.aaaaaaaahekjihdbb4e34uqi6rexunxyk3zrohwhb3wcddswq6mxv46esp7q "
4343np2_ha = true
4444# np2_availability_domain="UWQV:US-ASHBURN-AD-2"
4545np2_ocpus = 1
@@ -58,7 +58,7 @@ np3_memory_gb = 4
5858np3_enable_autoscaler = false
5959# np3_autoscaler_min_nodes=0
6060# np3_autoscaler_max_nodes=3
61- np3_image_id = " ocid1.image.oc1.us-sanjose-1.aaaaaaaa3kearpwszqvze6juuwzd4n6javm2ey3chs3awfwqcoxq5vfrbdyq "
61+ np3_image_id = " ocid1.image.oc1.us-sanjose-1.aaaaaaaahekjihdbb4e34uqi6rexunxyk3zrohwhb3wcddswq6mxv46esp7q "
6262# np3_add_tag=
6363# np3_tag=
6464# allow_deploy_private_lb = false
You can’t perform that action at this time.
0 commit comments