From 49563641f4b893876849655d958d39f50de2cb7d Mon Sep 17 00:00:00 2001 From: Jooseppi Luna Date: Fri, 23 Feb 2024 14:56:47 -0500 Subject: [PATCH 1/6] add known issue --- content/docs/deployment/csmoperator/release/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/deployment/csmoperator/release/_index.md b/content/docs/deployment/csmoperator/release/_index.md index 2daa945318..70ec42f81f 100644 --- a/content/docs/deployment/csmoperator/release/_index.md +++ b/content/docs/deployment/csmoperator/release/_index.md @@ -27,4 +27,4 @@ Description: > - [#1103 - [BUG]: CSM Operator doesn't apply `fSGroupPolicy` value to `CSIDriver` Object](https://github.com/dell/csm/issues/1103) ### Known Issues -There are no known issues in this release. \ No newline at end of file +- When CSM-Operator creates a deployment that includes secrets (e.g., application-mobility, observability, cert-manager, velero, these secrets are not necessarily deleted on uninstall and may 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 any unwanted secrets can be deleted with `kubectl delete secret -n From 9600245583e64f66919fae3ef555306cd664f027 Mon Sep 17 00:00:00 2001 From: Jooseppi Luna Date: Fri, 23 Feb 2024 14:57:03 -0500 Subject: [PATCH 2/6] remove dash --- content/docs/deployment/csmoperator/release/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/deployment/csmoperator/release/_index.md b/content/docs/deployment/csmoperator/release/_index.md index 70ec42f81f..c4a94d6f66 100644 --- a/content/docs/deployment/csmoperator/release/_index.md +++ b/content/docs/deployment/csmoperator/release/_index.md @@ -27,4 +27,4 @@ Description: > - [#1103 - [BUG]: CSM Operator doesn't apply `fSGroupPolicy` value to `CSIDriver` Object](https://github.com/dell/csm/issues/1103) ### Known Issues -- When CSM-Operator creates a deployment that includes secrets (e.g., application-mobility, observability, cert-manager, velero, these secrets are not necessarily deleted on uninstall and may 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 any unwanted secrets can be deleted with `kubectl delete secret -n +- When CSM Operator creates a deployment that includes secrets (e.g., application-mobility, observability, cert-manager, velero, these secrets are not necessarily deleted on uninstall and may 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 any unwanted secrets can be deleted with `kubectl delete secret -n From 41340099909ccefdbe7df671d1797739b8c3a982 Mon Sep 17 00:00:00 2001 From: Jooseppi Luna Date: Fri, 23 Feb 2024 14:59:26 -0500 Subject: [PATCH 3/6] update known issues --- content/docs/deployment/csmoperator/release/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/deployment/csmoperator/release/_index.md b/content/docs/deployment/csmoperator/release/_index.md index c4a94d6f66..ffe327c669 100644 --- a/content/docs/deployment/csmoperator/release/_index.md +++ b/content/docs/deployment/csmoperator/release/_index.md @@ -27,4 +27,4 @@ Description: > - [#1103 - [BUG]: CSM Operator doesn't apply `fSGroupPolicy` value to `CSIDriver` Object](https://github.com/dell/csm/issues/1103) ### Known Issues -- When CSM Operator creates a deployment that includes secrets (e.g., application-mobility, observability, cert-manager, velero, these secrets are not necessarily deleted on uninstall and may 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 any unwanted secrets can be deleted with `kubectl delete secret -n +- 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 From 3a27f4850c3368555ae421309e3b608a7d257633 Mon Sep 17 00:00:00 2001 From: Jooseppi Luna Date: Fri, 23 Feb 2024 15:06:20 -0500 Subject: [PATCH 4/6] use table format --- content/docs/deployment/csmoperator/release/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/docs/deployment/csmoperator/release/_index.md b/content/docs/deployment/csmoperator/release/_index.md index ffe327c669..c380611500 100644 --- a/content/docs/deployment/csmoperator/release/_index.md +++ b/content/docs/deployment/csmoperator/release/_index.md @@ -27,4 +27,6 @@ Description: > - [#1103 - [BUG]: CSM Operator doesn't apply `fSGroupPolicy` value to `CSIDriver` Object](https://github.com/dell/csm/issues/1103) ### Known Issues -- 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 +| 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 | From 043ebfebd3f0056569f9b65bcffa59b055cec3d5 Mon Sep 17 00:00:00 2001 From: Jooseppi Luna Date: Fri, 23 Feb 2024 15:45:43 -0500 Subject: [PATCH 5/6] ` --- content/docs/deployment/csmoperator/release/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/deployment/csmoperator/release/_index.md b/content/docs/deployment/csmoperator/release/_index.md index c380611500..6aa37dc5b3 100644 --- a/content/docs/deployment/csmoperator/release/_index.md +++ b/content/docs/deployment/csmoperator/release/_index.md @@ -29,4 +29,4 @@ Description: > ### 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 | +| 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 `| From 500d45f61d85592c7a9510153b22970873f375f8 Mon Sep 17 00:00:00 2001 From: Jooseppi Luna Date: Fri, 23 Feb 2024 15:48:03 -0500 Subject: [PATCH 6/6] update release notes --- content/docs/deployment/csmoperator/release/_index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/docs/deployment/csmoperator/release/_index.md b/content/docs/deployment/csmoperator/release/_index.md index 6aa37dc5b3..66c64ada75 100644 --- a/content/docs/deployment/csmoperator/release/_index.md +++ b/content/docs/deployment/csmoperator/release/_index.md @@ -6,7 +6,7 @@ Description: > Release notes for Dell Container Storage Modules Operator --- -## Release Notes - Container Storage Modules Operator v1.4.0 +## Release Notes - Container Storage Modules Operator v1.5.0 @@ -24,7 +24,6 @@ Description: > ### Fixed Issues - [#1094 - [BUG]: CSM Operator offline install powerflex csi driver sidecar trying to pull from registry.k8s.io](https://github.com/dell/csm/issues/1094) -- [#1103 - [BUG]: CSM Operator doesn't apply `fSGroupPolicy` value to `CSIDriver` Object](https://github.com/dell/csm/issues/1103) ### Known Issues | Issue | Workaround |