-
Using this command
Please how can I delete RedisCluster in the namespace? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Well, it seems like I ask this question at a wrong place. I'm able solve the problem as shown below. |
Beta Was this translation helpful? Give feedback.
Well, it seems like I ask this question at a wrong place. I'm able solve the problem as shown below.
kubectl -n the-namespace patch redisclusters.redis.redis.opstreelabs.in redis --type='merge' -p '{"metadata":{"finalizers":[]}}'