Skip to content

Commit

Permalink
promoting version 6.0.6-24
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Aug 30, 2020
1 parent 0ec741f commit be3bae1
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ The following are the images and tags for this release:
| Component | k8s | Openshift |
| --- | --- | --- |
| Redis Enterprise | `redislabs/redis:6.0.6-39` | `redislabs/redis:6.0.6-39.rhel7-openshift` |
| Operator | `redislabs/operator:6.0.6-23` | `redislabs/operator:6.0.6-23` |
| Services Rigger | `redislabs/k8s-controller:6.0.6-23` | `redislabs/k8s-controller:6.0.6-23` |
| Operator | `redislabs/operator:6.0.6-24` | `redislabs/operator:6.0.6-24` |
| Services Rigger | `redislabs/k8s-controller:6.0.6-24` | `redislabs/k8s-controller:6.0.6-24` |
> * RedHat certified images are available on [Redhat Catalog](https://access.redhat.com/containers/#/product/71f6d1bb3408bd0d) </br>

Expand Down Expand Up @@ -91,7 +91,7 @@ This is the fastest way to get up and running with a new Redis Enterprise on Kub

> Notes:
> 1. The `redis-enterprise-cluster.yaml` file was renamed to `redisenterprisecluster_cr.yaml`, with the API version prepended to the filename.
> 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 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.
> 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.

5. Run ```kubectl get rec``` and verify creation was successful. `rec` is a shortcut for RedisEnterpriseCluster.
A typical response may look like this:
Expand Down Expand Up @@ -316,14 +316,14 @@ For example:
redisEnterpriseServicesRiggerImageSpec:
imagePullPolicy: IfNotPresent
repository: harbor.corp.local/redisenterprise/k8s-controller
versionTag: 6.0.6-23
versionTag: 6.0.6-24
```
```yaml
bootstrapperImageSpec:
imagePullPolicy: IfNotPresent
repository: harbor.corp.local/redisenterprise/operator
versionTag: 6.0.6-23
versionTag: 6.0.6-24
```
In Operator Deployment spec (operator.yaml):
Expand All @@ -335,7 +335,7 @@ spec:
spec:
containers:
- name: redis-enterprise-operator
image: harbor.corp.local/redisenterprise/operator:6.0.6-23
image: harbor.corp.local/redisenterprise/operator:6.0.6-24
```
Image specification follow the [K8s Container schema](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.10/#container-v1-core).
Expand Down Expand Up @@ -402,7 +402,7 @@ Alternatively:
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.
| Distribution | Support Status |
|-------------------|---------------------|
| Openshift 3.11 | supported |
| Openshift 3.11 | deprecated |
| Openshift 4.1 | supported |
| Openshift 4.2 | supported |
| Openshift 4.3 | supported |
Expand Down
4 changes: 2 additions & 2 deletions admission.bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
serviceAccountName: redis-enterprise-admission
containers:
- name: admin
image: redislabs/operator:6.0.6-23
image: redislabs/operator:6.0.6-24
command:
- /usr/local/bin/admission
args:
Expand Down Expand Up @@ -110,7 +110,7 @@ spec:
scheme: HTTPS
initContainers:
- name: admin-init
image: redislabs/operator-internal:6.0.6-23
image: redislabs/operator:6.0.6-24
command:
- /usr/local/bin/admission
args:
Expand Down
4 changes: 2 additions & 2 deletions admission.openshift.bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
serviceAccountName: redis-enterprise-admission
containers:
- name: admin
image: redislabs/operator:6.0.6-23
image: redislabs/operator:6.0.6-24
command:
- /usr/local/bin/admission
args:
Expand Down Expand Up @@ -110,7 +110,7 @@ spec:
scheme: HTTPS
initContainers:
- name: admin-init
image: redislabs/operator:6.0.6-23
image: redislabs/operator:6.0.6-24
command:
- /usr/local/bin/admission
args:
Expand Down
4 changes: 2 additions & 2 deletions admission/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
serviceAccountName: redis-enterprise-admission
containers:
- name: admin
image: redislabs/operator:6.0.6-23
image: redislabs/operator:6.0.6-24
command:
- /usr/local/bin/admission
args:
Expand Down Expand Up @@ -45,7 +45,7 @@ spec:
scheme: HTTPS
initContainers:
- name: admin-init
image: redislabs/operator:6.0.6-23
image: redislabs/operator:6.0.6-24
command:
- /usr/local/bin/admission
args:
Expand Down
4 changes: 2 additions & 2 deletions admission/deployment_openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
serviceAccountName: redis-enterprise-admission
containers:
- name: admin
image: redislabs/operator:6.0.6-23
image: redislabs/operator:6.0.6-24
command:
- /usr/local/bin/admission
args:
Expand Down Expand Up @@ -45,7 +45,7 @@ spec:
scheme: HTTPS
initContainers:
- name: admin-init
image: redislabs/operator:6.0.6-23
image: redislabs/operator:6.0.6-24
command:
- /usr/local/bin/admission
args:
Expand Down
2 changes: 1 addition & 1 deletion bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ spec:
serviceAccountName: redis-enterprise-operator
containers:
- name: redis-enterprise-operator
image: redislabs/operator:6.0.6-23
image: redislabs/operator:6.0.6-24
command:
- redis-enterprise-operator
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion openshift.bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ spec:
serviceAccount: redis-enterprise-operator
containers:
- name: redis-enterprise-operator
image: redislabs/operator:6.0.6-23
image: redislabs/operator:6.0.6-24
securityContext:
runAsUser: 1001
command:
Expand Down
2 changes: 1 addition & 1 deletion openshift/operator_rhel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
serviceAccount: redis-enterprise-operator
containers:
- name: redis-enterprise-operator
image: redislabs/operator:6.0.6-23
image: redislabs/operator:6.0.6-24
securityContext:
runAsUser: 1001
command:
Expand Down
2 changes: 1 addition & 1 deletion operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
serviceAccountName: redis-enterprise-operator
containers:
- name: redis-enterprise-operator
image: redislabs/operator:6.0.6-23
image: redislabs/operator:6.0.6-24
command:
- redis-enterprise-operator
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion release_info.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
operatorVersion: 6.0.6-23
operatorVersion: 6.0.6-24
rsVersion: 6.0.6-39
serviceBrokerVersion: 78_4b9b17f

0 comments on commit be3bae1

Please sign in to comment.