v1.8.2
Another small update, since LINSTOR released another bug-fix release.
Apart from updated images, this release features initial support for extending existing pods with custom sidecar containers. Examples include configurating kube-rbac-proxy for the metrics endpoints.
Added
- Option to disable creating monitoring resources (Services and ServiceMonitors)
- Add options
csi.controllerSidecars
,csi.controllerExtraVolumes
,csi.nodeSidecars
,csi.nodeExtraVolumes
,
operator.controller.sidecars
,operator.controller.extraVolumes
,operator.satelliteSet.sidecars
,
operator.satelliteSet.extraVolumes
to allow specifying extra sidecar containers. - Add options
operator.controller.httpBindAddress
,operator.controller.httpsBindAddress
,
operator.satelliteSet.monitoringBindAddress
to allow specifying bind address. - Add example values and doc reference to run piraeus-operator with rbac-proxy.
Changed
- Default images:
- LINSTOR 1.18.2
- LINSTOR CSI 0.19.1
- DRBD Reactor 0.7.0
Removed
- Get rid of operator-sdk binary, use native controller-gen instead