You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ ~ kubectl get cluster
NAME CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS AGE
redis-vwbufq WipeOut 9m50s
➜ ~
➜ ~ kubectl get pod
NAME READY STATUS RESTARTS AGE
redis-vwbufq-redis-0 3/3 Running 0 9m29s
redis-vwbufq-redis-sentinel-0 2/2 Running 0 9m54s
redis-vwbufq-redis-sentinel-1 2/2 Running 0 9m54s
redis-vwbufq-redis-sentinel-2 2/2 Running 0 9m54s
➜ ~ kubectl get cmp
NAME DEFINITION SERVICE-VERSION STATUS AGE
redis-vwbufq-redis redis-7 7.2.4 Running 11m
redis-vwbufq-redis-sentinel redis-sentinel-7 7.2.4 Running 11m
redis-vwbufq-redis-twemproxy redis-twemproxy-0.5 0.5.0 11m
➜ ~ kubectl get cmpd -l app.kubernetes.io/name=redis
NAME SERVICE SERVICE-VERSION STATUS AGE
redis-7 redis 7.2.4 Available 72d
redis-cluster-7 redis-cluster 7.2.4 Unavailable 72d
redis-sentinel-7 redis-sentinel 7.2.4 Available 72d
redis-twemproxy-0.5 redis-twemproxy 0.5.0 Unavailable 72d
Describe the bug
To Reproduce
Steps to reproduce the behavior:
describe cmp
describe cmpd
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: