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: modules/mpc-party/README.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,14 +166,6 @@ module "mpc_party" {
166
166
"environment" = "production"
167
167
}
168
168
169
-
nodegroup_taints = {
170
-
"mpc-dedicated" = {
171
-
key = "mpc.io/dedicated"
172
-
value = "true"
173
-
effect = "NO_SCHEDULE"
174
-
}
175
-
}
176
-
177
169
# Nitro Enclaves Configuration
178
170
nodegroup_enable_nitro_enclaves = true
179
171
kms_enabled_nitro_enclaves = true
@@ -386,7 +378,6 @@ The module can optionally create:
386
378
| <aname="input_nodegroup_nitro_enclaves_image_repo"></a> [nodegroup\_nitro\_enclaves\_image\_repo](#input\_nodegroup\_nitro\_enclaves\_image\_repo)| Image repository for Nitro Enclaves |`string`|`"public.ecr.aws/aws-nitro-enclaves/aws-nitro-enclaves-k8s-device-plugin"`| no |
387
379
| <aname="input_nodegroup_nitro_enclaves_image_tag"></a> [nodegroup\_nitro\_enclaves\_image\_tag](#input\_nodegroup\_nitro\_enclaves\_image\_tag)| Image tag for Nitro Enclaves |`string`|`"v0.3"`| no |
388
380
| <aname="input_nodegroup_source_security_group_ids"></a> [nodegroup\_source\_security\_group\_ids](#input\_nodegroup\_source\_security\_group\_ids)| List of security group IDs allowed for remote access |`list(string)`|`[]`| no |
389
-
| <aname="input_nodegroup_taints"></a> [nodegroup\_taints](#input\_nodegroup\_taints)| Map of Kubernetes taints to apply to the node group | <pre>map(object({<br/> key = string<br/> value = string<br/> effect = string<br/> }))</pre> |`{}`| no |
390
381
| <aname="input_nodegroup_use_custom_launch_template"></a> [nodegroup\_use\_custom\_launch\_template](#input\_nodegroup\_use\_custom\_launch\_template)| Whether to use a custom launch template |`bool`|`true`| no |
391
382
| <aname="input_nodegroup_use_latest_ami_release_version"></a> [nodegroup\_use\_latest\_ami\_release\_version](#input\_nodegroup\_use\_latest\_ami\_release\_version)| Whether to use the latest AMI release version |`bool`|`false`| no |
392
383
| <aname="input_party_name"></a> [party\_name](#input\_party\_name)| The name of the MPC party (used for resource naming and tagging) |`string`| n/a | yes |
@@ -443,6 +434,7 @@ The module can optionally create:
443
434
| <aname="output_irsa_summary"></a> [irsa\_summary](#output\_irsa\_summary)| Summary of the IRSA role for MPC party |
444
435
| <aname="output_k8s_configmap_summary"></a> [k8s\_configmap\_summary](#output\_k8s\_configmap\_summary)| Summary of the Kubernetes ConfigMap for MPC party |
445
436
| <aname="output_k8s_service_account_summary"></a> [k8s\_service\_account\_summary](#output\_k8s\_service\_account\_summary)| Summary of the Kubernetes service account for MPC party |
437
+
| <aname="output_node_group_tolerations"></a> [node\_group\_tolerations](#output\_node\_group\_tolerations)| Kubernetes tolerations derived from EKS node group taints |
446
438
| <aname="output_party_name"></a> [party\_name](#output\_party\_name)| Name of the MPC party |
447
439
| <aname="output_rds_summary"></a> [rds\_summary](#output\_rds\_summary)| Aggregated RDS database information |
448
440
| <aname="output_vault_bucket_storage_summary"></a> [vault\_bucket\_storage\_summary](#output\_vault\_bucket\_storage\_summary)| Summary of the vault buckets public and private storage |
0 commit comments