Skip to content

Commit 46a5872

Browse files
committed
Update packages npm + add timeout to LB check to prevent 404 error on first check.
1 parent b1de27f commit 46a5872

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
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",
@@ -27,10 +27,10 @@
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"

scripts/posit-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ kubectl wait --namespace traefik --for=condition=available deployment/traefik --
119119

120120
# 4. Create Ingress (creates LB)
121121
envsubst < scripts/manifests/aws-lb-controller-ingress.yaml | kubectl apply -f -
122+
sleep 5
122123
check_load_balancer_status
123124

124125
export LB=$(kubectl get ingress traefik -n traefik -o json | jq -r ".status.loadBalancer.ingress[0].hostname")

0 commit comments

Comments
 (0)