diff --git a/examples/full-cluster-tf-upgrade/1.24/tf-run.data b/examples/full-cluster-tf-upgrade/1.24/tf-run.data index 272bdb3..ec4f280 100644 --- a/examples/full-cluster-tf-upgrade/1.24/tf-run.data +++ b/examples/full-cluster-tf-upgrade/1.24/tf-run.data @@ -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) @@ -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) @@ -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 diff --git a/examples/full-cluster-tf-upgrade/1.25/tf-run.data b/examples/full-cluster-tf-upgrade/1.25/tf-run.data index b75c802..cdaa245 100644 --- a/examples/full-cluster-tf-upgrade/1.25/tf-run.data +++ b/examples/full-cluster-tf-upgrade/1.25/tf-run.data @@ -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) @@ -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) @@ -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 @@ -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