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