If there is coordinator ip changes, like I delete more than half pods, it will trigger this recover step, and when trying to execute the fix-coordinator-ips command, got error
sh-4.4$ kubectl fdb fix-coordinator-ips -c mdm-foundationdb-ibm -n testoperator1
2022/07/27 06:46:23 Could not find process for coordinator IP 10.254.14.174:4500:tls
2022/07/27 06:46:23 Could not find process for coordinator IP 10.254.23.103:4500:tls
2022/07/27 06:46:23 Could not find process for coordinator IP 10.254.17.99:4500:tls
2022/07/27 06:46:23 New connection string: mdm_foundationdb_ibm:hXU4v6hVgaKKYRgrrrH7JIdfX2Trbp4a@10.254.14.174:4500:tls,10.254.23.103:4500:tls,10.254.17.99:4500:tls
could you share some insights what might be wrong?