Skip to content

Commit 336ca39

Browse files
fix relrefs (#1684)
1 parent 49bd752 commit 336ca39

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

content/operate/kubernetes/deployment/openshift/openshift-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use these steps to set up a Redis Enterprise Software cluster with OpenShift.
2121
To see which version of Redis Enterprise for Kubernetes supports your OpenShift version, see [Supported Kubernetes distributions]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}).
2222

2323
{{<note>}}
24-
If you suspect your file descriptor limits are below 100,000, you must either manually increase limits or [Allow automatic resource adjustment]({{< relref "/operate/kubernetes/security/enable-privileged-mode" >}}). Most major cloud providers and standard container runtime configurations set default file descriptor limits well above the minimum required by Redis Enterprise. In these environments, you can safely run without enabling automatic resource adjustment.
24+
If you suspect your file descriptor limits are below 100,000, you must either manually increase limits or [Allow automatic resource adjustment]({{< relref "/operate/kubernetes/security/allow-resource-adjustment" >}}). Most major cloud providers and standard container runtime configurations set default file descriptor limits well above the minimum required by Redis Enterprise. In these environments, you can safely run without enabling automatic resource adjustment.
2525
{{</note>}}
2626

2727
## Deploy the operator
@@ -75,7 +75,7 @@ DO NOT modify or delete the StatefulSet created during the deployment process. D
7575

7676
## Security context constraints
7777

78-
Versions 7.22.0-6 and later run in without permissions to [allow automatic resource adjustment]({{<relref "content/operate/kubernetes/security/allow-resource-adjustment">}}). If you use the recommended default security constraints, remove the existing `redis-enterprise-scc-v2` SCC and unbind it from the REC service account after upgrading.
78+
Versions 7.22.0-6 and later run in without permissions to [allow automatic resource adjustment]({{< relref "/operate/kubernetes/security/allow-resource-adjustment" >}}). If you use the recommended default security constraints, remove the existing `redis-enterprise-scc-v2` SCC and unbind it from the REC service account after upgrading.
7979

8080
## Create a Redis Enterprise cluster custom resource
8181

@@ -84,7 +84,7 @@ Versions 7.22.0-6 and later run in without permissions to [allow automatic resou
8484
You can rename the file to `<your_cluster_name>.yaml`, but it is not required. Examples below use `<rec_rhel>.yaml`. [Options for Redis Enterprise clusters]({{< relref "/operate/kubernetes/reference/redis_enterprise_cluster_api" >}}) has more info about the Redis Enterprise cluster (REC) custom resource, or see the [Redis Enterprise cluster API]({{<relref "/operate/kubernetes/reference/redis_enterprise_cluster_api">}}) for a full list of options.
8585

8686
{{<note>}}
87-
If you suspect your file descriptor limits are below 100,000, you must either manually increase limits or [Allow automatic resource adjustment]({{< relref "/operate/kubernetes/security/enable-privileged-mode" >}}). Most major cloud providers and standard container runtime configurations set default file descriptor limits well above the minimum required by Redis Enterprise. In these environments, you can safely run without enabling automatic resource adjustment.
87+
If you suspect your file descriptor limits are below 100,000, you must either manually increase limits or [Allow automatic resource adjustment]({{< relref "/operate/kubernetes/security/allow-resource-adjustment" >}}). Most major cloud providers and standard container runtime configurations set default file descriptor limits well above the minimum required by Redis Enterprise. In these environments, you can safely run without enabling automatic resource adjustment.
8888
{{</note>}}
8989

9090
The REC name cannot be changed after cluster creation.

content/operate/kubernetes/deployment/openshift/openshift-operatorhub.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ weight: 70
1212
---
1313
You can deploy Redis Enterprise for Kubernetes from the Red Hat OpenShift CLI. You can also use a UI, [OperatorHub](https://docs.openshift.com/container-platform/4.11/operators/index.html) (Red Hat) to install operators and create custom resources.
1414

15-
{{<note>}}If you suspect your file descriptor limits are below 100,000, you must either manually increase limits or [Allow automatic resource adjustment]({{< relref "/operate/kubernetes/security/enable-privileged-mode" >}}). Most major cloud providers and standard container runtime configurations set default file descriptor limits well above the minimum required by Redis Enterprise. In these environments, you can safely run without enabling automatic resource adjustment.{{</note>}}
15+
{{<note>}}If you suspect your file descriptor limits are below 100,000, you must either manually increase limits or [Allow automatic resource adjustment]({{< relref "/operate/kubernetes/security/allow-resource-adjustment" >}}). Most major cloud providers and standard container runtime configurations set default file descriptor limits well above the minimum required by Redis Enterprise. In these environments, you can safely run without enabling automatic resource adjustment.{{</note>}}
1616

1717
To see which version of Redis Enterprise for Kubernetes supports your OpenShift version, see [Supported Kubernetes distributions]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}).
1818

@@ -46,7 +46,7 @@ To see which version of Redis Enterprise for Kubernetes supports your OpenShift
4646

4747
## Security context constraints
4848

49-
Versions 7.22.0-6 and later run in without permissions to [allow automatic resource adjustment]({{<relref "content/operate/kubernetes/security/allow-resource-adjustment">}}). If you use the recommended default security constraints, remove the existing `redis-enterprise-scc-v2` SCC and unbind it from the REC service account after upgrading.
49+
Versions 7.22.0-6 and later run in without permissions to [allow automatic resource adjustment]({{< relref "/operate/kubernetes/security/allow-resource-adjustment" >}}). If you use the recommended default security constraints, remove the existing `redis-enterprise-scc-v2` SCC and unbind it from the REC service account after upgrading.
5050

5151
## Create Redis Enterprise custom resources
5252

@@ -56,7 +56,7 @@ The **Installed Operators**->**Operator details** page shows the provided APIs:
5656
Use the YAML view to create a custom resource file or let OperatorHub generate the YAML file for you by specifying your configuration options in the form view.
5757

5858
{{<note>}}
59-
If you suspect your file descriptor limits are below 100,000, you must either manually increase limits or [Allow automatic resource adjustment]({{< relref "/operate/kubernetes/security/enable-privileged-mode" >}}). Most major cloud providers and standard container runtime configurations set default file descriptor limits well above the minimum required by Redis Enterprise. In these environments, you can safely run without enabling automatic resource adjustment.
59+
If you suspect your file descriptor limits are below 100,000, you must either manually increase limits or [Allow automatic resource adjustment]({{< relref "/operate/kubernetes/security/allow-resource-adjustment" >}}). Most major cloud providers and standard container runtime configurations set default file descriptor limits well above the minimum required by Redis Enterprise. In these environments, you can safely run without enabling automatic resource adjustment.
6060
{{</note>}}
6161

6262
<note> The REC name cannot be changed after cluster creation.</note>

content/operate/kubernetes/release-notes/7-22-0-releases/7-22-0-11-june2025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ weight: 1
1313

1414
## Highlights
1515

16-
This is a maintenance release to support [Redis Enterprise Software version 7.22.0-95]({{<relref "/operate/rs/release-notes/rs-7-22-0-releases/">}}). For version changes, supported distributions, and known limitations, see the [release notes for 7.22.0-7 (April 2025)]({{<relref "/operate/kubernetes/release-notes/7-22-0-releases/7-22-0-7-april2025">}}).
16+
This is a maintenance release to support [Redis Enterprise Software version 7.22.0-95]({{< relref "/operate/rs/release-notes/rs-7-22-releases/" >}}). For version changes, supported distributions, and known limitations, see the [release notes for 7.22.0-7 (April 2025)]({{< relref "/operate/kubernetes/release-notes/7-22-0-releases/7-22-0-7-april2025" >}}).
1717

1818
## Downloads
1919

content/operate/kubernetes/release-notes/7-22-0-releases/7-22-0-7-april2025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Redis Enterprise for Kubernetes 7.22.0-7 is a feature release that includes enha
3232

3333
## Breaking changes
3434

35-
By default, the operator no longer sets additional Linux capabilities in the security context. If your deployment requires capabilities such as `SYS_RESOURCE`, see [Enable privileged mode]({{<relref "/operate/kubernetes/security/enable-privileged-mode">}}).
35+
By default, the operator no longer sets additional Linux capabilities in the security context. If your deployment requires capabilities such as `SYS_RESOURCE`, see [Allow automatic resource adjustment]({{< relref "/operate/kubernetes/security/allow-resource-adjustment" >}}).
3636

3737
## Supported distributions
3838

content/operate/kubernetes/release-notes/7-8-6-releases/7-8-6-1-april2025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ For supported distributions, known limitations, and API changes, see [Redis Ente
2626

2727
## Known limitations
2828

29-
See [7.8.6 releases]({{<relref "release-notes/7-8-6-releases">}}) for information on known limitations.
29+
See [7.8.6 releases]({{< relref "/operate/kubernetes/release-notes/7-8-6-releases/" >}}) for information on known limitations.

content/operate/kubernetes/release-notes/7-8-6-releases/7-8-6-1-march2025.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ weight: 50
1515

1616
Redis Enterprise for Kubernetes 7.8.6-1 is a feature release that includes enhancements, bug fixes, platform updates, and support for [Redis Software 7.8.6-13]({{<relref "/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-13.md">}}).
1717

18-
This release also includes the ability to [install the operator using Helm]({{<relref "deployment/helm.md">}}).
18+
This release also includes the ability to [install the operator using Helm]({{< relref "/operate/kubernetes/deployment/helm" >}}).
1919

2020
Support for Helm is currently in public preview and is not supported on production workloads. Only new installations of the Redis operator are supported at this time.
2121

@@ -93,4 +93,4 @@ Any distribution not listed below is not supported for production workloads.
9393

9494
## Known limitations
9595

96-
See [7.8.6 releases]({{<relref "release-notes/7-8-6-releases">}}) for information on known limitations.
96+
See [7.8.6 releases]({{< relref "/operate/kubernetes/release-notes/7-8-6-releases/" >}}) for information on known limitations.

content/operate/kubernetes/release-notes/7-8-6-releases/7-8-6-1-may2025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ For supported distributions, known limitations, and API changes, see [Redis Ente
2424

2525
## Known limitations
2626

27-
See [7.8.6 releases]({{<relref "release-notes/7-8-6-releases">}}) for information on known limitations.
27+
See [7.8.6 releases]({{< relref "/operate/kubernetes/release-notes/7-8-6-releases/" >}}) for information on known limitations.

content/operate/kubernetes/upgrade/openshift-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ redis-enterprise-operator 1/1 1 1 0m36s
132132

133133
Upgrades to versions 7.22.0-6 and later run in **unprivileged mode** without any additional permissions or capabilities. If you don't specifally require additional capabilities, we recommend you maintain the default unprivileged mode, as its more secure. After upgrading, remove the existing `redis-enterprise-scc-v2` SCC and unbind it from the REC service account.
134134

135-
To enable privileged mode, see [Enable privileged mode > OpenShift upgrades]({{<relref "/operate/kubernetes/security/enable-privileged-mode#openshift-upgrades">}}).
135+
To enable automatic resource adjustment, see [Allow automatic resource adjustment > OpenShift upgrades]({{< relref "/operate/kubernetes/security/allow-resource-adjustment#openshift-upgrades" >}}).
136136

137137
## Upgrade the Redis Enterprise cluster
138138

content/operate/kubernetes/upgrade/upgrade-olm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ You can monitor the upgrade from the **Installed Operators** page. A new Redis E
7777

7878
Upgrades to versions 7.22.0-6 and later run in **unprivileged mode** without any additional permissions or capabilities. If you don't specifally require additional capabilities, we recommend you maintain the default unprivileged mode, as its more secure. After upgrading, remove the existing `redis-enterprise-scc-v2` SCC and unbind it from the REC service account.
7979

80-
To enable privileged mode, see [Enable privileged mode > OpenShift upgrades]({{<relref "/operate/kubernetes/security/enable-privileged-mode#openshift-upgrades">}}).
80+
To enable automatic resource adjustment, see [Allow automatic resource adjustment > OpenShift upgrades]({{< relref "/operate/kubernetes/security/allow-resource-adjustment#openshift-upgrades" >}}).
8181

8282
## Upgrade the Redis Enterprise cluster
8383

0 commit comments

Comments
 (0)