Skip to content

Commit

Permalink
updated README file with description on how eks-addons dependency imp…
Browse files Browse the repository at this point in the history
…acts deployment
  • Loading branch information
amarin-dspace committed May 24, 2024
1 parent 53c6caf commit e991e89
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,13 @@ Afterwards you can deploy the resources:
terraform apply
```

Terraform automatically loads the variables from your `terraform.tfvars` variable definition file.
Installation times may very, but it is expected to take up to 30 min to complete the deployment.
It is recommended to use AWS `admin` account, or ask your AWS administrator to assign necessary IAM roles and permissions to your user.
Terraform automatically loads the variables from your `terraform.tfvars` variable definition file.
Installation times may very, but it is expected to take up to 30 min to complete the deployment.
Note that `eks-addons` module dependency on managed node group(s) is commented out in `k8s.tf` file. This might increase
deployment time, as various addons might be provisioned before any actual K8s worker node starts, to complete addon deployment.
Default timeout for node/addon deployment is 20 minutes, so please be patient. If this behaviour creates problems, you can
always uncomment line `depends_on = [module.eks.managed_node_groups]`.
It is recommended to use AWS `admin` account, or ask your AWS administrator to assign necessary IAM roles and permissions to your user.

### Destroy Infrastructure

Expand Down

0 comments on commit e991e89

Please sign in to comment.