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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,7 @@ No modules.
168
168
| <aname="input_resource_group_id"></a> [resource\_group\_id](#input\_resource\_group\_id)| The Id of an existing IBM Cloud resource group where the cluster will be grouped. |`string`| n/a | yes |
169
169
| <aname="input_tags"></a> [tags](#input\_tags)| Metadata labels describing this cluster deployment, i.e. test |`list(string)`|`[]`| no |
170
170
| <aname="input_use_existing_cos"></a> [use\_existing\_cos](#input\_use\_existing\_cos)| Flag indicating whether or not to use an existing COS instance |`bool`|`false`| no |
171
+
| <aname="input_verify_worker_network_readiness"></a> [verify\_worker\_network\_readiness](#input\_verify\_worker\_network\_readiness)| By setting this to true, a script will run kubectl commands to verify that all worker nodes can communicate successfully with the master. If the runtime does not have access to the kube cluster to run kubectl commands, this should be set to false. |`bool`|`true`| no |
171
172
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| Id of the VPC instance where this cluster will be provisioned |`string`| n/a | yes |
172
173
| <aname="input_vpc_subnets"></a> [vpc\_subnets](#input\_vpc\_subnets)| Metadata that describes the VPC's subnets. Obtain this information from the VPC where this cluster will be created | <pre>map(list(object({<br> id = string<br> zone = string<br> cidr_block = string<br> })))</pre> | n/a | yes |
Copy file name to clipboardExpand all lines: module-metadata.json
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -201,6 +201,19 @@
201
201
"line": 141
202
202
}
203
203
},
204
+
"verify_worker_network_readiness": {
205
+
"name": "verify_worker_network_readiness",
206
+
"type": "bool",
207
+
"description": "By setting this to true, a script will run kubectl commands to verify that all worker nodes can communicate successfully with the master. If the runtime does not have access to the kube cluster to run kubectl commands, this should be set to false.",
description="By setting this to true, a script will run kubectl commands to verify that all worker nodes can communicate successfully with the master. If the runtime does not have access to the kube cluster to run kubectl commands, this should be set to false."
0 commit comments