瀏覽代碼

add SO link for issue if listener is not in service dependencies

Signed-off-by: aiordache <[email protected]>
Signed-off-by: Nicolas De Loof <[email protected]>
aiordache 5 年之前
父節點
當前提交
92173eaf35
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      ecs/pkg/amazon/cloudformation.go

+ 2 - 0
ecs/pkg/amazon/cloudformation.go

@@ -236,6 +236,8 @@ func (c client) Convert(project *compose.Project) (*cloudformation.Template, err
 					strings.ToUpper(port.Protocol),
 					string(port.Published),
 				)
+				//add listener to dependsOn
+				//https://stackoverflow.com/questions/53971873/the-target-group-does-not-have-an-associated-load-balancer
 				dependsOn = append(dependsOn, listenerName)
 				template.Resources[listenerName] = &elasticloadbalancingv2.Listener{
 					DefaultActions: []elasticloadbalancingv2.Listener_Action{