platform icon indicating copy to clipboard operation
platform copied to clipboard

Introduce a 'Maintenance break'

Open MichaelRoeder opened this issue 6 years ago • 1 comments

Description

As the administrator of the platform, I would like to make sure that I can restart the platform. For that, it would be best to be able to "pause" the platform in a way that it still can be used by the user but it does not execute experiments.

Solution

  • [ ] The admin has to be able to pause the platform
    • via GUI? This would lead to the introduction of an admin role :+1: but would also cause a lot of effort :-1:
    • by running some docker exec <controller-container-id> <some-script> command? Would give the security that only persons with access to the swarm can execute it.
  • [ ] The user needs to be informed about the maintenance (e.g., via the status page)
  • [ ] The pause needs to be removable after the maintenance is done
    • by restarting the controller
    • by running a script as described above

MichaelRoeder avatar May 09 '18 11:05 MichaelRoeder

  • [ ] Display some explanation when there's no HOBBIT UI running, but there's at least traefik running

denkv avatar Jan 08 '21 17:01 denkv