MyGit

v0.4.0

coreos/etcd-operator

版本发布时间: 2017-06-29 05:39:40

coreos/etcd-operator最新发布版本:v0.9.4(2019-02-28 10:24:59)

This release makes some spec renaming changes. Upgrade is possible. But it is highly recommended to make a backup before upgrade. After upgrade, please rename the spec and secret fields according to following notes.

BREAKING CHANGE: Re-naming of TLS spec and TLS secrets' fields.

TLS spec:

TLS secrets:

BREAKING CHANGE: Backup spec: CleanupBackupsOnClusterDelete field is renamed to AutoDelete.

Previous spec like this one

spec:
  backup:
    storageType: "PersistentVolume"
    ...
    cleanupBackupsOnClusterDelete: true

should be changed to

spec:
  backup:
    storageType: "PersistentVolume"
    ...
    autoDelete: true

相关地址:原始地址 下载(tar) 下载(zip)

查看:2017-06-29发行的版本