Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drivebyer committed Nov 13, 2024
1 parent 6893878 commit 62749e7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ spec:
file: cli-pod.yaml
- assert:
file: cli-pod.yaml

- name: Sleep for five minutes
try:
- sleep:
duration: 5m

- name: Ping Replicated Service from Cli Pod
try:
- script:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ spec:
file: cli-pod.yaml
- assert:
file: cli-pod.yaml

- name: Sleep for five minutes
try:
- sleep:
duration: 5m

- name: Ping Replicated Service from Cli Pod
try:
- script:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ spec:
file: ready-pvc.yaml
- assert:
file: ready-pod.yaml

- name: Install Redis Cli
try:
- script:
timeout: 5m
content: |
sudo apt install redis-tools -y
- name: Ping Redis Cluster from every node
try:
- script:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ kind: RedisCluster
metadata:
name: redis-cluster-v1beta2
status:
readyFollowerReplicas: 3
readyLeaderReplicas: 3
state: Ready
reason: RedisCluster is ready

0 comments on commit 62749e7

Please sign in to comment.