Skip to content

Commit 9543c75

Browse files
committed
fix: increase rollout timeout and add wait before pod exec in pod-identity intro
1 parent 73a591a commit 9543c75

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

website/docs/fastpaths/developer/amazon-eks-pod-identity/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The `carts` component of our architecture uses Amazon DynamoDB as its storage ba
77

88
You can see this by running the following command:
99

10-
```bash
10+
```bash wait=30
1111
$ kubectl -n carts get pod
1212
NAME READY STATUS RESTARTS AGE
1313
carts-5d7fc9d8f-xm4hs 1/1 Running 0 14m

website/docs/fastpaths/developer/pod-logging/fluent-bit-cloudwatch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ In this lab exercise, we'll see how to check the Kubernetes pod logs forwarded b
88

99
First, lets recycle the pods for the `ui` component to make sure fresh logs are written since we enabled Fluent Bit.
1010

11-
```bash
11+
```bash timeout=180
1212
$ kubectl delete pod -n ui --all
1313
$ kubectl rollout status deployment/ui \
14-
-n ui --timeout 30s
14+
-n ui --timeout 120s
1515
deployment "ui" successfully rolled out
1616
```
1717

website/docs/fastpaths/operator/amazon-eks-pod-identity/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The `carts` component of our architecture uses Amazon DynamoDB as its storage ba
77

88
You can see this by running the following command:
99

10-
```bash
10+
```bash wait=30
1111
$ kubectl -n carts get pod
1212
NAME READY STATUS RESTARTS AGE
1313
carts-5d7fc9d8f-xm4hs 1/1 Running 0 14m

0 commit comments

Comments
 (0)