Skip to content

Commit dfb1218

Browse files
redisdocsapp[bot]github-actions[bot]kaitlynmichael
authored
k8s api docs 7.22.0-7 (#1413)
* k8s api docs 7.22.0-7 * remove alertSettings from REAADB --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Kaitlyn Michael <kaitlyn.michael@redis.com>
1 parent e67e91f commit dfb1218

File tree

8 files changed

+265
-12
lines changed

8 files changed

+265
-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-28
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:

content/operate/kubernetes/reference/redis_enterprise_active_active_database_api.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,13 @@ RedisEnterpriseActiveActiveDatabaseSpec defines the desired state of RedisEnterp
135135
The desired replication endpoint's port number for users who utilize LoadBalancers for sync between AA replicas and need to provide the specific port number that the LoadBalancer listens to.<br/>
136136
</td>
137137
<td>false</td>
138+
</tr><tr>
139+
<td>namespace</td>
140+
<td>string</td>
141+
<td>
142+
Namespace in which the REAADB object will be deployed to within the corresponding participating cluster. The user must ensure that the Redis Enterprise operator is configured to watch this namespace in the corresponding cluster, and the required RBAC configuration is properly set up. See https://redis.io/docs/latest/operate/kubernetes/re-clusters/multi-namespace/ for more information how to set up multiple namespaces. If no namespace is specified, then the REAADB is deployed to the REC's namespace in the corresponding cluster.<br/>
143+
</td>
144+
<td>false</td>
138145
</tr></tbody>
139146
</table>
140147

0 commit comments

Comments
 (0)