Skip to content

Commit

Permalink
change redis logs
Browse files Browse the repository at this point in the history
Signed-off-by: yaron2 <[email protected]>
  • Loading branch information
yaron2 committed Jul 23, 2024
1 parent feae330 commit 07df700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ jobs:
helm repo update
helm install redis bitnami/redis --version 19.6.0
dapr init -k --dev --runtime-version=${{ env.DAPR_RUNTIME_VERSION }} --wait || kubectl get pods --all-namespaces
kubectl describe pod dapr-dev-redis-master-0
kubectl logs dapr-dev-redis-master-0
kubectl version
kubectl logs redis-master-0
kubectl get nodes -o wide
for pod in `dapr status -k | awk '/dapr/ {print $1}'`; do kubectl describe pod -l app=$pod -n dapr-system ; kubectl logs -l app=$pod -n dapr-system; done
Expand Down

0 comments on commit 07df700

Please sign in to comment.