From c119be8977826a942280c0662fc12bad50312060 Mon Sep 17 00:00:00 2001 From: Yan Han Pang <539739+yanhan@users.noreply.github.com> Date: Mon, 20 Mar 2023 17:43:31 +0800 Subject: [PATCH 1/2] [DOCS] learning/istio: add command to wait for rollout to complete Signed-off-by: Yan Han Pang <539739+yanhan@users.noreply.github.com> --- learning/istio/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/learning/istio/README.md b/learning/istio/README.md index b8b22e6..eb4b4ff 100644 --- a/learning/istio/README.md +++ b/learning/istio/README.md @@ -34,7 +34,17 @@ kubectl label ns default istio-injection=enabled kaf samples/bookinfo/platform/kube/bookinfo.yaml ``` -Wait for the pods in default namespace to be ready. Then verify: +Wait for the pods in default namespace to be ready: +``` +k rollout status deploy/details-v1 && \ +k rollout status deploy/ratings-v1 && \ +k rollout status deploy/reviews-v1 && \ +k rollout status deploy/reviews-v2 && \ +k rollout status deploy/reviews-v3 && \ +k rollout status deploy/productpage-v1 +``` + +Then verify: ``` k exec "$(kg po -l app=ratings -o jsonpath='{.items[0].metadata.name}')" -c ratings -- curl -sS productpage:9080/productpage | grep -o ".*" ``` From 849e23e6f03a2fa0cfa04fc2652ed55a3a56b79b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:49:21 +0000 Subject: [PATCH 2/2] chore(deps): Bump redis in /tls-redis/amazon-linux-non-docker/python Bumps [redis](https://github.com/redis/redis-py) from 3.3.11 to 4.4.4. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/3.3.11...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tls-redis/amazon-linux-non-docker/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tls-redis/amazon-linux-non-docker/python/requirements.txt b/tls-redis/amazon-linux-non-docker/python/requirements.txt index dd70cdb..dda5730 100644 --- a/tls-redis/amazon-linux-non-docker/python/requirements.txt +++ b/tls-redis/amazon-linux-non-docker/python/requirements.txt @@ -1 +1 @@ -redis==3.3.11 +redis==4.4.4