Humio Operator 0.1.2 GA (2020-11-02)
Version? | Type? | Release Date? | Config.Changes? |
---|---|---|---|
0.1.2 | GA | 2020-11-02 |
This release fixes a bug where LogScale nodes using
persistent storage may receive a
NodeExists
error when
starting up. This applies to LogScale clusters using
persistent storage, and not clusters using ephemeral disks and
bucket storage.
If your cluster is using persistent storage (for example,
Persistent
Volume Claims), it is important to either omit the
environment variable USING_EPHEMERAL_DISKS
or set
it to false
.
If your cluster is using ephemeral disks and bucket storage, it
is important to set the environment variable
USING_EPHEMERAL_DISKS
to
true
. This
setting is included in the
example
resources.
This version also upgrades the helper image which is used as the
init container and sidecar container for pods tied to a
HumioCluster
resource.
This will be treated as an upgrade procedure, so all pods will
be replaced.