v1.4.4
Release Notes - Dell Container Storage Modules Operator 1.4.4
Fixed Issues
- Change the Apex Connectivity Client access to the kube-proxy port to only connections within the client pod. (#1189)
- Change Apex Connectivity Client access to secrets to only the secrets it needs to manage. (#1190)
Known Issues
- The status field of a csm object as deployed by CSM Operator may, in limited cases, display an incorrect status for a deployment. As a workaround, the health of the deployment can be determined by checking the health of the pods.
- When CSM Operator creates a deployment that includes secrets (e.g., application-mobility, observability, cert-manager, velero), these secrets are not deleted on uninstall and will be left behind. For example, the
karavi-topology-tls
,otel-collector-tls
, andcert-manager-webhook-ca
secrets will not be deleted. This should not cause any issues on the system, but all secrets present on the cluster can be found withkubectl get secrets -A
, and any unwanted secrets can be deleted withkubectl delete secret -n <secret-namespace> <secret-name>
Documentation
Change Log
See the CHANGELOG for more details.