From a19c273e8e585f757d22e34904be08c4b7fcc39b Mon Sep 17 00:00:00 2001 From: Kaitlyn Michael Date: Wed, 29 Jan 2025 15:12:26 -0600 Subject: [PATCH] typo --- content/operate/kubernetes/upgrade/openshift-cli.md | 2 +- content/operate/kubernetes/upgrade/upgrade-olm.md | 2 +- content/operate/kubernetes/upgrade/upgrade-redis-cluster.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/operate/kubernetes/upgrade/openshift-cli.md b/content/operate/kubernetes/upgrade/openshift-cli.md index ebfedd6a84..17a795f678 100644 --- a/content/operate/kubernetes/upgrade/openshift-cli.md +++ b/content/operate/kubernetes/upgrade/openshift-cli.md @@ -230,6 +230,6 @@ If the operator logs show an event related to an incompatible database version, curl -sfk -u : -X POST -H "Content-Type: application/json" -d '{"redis_version": }' https://localhost:9443/v1/bdbs//upgrade ``` -After updating the modules with the Redis Software API, update the REDB custom resource to reflect the change. +After updating the database with the Redis Software API, update the REDB custom resource to reflect the change. diff --git a/content/operate/kubernetes/upgrade/upgrade-olm.md b/content/operate/kubernetes/upgrade/upgrade-olm.md index bf637b55d9..110eaf52f1 100644 --- a/content/operate/kubernetes/upgrade/upgrade-olm.md +++ b/content/operate/kubernetes/upgrade/upgrade-olm.md @@ -114,4 +114,4 @@ If the operator logs show an event related to an incompatible database version, curl -sfk -u : -X POST -H "Content-Type: application/json" -d '{"redis_version": }' https://localhost:9443/v1/bdbs//upgrade ``` -After updating the modules with the Redis Software API, update the REDB custom resource to reflect the change. +After updating the database with the Redis Software API, update the REDB custom resource to reflect the change. diff --git a/content/operate/kubernetes/upgrade/upgrade-redis-cluster.md b/content/operate/kubernetes/upgrade/upgrade-redis-cluster.md index c7b96e0b15..45d566682b 100644 --- a/content/operate/kubernetes/upgrade/upgrade-redis-cluster.md +++ b/content/operate/kubernetes/upgrade/upgrade-redis-cluster.md @@ -208,7 +208,7 @@ If the operator logs show an event related to an unsupported module, download th curl -sfk -u : -X POST -F 'module=@' https://localhost:9443/v2/modules ``` -After updating the modules with the Redis Software API, update the REDB custom resource to reflect the change. +After updating the database with the Redis Software API, update the REDB custom resource to reflect the change. ### Invalid database version