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
In order to verify that the all the components of the Admission Controller are installed correctly, we will try to apply an invalid resource that should force the admission controller to reject it. If it applies succesfully, it means the admission controller has not been hooked up correctly.
163
171
164
172
```shell script
@@ -331,7 +339,7 @@ The operator deploys a `RedisEnterpriseCluster` with default configurations valu
Image specification follow the [K8s Container schema](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.10/#container-v1-core).
@@ -582,7 +590,7 @@ Note: in the examples above the Redis Enterprise Cluster name is: 'rec' and the
582
590
The Operator automates and simplifies the upgrade process.
583
591
The Redis Enterprise Cluster Software, and the Redis Enterprise Operator for Kubernetes versions are tightly coupled and should be upgraded together.
584
592
It is recommended to use the bundle.yaml to upgrade, as it loads all the relevant CRD documents for this version. If the updated CRDs are not loaded, the operator might fail.
585
-
There are two ways to upgrade - either set 'autoUpgradeRedisEnterprise' within the Redis Enterprise Cluster Spec to instruct the operator to automatically upgrade to the compatible version, or specify the correct Redis Enterprise image manually using the versionTag attribute. The Redis Enterprise Version compatible with this release is 6.2.4-55
593
+
There are two ways to upgrade - either set 'autoUpgradeRedisEnterprise' within the Redis Enterprise Cluster Spec to instruct the operator to automatically upgrade to the compatible version, or specify the correct Redis Enterprise image manually using the versionTag attribute. The Redis Enterprise Version compatible with this release is 6.2.8-41
586
594
587
595
```yaml
588
596
autoUpgradeRedisEnterprise: true
@@ -591,7 +599,7 @@ There are two ways to upgrade - either set 'autoUpgradeRedisEnterprise' within t
591
599
Alternatively:
592
600
```yaml
593
601
RedisEnterpriseImageSpec:
594
-
versionTag: redislabs/redis:6.2.4-55
602
+
versionTag: redislabs/redis:6.2.8-41
595
603
```
596
604
597
605
## Supported K8S Distributions
@@ -603,32 +611,27 @@ Supported versions (platforms/versions that are not listed are not supported):
0 commit comments