From 3542d0dd75e03237b23a80dbb2396f6c9f0a7ce7 Mon Sep 17 00:00:00 2001 From: kaitlynmichael Date: Thu, 13 Jul 2023 14:27:50 -0500 Subject: [PATCH] change redis.com to example.com --- .../kubernetes/active-active/create-reaadb.md | 16 ++++++++-------- .../kubernetes/active-active/edit-clusters.md | 4 ++-- content/kubernetes/active-active/edit-rerc.md | 2 +- .../kubernetes/active-active/prepare-clusters.md | 8 ++++---- .../kubernetes/networking/ingressorroutespec.md | 8 ++++---- .../re-clusters/connect-prometheus-operator.md | 2 +- .../security/manage-rec-credentials.md | 2 +- 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/content/kubernetes/active-active/create-reaadb.md b/content/kubernetes/active-active/create-reaadb.md index 73c9237590e..c34a26ce562 100644 --- a/content/kubernetes/active-active/create-reaadb.md +++ b/content/kubernetes/active-active/create-reaadb.md @@ -53,8 +53,8 @@ For a list of example values used throughout this article, see the [Example valu spec: recName: rec-chicago recNamespace: ns-illinois - apiFqdnUrl: api-rec-chicago-ns-illinois.redis.com - dbFqdnSuffix: -db-rec-chicago-ns-illinois.redis.com + apiFqdnUrl: api-rec-chicago-ns-illinois.example.com + dbFqdnSuffix: -db-rec-chicago-ns-illinois.example.com secretName: redis-enterprise-rerc-ohare ``` @@ -68,8 +68,8 @@ For a list of example values used throughout this article, see the [Example valu spec: recName: rec-arlington recNamespace: ns-virginia - apiFqdnUrl: test-example-api-rec-arlington-ns-virginia.redis.com - dbFqdnSuffix: -example-cluster-rec-arlington-ns-virginia.redis.com + apiFqdnUrl: test-example-api-rec-arlington-ns-virginia.example.com + dbFqdnSuffix: -example-cluster-rec-arlington-ns-virginia.example.com secretName: redis-enterprise-rerc-reagan ``` @@ -160,8 +160,8 @@ This article uses the following example values: * REC namespace: `ns-illinois` * RERC name: `rerc-ohare` * RERC secret name: `redis-enterprise-rerc-ohare` -* API FQDN: `api-rec-chicago-ns-illinois.redis.com` -* DB FQDN suffix: `-db-rec-chicago-ns-illinois.redis.com` +* API FQDN: `api-rec-chicago-ns-illinois.example.com` +* DB FQDN suffix: `-db-rec-chicago-ns-illinois.example.com` #### Example cluster 2 @@ -169,6 +169,6 @@ This article uses the following example values: * REC namespace: `ns-virginia` * RERC name: `rerc-raegan` * RERC secret name: `redis-enterprise-rerc-reagan` -* API FQDN: `api-rec-arlington-ns-virginia.redis.com` -* DB FQDN suffix: `-db-rec-arlington-ns-virginia.redis.com` +* API FQDN: `api-rec-arlington-ns-virginia.example.com` +* DB FQDN suffix: `-db-rec-arlington-ns-virginia.example.com` diff --git a/content/kubernetes/active-active/edit-clusters.md b/content/kubernetes/active-active/edit-clusters.md index 2db2fc58c27..c9f9bc50fe8 100644 --- a/content/kubernetes/active-active/edit-clusters.md +++ b/content/kubernetes/active-active/edit-clusters.md @@ -85,8 +85,8 @@ To communicate with other clusters, all participating clusters need access to th spec: recName: rec-boston recNamespace: ns-massachusetts - apiFqdnUrl: test-example-api-rec-boston-ns-massachusetts.redis.com - dbFqdnSuffix: -example-cluster-rec-boston-ns-massachusetts.redis.com + apiFqdnUrl: test-example-api-rec-boston-ns-massachusetts.example.com + dbFqdnSuffix: -example-cluster-rec-boston-ns-massachusetts.example.com secretName: redis-enterprise-rerc-logan ``` diff --git a/content/kubernetes/active-active/edit-rerc.md b/content/kubernetes/active-active/edit-rerc.md index 7038edbb808..b2df5012840 100644 --- a/content/kubernetes/active-active/edit-rerc.md +++ b/content/kubernetes/active-active/edit-rerc.md @@ -26,7 +26,7 @@ The following example edits the `dbFqdnSuffix` field for the RERC named `rerc-oh ```sh kubectl patch rerc rerc-ohare --type merge --patch \ -'{"spec":{"dbFqdnSuffix": "-example2-cluster-rec-chicago-ns-illinois.redis.com"}}' +'{"spec":{"dbFqdnSuffix": "-example2-cluster-rec-chicago-ns-illinois.example.com"}}' ``` ## Update RERC secret diff --git a/content/kubernetes/active-active/prepare-clusters.md b/content/kubernetes/active-active/prepare-clusters.md index 91ce2d58ca7..3db84f05b03 100644 --- a/content/kubernetes/active-active/prepare-clusters.md +++ b/content/kubernetes/active-active/prepare-clusters.md @@ -138,8 +138,8 @@ This article uses the following example values: * REC namespace: `ns-illinois` * RERC name: `rerc-ohare` * RERC secret name: `redis-enterprise-rerc-ohare` -* API FQDN: `api-rec-chicago-ns-illinois.redis.com` -* DB FQDN suffix: `-db-rec-chicago-ns-illinois.redis.com` +* API FQDN: `api-rec-chicago-ns-illinois.example.com` +* DB FQDN suffix: `-db-rec-chicago-ns-illinois.example.com` #### Example cluster 2 @@ -147,5 +147,5 @@ This article uses the following example values: * REC namespace: `ns-virginia` * RERC name: `rerc-raegan` * RERC secret name: `redis-enterprise-rerc-reagan` -* API FQDN: `api-rec-arlington-ns-virginia.redis.com` -* DB FQDN suffix: `-db-rec-arlington-ns-virginia.redis.com` +* API FQDN: `api-rec-arlington-ns-virginia.example.com` +* DB FQDN suffix: `-db-rec-arlington-ns-virginia.example.com` diff --git a/content/kubernetes/networking/ingressorroutespec.md b/content/kubernetes/networking/ingressorroutespec.md index b7746564929..d334e1472d8 100644 --- a/content/kubernetes/networking/ingressorroutespec.md +++ b/content/kubernetes/networking/ingressorroutespec.md @@ -66,8 +66,8 @@ Edit the RedisEnterpriseCluster (REC) spec to add the `ingressOrRouteSpec` field ```sh kubectl patch rec --type merge --patch "{\"spec\": \ {\"ingressOrRouteSpec\": \ - {\"apiFqdnUrl\": \"api--.redis.com\", \ - \"dbFqdnSuffix\": \"-db--.redis.com\", \ + {\"apiFqdnUrl\": \"api--.example.com\", \ + \"dbFqdnSuffix\": \"-db--.example.com\", \ \"ingressAnnotations\": \ {\"kubernetes.io/ingress.class\": \ \"\", \ @@ -83,8 +83,8 @@ kubectl patch rec --type merge --patch "{\"spec\": \ ```sh kubectl patch rec --type merge --patch "{\"spec\": \ {\"ingressOrRouteSpec\": \ - {\"apiFqdnUrl\": \"api--.redis.com\" \ - \"dbFqdnSuffix\": \"-db--.redis.com\", \ + {\"apiFqdnUrl\": \"api--.example.com\" \ + \"dbFqdnSuffix\": \"-db--.example.com\", \ \"method\": \"openShiftRoute\"}}}" ``` diff --git a/content/kubernetes/re-clusters/connect-prometheus-operator.md b/content/kubernetes/re-clusters/connect-prometheus-operator.md index 917c50d2846..d0e388c88c5 100644 --- a/content/kubernetes/re-clusters/connect-prometheus-operator.md +++ b/content/kubernetes/re-clusters/connect-prometheus-operator.md @@ -66,6 +66,6 @@ For more info about configuring the `ServiceMonitor` resource, see the [`Service - [Running exporters](https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/user-guides/running-exporters.md) - [Related resources](https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/user-guides/getting-started.md#related-resources) - [Troubleshooting ServiceMonitor changes](https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/custom-metrics-elements.png) -- docs.redis.com +- docs.example.com - [Metrics in Prometheus]({{}}) - [Monitoring and metrics]({{}}) diff --git a/content/kubernetes/security/manage-rec-credentials.md b/content/kubernetes/security/manage-rec-credentials.md index f1cc4ea5c52..8b771277015 100644 --- a/content/kubernetes/security/manage-rec-credentials.md +++ b/content/kubernetes/security/manage-rec-credentials.md @@ -41,7 +41,7 @@ The credentials can be used to access the Redis Enterprise admin console or the echo MVUyTjd1Mm0= | base64 --decodexc ``` - This outputs the password and username in plain text. In this example, the plain text password is `12345678` and the username is `demo@redis.com`. + This outputs the password and username in plain text. In this example, the plain text password is `12345678` and the username is `demo@example.com`. ## Change the Redis Enterprise cluster (REC) credentials