Skip to content

Commit a0b12a5

Browse files
k8s api docs 7.22.0-6
1 parent a411092 commit a0b12a5

File tree

8 files changed

+837
-12
lines changed

8 files changed

+837
-12
lines changed

content/embeds/k8s/multi-ns_role.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ metadata:
88
rules:
99
- apiGroups:
1010
- app.redislabs.com
11-
resources: ["redisenterprisedatabases", "redisenterprisedatabases/status", "redisenterprisedatabases/finalizers"]
11+
resources: ["redisenterprisedatabases",
12+
"redisenterprisedatabases/status",
13+
"redisenterprisedatabases/finalizers",
14+
"redisenterpriseactiveactivedatabases",
15+
"redisenterpriseactiveactivedatabases/status",
16+
"redisenterpriseactiveactivedatabases/finalizers"]
1217
verbs: ["delete", "get", "list", "patch", "create", "update", "watch"]
1318
- apiGroups: [""]
1419
resources: ["secrets"]
@@ -18,7 +23,7 @@ rules:
1823
verbs: ["get", "list", "watch"]
1924
- apiGroups: [""]
2025
resources: ["events"]
21-
verbs: ["create"]
26+
verbs: ["create", "patch"]
2227
- apiGroups: [""]
2328
resources: ["services"]
2429
verbs: ["get", "list", "update", "patch", "create", "delete", "watch"]

content/embeds/k8s/openshift_rec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
memory: 4Gi
2727
redisEnterpriseImageSpec:
2828
repository: registry.connect.redhat.com/redislabs/redis-enterprise
29-
versionTag: 7.8.6-13
29+
versionTag: 7.22.0-21
3030
redisEnterpriseServicesRiggerImageSpec:
3131
repository: registry.connect.redhat.com/redislabs/services-manager
3232
bootstrapperImageSpec:

content/embeds/k8s/openshift_role.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,18 @@ rules:
7272
- update
7373
- list
7474
- watch
75+
- apiGroups:
76+
- batch
77+
resources:
78+
- cronjobs
79+
verbs:
80+
- create
81+
- delete
82+
- get
83+
- patch
84+
- update
85+
- list
86+
- watch
7587
- apiGroups:
7688
- policy
7789
resources:
@@ -169,7 +181,7 @@ rules:
169181
- apiGroups:
170182
- security.openshift.io
171183
resourceNames:
172-
- nonroot
184+
- nonroot-v2
173185
resources:
174186
- securitycontextconstraints
175187
verbs:

content/embeds/k8s/openshift_scc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ kind: SecurityContextConstraints
44
metadata:
55
name: redis-enterprise-scc-v2
66
annotations:
7-
kubernetes.io/description: redis-enterprise-scc-v2 is the minimal SCC needed to run Redis Enterprise nodes on Kubernetes. It provides the same features as restricted-v2 SCC, but allows pods to enable the SYS_RESOURCE capability, which is required by Redis Enterprise nodes to manage file descriptor limits and OOM scores for database shards. Additionally, it requires pods to run as UID/GID 1001, which are the UID/GID used within the Redis Enterprise node containers.
7+
kubernetes.io/description: redis-enterprise-scc-v2 is the minimal SCC needed to run Redis Enterprise nodes on Kubernetes with automatic FD limit adjustment enabled. It provides the same features as restricted-v2 SCC, but allows pods to enable the SYS_RESOURCE capability, which is required by Redis Enterprise nodes to manage file descriptor limits and OOM scores for database shards. Additionally, it requires pods to run as UID/GID 1001, which are the UID/GID used within the Redis Enterprise node containers.
88
allowedCapabilities:
99
- SYS_RESOURCE
1010
allowHostDirVolumePlugin: false
1111
allowHostIPC: false
1212
allowHostNetwork: false
1313
allowHostPID: false
1414
allowHostPorts: false
15-
allowPrivilegeEscalation: false
15+
allowPrivilegeEscalation: true
1616
allowPrivilegedContainer: false
1717
readOnlyRootFilesystem: false
1818
runAsUser:

content/embeds/k8s/role.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,18 @@ rules:
7272
- update
7373
- list
7474
- watch
75+
- apiGroups:
76+
- batch
77+
resources:
78+
- cronjobs
79+
verbs:
80+
- create
81+
- delete
82+
- get
83+
- patch
84+
- update
85+
- list
86+
- watch
7587
- apiGroups:
7688
- policy
7789
resources:

0 commit comments

Comments
 (0)