Skip to content

Commit f188be9

Browse files
authored
Update README.md
1 parent be3bae1 commit f188be9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ This is the fastest way to get up and running with a new Redis Enterprise on Kub
9191

9292
> Notes:
9393
> 1. The `redis-enterprise-cluster.yaml` file was renamed to `redisenterprisecluster_cr.yaml`, with the API version prepended to the filename.
94-
> 2. The Operator can only manage one Redis Enterprise Cluster customer resource in a namespace. To deploy another Enterprise Clusters in the same Kubernetes cluster, deploy additional an Operator in an additional namespace for each additional Enterprise Cluster required. Note that each Enterprise Cluster can effectively host hundreds of Redis Database instances. Deploying multiple clusters is typically used for scenarios where complete operational isolation is required at the cluster level.
94+
> 2. The Operator can only manage one Redis Enterprise Cluster custom resource in a namespace. To deploy another Enterprise Clusters in the same Kubernetes cluster, deploy additional an Operator in an additional namespace for each additional Enterprise Cluster required. Note that each Enterprise Cluster can effectively host hundreds of Redis Database instances. Deploying multiple clusters is typically used for scenarios where complete operational isolation is required at the cluster level.
9595

9696
5. Run ```kubectl get rec``` and verify creation was successful. `rec` is a shortcut for RedisEnterpriseCluster.
9797
A typical response may look like this:
@@ -402,10 +402,11 @@ Alternatively:
402402
Each release of the Redis Enterprise Operator deployment is thoroughly tested against a set of Kubernetes distributions. The table below lists these, along with the current release's support status. "Supported", as well as "deprecated" support status indicates the current release has been tested in this environment and supported by RedisLabs. "Deprecated" also indicates that support will be dropped in a coming future release. "No longer supported" indicates that support has been dropped for this distribution. Any distribution that isn't explicitly listed is not supported for production workloads by RedisLabs.
403403
| Distribution | Support Status |
404404
|-------------------|---------------------|
405-
| Openshift 3.11 | deprecated |
405+
| Openshift 3.11 | supported |
406406
| Openshift 4.1 | supported |
407407
| Openshift 4.2 | supported |
408408
| Openshift 4.3 | supported |
409+
| Openshift 4.4 | supported |
409410
| KOPS vanilla 1.9 | no longer supported |
410411
| KOPS vanilla 1.10 | no longer supported |
411412
| KOPS vanilla 1.11 | deprecated |
@@ -418,3 +419,5 @@ Each release of the Redis Enterprise Operator deployment is thoroughly tested ag
418419
| GKE 1.14 | supported |
419420
| GKE 1.15 | supported |
420421
| GKE 1.16 | supported |
422+
| Rancher 2.4.5 | supported |
423+

0 commit comments

Comments
 (0)