Skip to content

Commit

Permalink
Changed the DependsOn value for the RancherELB to PublicGatewayAttach…
Browse files Browse the repository at this point in the history
…ment

Creating a stack was failing due to timing of the IGW to VPC attachment and RancherELB being created.  Replaced DependsOn value from PublicInternetGateway to PublicGatewayAttachment.
  • Loading branch information
razavi32 authored Apr 23, 2024
1 parent 1122e9a commit 41dcc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/rke2-eks-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ Resources:
Timeout: '5'

RancherELB:
DependsOn: PublicInternetGateway
DependsOn: PublicGatewayAttachment
Type: AWS::ElasticLoadBalancing::LoadBalancer
Properties:
Subnets:
Expand Down

0 comments on commit 41dcc17

Please sign in to comment.