Release notes
Release notes for Dell Container Storage Modules Operator
Release Notes - Container Storage Modules Operator v1.5.1
New Features/Changes
- #1284 - [FEATURE]: Support for Openshift 4.15
- #926 - [FEATURE]: Fixing the linting, formatting and vetting issues
Fixed Issues
- #1094 - [BUG]: CSM Operator offline install powerflex csi driver sidecar trying to pull from registry.k8s.io
- #1174 - [BUG]: Kubelet Configuration Directory setting should not have a comment about default value being None
Known Issues
Issue | Workaround |
---|---|
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 , and cert-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 with kubectl get secrets -A , and any unwanted secrets can be deleted with kubectl delete secret -n <secret-namespace> <secret-name> |
CSM Operator does not support dynamic namespaces for Authorization. Despite successful installation in a namespace other than “authorization”, errors may arise during volume creation. | Use the default namespace “authorization” for installing Authorization using CSM Operator |