Skip to content

Commit 24af871

Browse files
committed
docs: Mention secret-operator DaemonSet renames
1 parent 72dbc14 commit 24af871

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

modules/ROOT/partials/release-notes/release-25.11.adoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@ See https://github.com/stackabletech/listener-operator/pull/334[listener-operato
393393
This separation is needed for CRD versioning and conversion by the operator.
394394
** The controller (which reconciles resources, maintains CRDs and provides the CRD conversion webhook) runs as a Deployment with a single replica.
395395
** The CSI Provisioner and Driver runs on every Kubernetes cluster node via a DaemonSet (this behaviour is unchanged).
396-
** The old DaemonSet `secret-operator-daemonset` should be removed manually.
397396
** The Helm values are adjusted in accordance to the changes above.
398397
+
399398
--
@@ -492,6 +491,16 @@ csiNodeDriver:
492491

493492
--
494493

494+
** As part of the Helm value changes listed above, some resource names have also been updated.
495+
+
496+
[WARNING]
497+
====
498+
It should be noted that generally no action is required, but that depends on whether or not your deployment scripts (eg: Kustomize) or monitoring/alerting system depends on any of the names and values.
499+
====
500+
*** DaemonSet `secret-operator-daemonset` has been renamed to `secret-operator-csi-node-driver`
501+
**** Container `secret-operator` has been renamed to `csi-node-service`
502+
503+
495504
+
496505
See https://github.com/stackabletech/secret-operator/pull/645[secret-operator#645].
497506

0 commit comments

Comments
 (0)