Releases: poseidon/fleetlock
Releases · poseidon/fleetlock
v0.4.0
- Identify Kubelet nodes via
MachineID
instead ofSystemUUID
(action required) (#96)- Host
SystemUUID
andMachineID
are identical on most platforms, but not on Azure or bare-metal - Kubelet detected
SystemUUID
via sysfs, butMachineID
requires Kubelet
be able to read/etc/machine-id
from the host (ro
mount when Kubelet
run as a container) (action required) - Add support for Azure and bare-metal plaforms by changing to
MachineID
- Host
- Reset
fleet_lock_state
gauge on firstlock
orunlock
call (#71) - Improve reject reply when a client attempts to unlock a lock it doesn't own (#71)