52155f0e76
This patch allows the user to choose the auto-healing service by introducing a new label 'auto_healing_controller', currently, 'draino' and 'magnum-auto-healer'[1] are supported. 'draino' is the default value for backward compatibility. [1]: https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/using-magnum-auto-healer.md Change-Id: I7ff14837a8d7d360b72c8f40733e84c88c4269d4
8 lines
362 B
YAML
8 lines
362 B
YAML
---
|
|
features:
|
|
- A new tag ``auto_healing_controller`` is introduced to allow the user to
|
|
choose the auto-healing service when ``auto_healing_enabled`` is specified
|
|
in the labels, ``draino`` and ``magnum-auto-healer`` are supported for now.
|
|
Another label ``magnum_auto_healer_tag`` is also added to specify the
|
|
``magnum-auto-healer`` image tag.
|