Setting up Second Kibana Instance Failing

I have an instance of OpenDistro setup that is working well. This instance includes several data nodes, 2 master nodes, and one Kibana node. My Kibana node is starting to respond slowly in the browser. I want to bring up several more Kibana nodes, and have them all behind the same Load Balancer/Proxy/VIP.

When bringing up my second Kibana instance however I get the error

“Another Kibana instance appears to be migrating the index. Waiting for that migration to complete. If no other Kibana instance is attempting migrations, you can get past this message by deleting index .kibana_-152937574_admintenant_2 and restarting Kibana.”

And tenant migration fails.

I’ve tried deleting that index in elasticsearch, but the exact same error comes back. Is there a different known fix/workaround for this problem?