File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1414 "@types/jest" : " ^29.5.8" ,
1515 "@types/node" : " 20.9.1" ,
1616 "@typescript-eslint/eslint-plugin" : " ^6.21.0" ,
17- "aws-cdk" : " 2.126.0 " ,
18- "cdk8s-cli" : " ^2.198.45 " ,
17+ "aws-cdk" : " 2.173.1 " ,
18+ "cdk8s-cli" : " ^2.198.248 " ,
1919 "eslint" : " ^8.56.0" ,
2020 "eslint-config-standard-with-typescript" : " ^43.0.1" ,
2121 "eslint-plugin-import" : " ^2.29.1" ,
2727 "typescript" : " ^5.3.3"
2828 },
2929 "dependencies" : {
30- "aws-cdk-lib" : " 2.126.0 " ,
31- "cdk-nag" : " ^2.28.149 " ,
30+ "aws-cdk-lib" : " 2.173.1 " ,
31+ "cdk-nag" : " ^2.34.23 " ,
3232 "cdk8s" : " ^2.68.35" ,
33- "cdk8s-plus-25" : " ^2.22.75 " ,
33+ "cdk8s-plus-25" : " ^2.22.2 " ,
3434 "constructs" : " ^10.0.0" ,
3535 "dotenv" : " ^16.4.1" ,
3636 "source-map-support" : " ^0.5.21"
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ kubectl wait --namespace traefik --for=condition=available deployment/traefik --
119119
120120# 4. Create Ingress (creates LB)
121121envsubst < scripts/manifests/aws-lb-controller-ingress.yaml | kubectl apply -f -
122+ sleep 5
122123check_load_balancer_status
123124
124125export LB=$( kubectl get ingress traefik -n traefik -o json | jq -r " .status.loadBalancer.ingress[0].hostname" )
You can’t perform that action at this time.
0 commit comments