Skip to content

Commit

Permalink
commit updateed tf-run.data
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 10, 2023
1 parent 4deab13 commit 3a981df
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
9 changes: 6 additions & 3 deletions examples/full-cluster-tf-upgrade/1.24/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 1.4.1
VERSION 1.4.2
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 All @@ -23,7 +23,7 @@ LINK variables.vpc.tf
LINK variables.vpc.auto.tfvars
LINK variables.availability_zones.tf

COMMAND tf-init -upgrade
COMMAND tf-init

STOP check variables.vpc.* files and then continue with %%NEXT%% (tag:setup-complete)

Expand All @@ -35,9 +35,12 @@ COMMENT EC2 key pairs
null_resource.generate_keypair
aws_key_pair.cluster_keypair
COMMAND tf-directory-setup.py -l s3

COMMENT be sure to add the setup/ec2-ssh-eks-{cluster} to git-secret, git-secret hide, add the setup/*secret and setup/*pub got git, and commit the entirety of the change

TAG dns-zone
aws_route53_zone.cluster_domain

TAG create-cluster
ALL

COMMENT Assumes setup the includes.d/parent_rs.tf according to the REAMDE.md has been done, will fail if not. You can answer n at the pause if you are not sure
Expand Down
16 changes: 10 additions & 6 deletions examples/full-cluster-tf-upgrade/1.25/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 1.4.1
VERSION 1.4.2
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 All @@ -23,7 +23,7 @@ LINK variables.vpc.tf
LINK variables.vpc.auto.tfvars
LINK variables.availability_zones.tf

COMMAND tf-init -upgrade
COMMAND tf-init

STOP check variables.vpc.* files and then continue with %%NEXT%% (tag:setup-complete)

Expand All @@ -35,9 +35,13 @@ COMMENT EC2 key pairs
null_resource.generate_keypair
aws_key_pair.cluster_keypair
COMMAND tf-directory-setup.py -l s3

COMMENT be sure to add the setup/ec2-ssh-eks-{cluster} to git-secret, git-secret hide, add the setup/*secret and setup/*pub got git, and commit the entirety of the change

TAG dns-zone
aws_route53_zone.cluster_domain
module.route53_main_east module.route53_main_west module.route53_main_legacy_east module.route53_main_legacy_west

TAG create-cluster
ALL

COMMENT Assumes setup the includes.d/parent_rs.tf according to the REAMDE.md has been done, will fail if not. You can answer n at the pause if you are not sure
Expand All @@ -49,10 +53,10 @@ STOP Once applied in this subdirectory, come back here and continue with step %%

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

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

TAG setup-irsa
Expand Down

0 comments on commit 3a981df

Please sign in to comment.