Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 6, 2023
1 parent ff07ef5 commit e6bd9cd
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions examples/full-cluster-tf-upgrade/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 1.3.0
VERSION 1.3.1
REMOTE-STATE
COMMENT make sure the private-lb subnet and container subnets are tagged properly (see README.md)
STOP then continue with at step %%NEXT%% (tag:subnets-verified)
Expand Down Expand Up @@ -48,17 +48,21 @@ PAUSE

TAG setup-aws-auth
COMMENT cd aws-auth and tf-run.sh apply
STOP
STOP Once applied in this subdirectory, come back here and continue with step %%NEXT%% (tag:setup-efs)

TAG setup-efs
COMMENT cd efs and tf-run.sh apply
STOP
STOP Once applied in this subdirectory, come back here and continue with step %%NEXT%% (tag:setup-irsa)

TAG setup-irsa
COMMENT cd irsa-roles and tf-run.sh apply
STOP
COMMENT Note: irsa-roles has other subdirectories to be applied, follow the directions from tf-run there
STOP Once applied in this subdirectory, come back here and continue with step %%NEXT%% (tag:setup-common-services)

TAG setup-common-services
COMMENT cd common-services and tf-run.sh apply
STOP
COMMENT Notes: this subdirectory is complicated, and it has a certificate step which is manual
STOP Once applied in this subdirectory, come back here and continue with step %%NEXT%% (tag:complete)

TAG complete
COMMENT You have completed the setup of the EKS cluster. There is a DNS Infoblox step, please contact badra001 for that

0 comments on commit e6bd9cd

Please sign in to comment.