Skip to content

Commit 3911375

Browse files
razvanadwk67
andauthored
feat(openshit): document sccs (#647)
* feat(openshit): document sccs * scc update * Update modules/ROOT/pages/kubernetes/openshift.adoc Co-authored-by: Andrew Kenworthy <andrew.kenworthy@stackable.de> --------- Co-authored-by: Andrew Kenworthy <andrew.kenworthy@stackable.de>
1 parent cc278d7 commit 3911375

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

modules/ROOT/pages/kubernetes/openshift.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,11 @@ spec:
4343
- name: WATCH_NAMESPACE
4444
value: kafka-namespace
4545
----
46+
47+
== Security context constraints
48+
49+
Starting with the release version `24.7.0`, all products run with the `nonroot-v2` security context constraints (SCC) on OpenShift. This security context is used by the product's cluster role.
50+
51+
Operators (with two exceptions) don't request a specific SCC to run with. Usually OpenShift will select the `restricted` or `restricted-v2` SCC unless the cluster admins have specifically assigned a different one to the namespace where the operators are running.
52+
The two exceptions are the secret and the listener operators. These need additional permissions not available in the `restricted` SCCs to propagate volume mounts to the requesting pods.
53+

0 commit comments

Comments
 (0)