You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@
12
12
*[IPV4 enforcement](#ipv4-enforcement)
13
13
*[Upgrade](#upgrade)
14
14
15
-
16
15
>Note: Please see the release notes for what's new in the latest release.
17
16
18
17
## Additional Documentation
@@ -30,15 +29,15 @@
30
29
- For service broker - a k8s distribution that supports service catalog (see also: service-catalog)
31
30
- Access to DockerHub, RedHat Container Catalog or a private repository that can serve the required images
32
31
33
-
For Service Broker, please see examples/with_service_broker_rhel.yaml. RedHat certified images are available on: https://access.redhat.com/containers/#/product/71f6d1bb3408bd0d
32
+
For Service Broker, please see openshift/with_service_broker_rhel.yaml. RedHat certified images are available on: https://access.redhat.com/containers/#/product/71f6d1bb3408bd0d
34
33
35
34
The following are the images and tags for this release:
36
35
37
-
Redis Enterprise - `redislabs/redis:5.4.10-22` or `redislabs/redis:5.4.10-22b.rhel7-openshift` (for DockerHub pulls, ommit the 'b' notation)
36
+
Redis Enterprise - `redislabs/redis:5.4.14-19` or `redislabs/redis:5.4.14-19.rhel7-openshift` (for DockerHub pulls, ommit the 'b' notation)
38
37
39
-
Operator - `redislabs/operator:5.4.10-8` or `redislabs/operator:5.4.10-8.rhel7`
38
+
Operator - `redislabs/operator:5.4.14-2` or `redislabs/operator:5.4.14-2.rhel7`
40
39
41
-
Services Rigger - `redislabs/k8s-controller:5.4.10-8` or `redislabs/k8s-controller:5.4.10-8b.rhel7` (for DockerHub pulls, ommit the 'b' notation)
40
+
Services Rigger - `redislabs/k8s-controller:5.4.14-2` or `redislabs/k8s-controller:5.4.14-2.rhel7`
42
41
43
42
Service Broker - `redislabs/service-broker:78_4b9b17f` or `redislabs/service-broker:78_4b9b17f.rhel7`
44
43
@@ -47,6 +46,7 @@ The "Basic" installations deploys the operator from the current release with the
47
46
This is the fastest way to get up and running with a new cluster in most environments.
48
47
Other Kubernetes distributions setup process as well as other custom configurations are referenced in this repository.
49
48
49
+
Note: The v1 version of the operator is recommended to use and referenced in yaml file names below. However, the v1alpha1 version is the only supported version to run on K8s 1.9 and 1.10. For those versions, use the relevant yamls for v1alpha1.
50
50
1. Create a new namespace:
51
51
52
52
```bash
@@ -88,7 +88,7 @@ A typical response may look like this:
88
88
|redis-enterprise-operator|1 | 1 | 1 | 1 | 2m |
89
89
```
90
90
91
-
4. Create A Redis Enterprise Cluster using the default configuration, which is suitable for development type deployments and works in typical scenarios. For more advanced deployment options you may choose the configuration relevant for you - see the index at the top for documentation references that cover many scenarios and the examples in the example folder.
91
+
4. Create A Redis Enterprise Cluster using the default configuration, which is suitable for development type deployments and works in typical scenarios. For more advanced deployment options you may choose the configuration relevant for you - see the index at the top for documentation references that cover many scenarios.
0 commit comments