Skip to content

Commit b03ba92

Browse files
docs: Remove outdated annotations
1 parent dd4c2f2 commit b03ba92

3 files changed

Lines changed: 0 additions & 44 deletions

File tree

docs/modules/opensearch/pages/usage-guide/monitoring.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ apiVersion: v1
3232
kind: ConfigMap
3333
metadata:
3434
name: custom-opensearch-security-config
35-
annotations:
36-
restarter.stackable.tech/ignore: "true"
3735
data:
3836
config.yml: |
3937
---

docs/modules/opensearch/pages/usage-guide/security.adoc

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -144,30 +144,7 @@ spec:
144144

145145
If this role group is not defined, it will be created by the operator.
146146

147-
[IMPORTANT]
148-
====
149147
Settings managed by the operator are hot-reloaded when changed, i.e. without pod restarts.
150-
However, if those settings are provided via ConfigMap or Secret, updates will normally trigger a restart.
151-
To prevent that restart, add the following annotation:
152-
153-
[source,yaml]
154-
----
155-
---
156-
apiVersion: v1
157-
kind: Secret
158-
metadata:
159-
name: security-config
160-
annotations:
161-
restarter.stackable.tech/ignore: "true"
162-
---
163-
apiVersion: v1
164-
kind: ConfigMap
165-
metadata:
166-
name: security-config
167-
annotations:
168-
restarter.stackable.tech/ignore: "true"
169-
----
170-
====
171148

172149
== TLS
173150

docs/modules/opensearch/pages/usage-guide/upgrade.adoc

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,6 @@ If you used this name for your custom security configuration, then you must rena
1010
Otherwise the operator will override it.
1111

1212
The operator now supports hot-reloading of security settings.
13-
If those settings are provided via ConfigMap or Secret, then the annotation `restarter.stackable.tech/ignore: "true"` should be added to avoid restarts triggered by the restart controller:
14-
15-
[source,yaml]
16-
----
17-
---
18-
apiVersion: v1
19-
kind: Secret
20-
metadata:
21-
name: security-config
22-
annotations:
23-
restarter.stackable.tech/ignore: "true"
24-
---
25-
apiVersion: v1
26-
kind: ConfigMap
27-
metadata:
28-
name: security-config
29-
annotations:
30-
restarter.stackable.tech/ignore: "true"
31-
----
3213

3314
== Upgrade from SDP 25.11 to 26.3
3415

0 commit comments

Comments
 (0)