Removing a lost operator

The simplest way to remove a lost operator is to click the delete icon for the node on the /cluster page of the Replicated console. However there may be some cases where an operator needs to be removed but does not appear on the /cluster page. When that happens, you can follow this procedure to manually remove it.

  1. Go to the /db page of the Replicated console.
  2. Select the Scheduler database from the dropdown menu.
  3. Run SMEMBERS operator.ids and click the Execute button
  4. Find the ID of the lost operator in the results and then run SREM operator.ids <id> and click Execute
  5. On the host run replicatedctl app stop --force
1 Like