v0.4.2
版本发布时间: 2017-07-14 03:29:07
coreos/etcd-operator最新发布版本:v0.9.4(2019-02-28 10:24:59)
[Release 0.4.2]
Added
-
GH-1232 the operator can now log critical actions like pod creation/deletion to a user specified path via the optional flag
debug-logfile-path
. The logs will only be generated if the cluster is self hosted and the flag is set. This can be used in conjunction with a persistent volume to persist the critical actions to disk for later inspection.
Changed
- enable alpha feature "tolerate unready endpoints" on etcd client and peer service. See alpha features doc for more details.
Fixed
- Fix append-hosts init-container not run on some restart cases.