i want to delete replsets when status is not ready

my mongo cluster has two replsets: rs0 rs1 , but for some unexpected reasons rs1 down , and stuck in rollback_to_stable , but i want to access my mongo cluster right now , i want to delete rs1 , just use rs0 as replset , but i change PerconaServerMongoDB yaml , delete rs1 in yaml file , but it not works , rs1 statefulsets is still not ready.

how can i delete the rs1 when status is not ready

1 Like