Mirantis/kqueen

Cluster scaling

Closed this issue · 1 comments

Implement scaling method for Provisioner class. Requirements:

  • scaling up
  • scaling down with posiblity to select node to evict
  • scaling down can be invoked with hard=True and this mode will skip node draining

Implementation of methods in provisioners isn't a part of this issue. We just want to desing it and prepare methods. All of scaling methods are optional because some provisioners (e.g. Manual) lack scaling support.

Closing as STALE.