nodepool/releasenotes/notes/metastatic-nodescan-82c211b5ae328d87.yaml
James E. Blair 21f1b88b75 Add host-key-checking to metastatic driver
If a long-running backing node used by the metastatic driver develops
problems, performing a host-key-check each time we allocate a new
metastatic node may detect these problems.  If that happens, mark
the backing node as failed so that no more nodes are allocated to
it and it is eventually removed.

Change-Id: Ib1763cf8c6e694a4957cb158b3b6afa53d20e606
2024-02-13 14:12:52 -08:00

10 lines
338 B
YAML

---
features:
- |
The metastatic driver now includes the
:attr:`providers.[metastatic].pools.host-key-checking` and
:attr:`providers.[metastatic].pools.labels.host-key-checking`
options. This can be used to verify that a backing node is still
functioning correctly before allocating new metastatic nodes to
it.