From be3bae1646e50787ad981603ec1840063596604f Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sun, 30 Aug 2020 09:14:29 +0000 Subject: [PATCH] promoting version 6.0.6-24 --- README.md | 14 +++++++------- admission.bundle.yaml | 4 ++-- admission.openshift.bundle.yaml | 4 ++-- admission/deployment.yaml | 4 ++-- admission/deployment_openshift.yaml | 4 ++-- bundle.yaml | 2 +- openshift.bundle.yaml | 2 +- openshift/operator_rhel.yaml | 2 +- operator.yaml | 2 +- release_info.yaml | 2 +- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 7d17fd8..09624b3 100644 --- a/README.md +++ b/README.md @@ -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)
@@ -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: @@ -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): @@ -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). @@ -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 | diff --git a/admission.bundle.yaml b/admission.bundle.yaml index 3942830..07525e6 100644 --- a/admission.bundle.yaml +++ b/admission.bundle.yaml @@ -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: @@ -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: diff --git a/admission.openshift.bundle.yaml b/admission.openshift.bundle.yaml index a9534d7..07525e6 100644 --- a/admission.openshift.bundle.yaml +++ b/admission.openshift.bundle.yaml @@ -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: @@ -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: diff --git a/admission/deployment.yaml b/admission/deployment.yaml index 96fd8c0..328414e 100644 --- a/admission/deployment.yaml +++ b/admission/deployment.yaml @@ -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: @@ -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: diff --git a/admission/deployment_openshift.yaml b/admission/deployment_openshift.yaml index 96fd8c0..328414e 100644 --- a/admission/deployment_openshift.yaml +++ b/admission/deployment_openshift.yaml @@ -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: @@ -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: diff --git a/bundle.yaml b/bundle.yaml index efcfd35..a24a40c 100644 --- a/bundle.yaml +++ b/bundle.yaml @@ -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 diff --git a/openshift.bundle.yaml b/openshift.bundle.yaml index ed34b7b..ff49233 100644 --- a/openshift.bundle.yaml +++ b/openshift.bundle.yaml @@ -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: diff --git a/openshift/operator_rhel.yaml b/openshift/operator_rhel.yaml index 139256c..0868ecc 100644 --- a/openshift/operator_rhel.yaml +++ b/openshift/operator_rhel.yaml @@ -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: diff --git a/operator.yaml b/operator.yaml index 1f42020..eb41365 100644 --- a/operator.yaml +++ b/operator.yaml @@ -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 diff --git a/release_info.yaml b/release_info.yaml index 30074d5..44c2624 100644 --- a/release_info.yaml +++ b/release_info.yaml @@ -1,3 +1,3 @@ -operatorVersion: 6.0.6-23 +operatorVersion: 6.0.6-24 rsVersion: 6.0.6-39 serviceBrokerVersion: 78_4b9b17f \ No newline at end of file