You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Version policy (To create new change "use_existing" to 'false' uncomment variables and modify them to meet your needs.)
112
-
version_policy = {
113
-
use_existing = true
114
-
name= "1.19.15"
115
-
# version = "1.19.15"
111
+
# Version policy (To create new change "useExisting" to 'false' uncomment variables and modify them to meet your needs.)
112
+
versionPolicy = {
113
+
useExisting = true
114
+
policyName = "1-19-15-iks.3"
115
+
iksVersionName = "1.19.15-iks.3"
116
116
}
117
117
# Trusted Registry Policy (To create new change "use_existing" to 'false' and set "create_new' to 'true' uncomment variables and modify them to meet your needs.)
118
118
# Set both variables to 'false' if this policy is not needed.
# Kubernetes Cluster Profile Adjust the values as needed.
52
+
# Kubernetes Cluster Profile Adjust the values as needed.
53
53
cluster = {
54
-
name = "new_cluster"
54
+
name = "test"
55
55
action = "Unassign"
56
56
wait_for_completion = false
57
-
worker_nodes = 5
57
+
worker_nodes = 2
58
58
load_balancers = 5
59
59
worker_max = 20
60
60
control_nodes = 1
61
61
ssh_user = var.ssh_user
62
62
ssh_public_key = var.ssh_key
63
63
}
64
64
65
-
# IP Pool Information (To create new change "use_existing" to 'false' uncomment variables and modify them to meet your needs.)
65
+
# IP Pool Information (To create new change "use_existing" to 'false' uncomment variables and modify them to meet your needs.)
66
66
ip_pool = {
67
-
use_existing = true
68
-
name = "10-239-21-0"
67
+
use_existing = true
68
+
name = "marvel-prod"
69
69
# ip_starting_address = "10.239.21.220"
70
70
# ip_pool_size = "20"
71
71
# ip_netmask = "255.255.255.0"
72
72
# ip_gateway = "10.239.21.1"
73
73
# dns_servers = ["10.101.128.15","10.101.128.16"]
74
74
}
75
75
76
-
# Sysconfig Policy (UI Reference NODE OS Configuration) (To create new change "use_existing" to 'false' uncomment variables and modify them to meet your needs.)
76
+
# Sysconfig Policy (UI Reference NODE OS Configuration) (To create new change "use_existing" to 'false' uncomment variables and modify them to meet your needs.)
77
77
sysconfig = {
78
78
use_existing = true
79
79
name = "richfield"
@@ -83,7 +83,7 @@ module "iks_cluster" {
83
83
# dns_servers = ["10.101.128.15"]
84
84
}
85
85
86
-
# Kubernetes Network CIDR (To create new change "use_existing" to 'false' uncomment variables and modify them to meet your needs.)
86
+
# Kubernetes Network CIDR (To create new change "use_existing" to 'false' uncomment variables and modify them to meet your needs.)
87
87
k8s_network = {
88
88
use_existing = true
89
89
name = "default"
@@ -93,23 +93,23 @@ module "iks_cluster" {
93
93
# cni = "Calico"
94
94
}
95
95
96
-
# Version policy (To create new change "use_existing" to 'false' uncomment variables and modify them to meet your needs.)
97
-
version_policy = {
98
-
use_existing = true
99
-
name = "1.19.15"
100
-
# version = "1.19.15"
96
+
# Version policy (To create new change "use_existing" to 'false' uncomment variables and modify them to meet your needs.)
97
+
versionPolicy = {
98
+
useExisting = false
99
+
policyName = "1.19.15"
100
+
iksVersionName = "1.19.15-iks.3"
101
101
}
102
102
103
-
# Trusted Registry Policy (To create new change "use_existing" to 'false' and set "create_new' to 'true' uncomment variables and modify them to meet your needs.)
104
-
# Set both variables to 'false' if this policy is not needed.
103
+
# Trusted Registry Policy (To create new change "use_existing" to 'false' and set "create_new' to 'true' uncomment variables and modify them to meet your needs.)
104
+
# Set both variables to 'false' if this policy is not needed.
105
105
tr_policy = {
106
106
use_existing = false
107
107
create_new = false
108
-
name = "trusted-registry"
108
+
# name = "trusted-registry"
109
109
}
110
110
111
-
# Runtime Policy (To create new change "use_existing" to 'false' and set "create_new' to 'true' uncomment variables and modify them to meet your needs.)
112
-
# Set both variables to 'false' if this policy is not needed.
111
+
# Runtime Policy (To create new change "use_existing" to 'false' and set "create_new' to 'true' uncomment variables and modify them to meet your needs.)
112
+
# Set both variables to 'false' if this policy is not needed.
113
113
runtime_policy = {
114
114
use_existing = false
115
115
create_new = false
@@ -126,12 +126,12 @@ module "iks_cluster" {
126
126
# https_proxy_password = null
127
127
}
128
128
129
-
# Infrastructure Configuration Policy (To create new change "use_existing" to 'false' and uncomment variables and modify them to meet your needs.)
129
+
# Infrastructure Configuration Policy (To create new change "use_existing" to 'false' and uncomment variables and modify them to meet your needs.)
130
130
infraConfigPolicy = {
131
131
use_existing = true
132
132
# platformType = "iwe"
133
133
# targetName = "falcon"
134
-
policyName = "dev"
134
+
policyName = "marvel-prod"
135
135
# description = "Test Policy"
136
136
# interfaces = ["iwe-guests"]
137
137
# vcTargetName = optional(string)
@@ -141,18 +141,18 @@ module "iks_cluster" {
141
141
# vcPassword = optional(string)
142
142
}
143
143
144
-
# Addon Profile and Policies (To create new change "createNew" to 'true' and uncomment variables and modify them to meet your needs.)
145
-
# This is an Optional item. Comment or remove to not use. Multiple addons can be configured.
146
-
addons = [
144
+
# Addon Profile and Policies (To create new change "createNew" to 'true' and uncomment variables and modify them to meet your needs.)
145
+
# This is an Optional item. Comment or remove to not use. Multiple addons can be configured.
0 commit comments