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
description: Specification for Bootstrapper container image
174
174
properties:
175
+
digestHash:
176
+
description: 'The digest hash of the container image to pull.
177
+
When specified, the container image is pulled according to the
178
+
digest hash instead of the image tag. The versionTag field must
179
+
also be specified with the image tag matching this digest hash.
180
+
Note: This field is only supported for OLM deployments.'
181
+
type: string
175
182
imagePullPolicy:
176
-
description: PullPolicy describes a policy for if/when to pull a
177
-
container image
183
+
description: The image pull policy to be applied to the container
184
+
image. One of Always, Never, IfNotPresent.
178
185
type: string
179
186
repository:
180
-
description: Repository
187
+
description: The repository (name) of the container image to be
188
+
deployed.
181
189
type: string
182
190
versionTag:
183
-
type: string
184
-
digestHash:
185
-
description: 'The digest hash of the image to pull. Version tag must be also specified with the corresponding version, will use the digest hash to pull the image if exists.
186
-
Note: This is currently supported only for OLM.'
191
+
description: The tag of the container image to be deployed.
description: Global additional annotations to set on service resources
358
+
created by the operator.
359
+
Note - The specified annotations will not override annotations that already exists and didn't originated from the operator.
360
+
type: object
361
+
type: object
346
362
license:
347
363
description: Redis Enterprise License
348
364
type: string
@@ -556,7 +572,12 @@ spec:
556
572
type: array
557
573
type: object
558
574
podSecurityPolicyName:
559
-
description: Name of pod security policy to use on pods See https://kubernetes.io/docs/concepts/policy/pod-security-policy/
575
+
description: "DEPRECATED PodSecurityPolicy support is removed in Kubernetes
576
+
v1.25 and the use of this field is invalid for use when running
577
+
on Kubernetes v1.25+. Future versions of the RedisEnterpriseCluster
578
+
API will remove support for this field altogether. For migration
579
+
instructions, see https://kubernetes.io/docs/tasks/configure-pod-container/migrate-from-psp/
580
+
\n Name of pod security policy to use on pods"
560
581
type: string
561
582
podStartingPolicy:
562
583
description: Mitigation setting for STS pods stuck in "ContainerCreating"
@@ -2999,18 +3020,23 @@ spec:
2999
3020
redisEnterpriseImageSpec:
3000
3021
description: Specification for Redis Enterprise container image
3001
3022
properties:
3023
+
digestHash:
3024
+
description: 'The digest hash of the container image to pull.
3025
+
When specified, the container image is pulled according to the
3026
+
digest hash instead of the image tag. The versionTag field must
3027
+
also be specified with the image tag matching this digest hash.
3028
+
Note: This field is only supported for OLM deployments.'
3029
+
type: string
3002
3030
imagePullPolicy:
3003
-
description: PullPolicy describes a policy for if/when to pull a
3004
-
container image
3031
+
description: The image pull policy to be applied to the container
3032
+
image. One of Always, Never, IfNotPresent.
3005
3033
type: string
3006
3034
repository:
3007
-
description: Repository
3035
+
description: The repository (name) of the container image to be
3036
+
deployed.
3008
3037
type: string
3009
3038
versionTag:
3010
-
type: string
3011
-
digestHash:
3012
-
description: 'The digest hash of the image to pull. Version tag must be also specified with the corresponding version, will use the digest hash to pull the image if exists.
3013
-
Note: This is currently supported only for OLM.'
3039
+
description: The tag of the container image to be deployed.
3014
3040
type: string
3015
3041
type: object
3016
3042
redisEnterpriseNodeResources:
@@ -3124,14 +3150,23 @@ spec:
3124
3150
redisEnterpriseServicesRiggerImageSpec:
3125
3151
description: Specification for Services Rigger container image
3126
3152
properties:
3153
+
digestHash:
3154
+
description: 'The digest hash of the container image to pull.
3155
+
When specified, the container image is pulled according to the
3156
+
digest hash instead of the image tag. The versionTag field must
3157
+
also be specified with the image tag matching this digest hash.
3158
+
Note: This field is only supported for OLM deployments.'
3159
+
type: string
3127
3160
imagePullPolicy:
3128
-
description: PullPolicy describes a policy for if/when to pull a
3129
-
container image
3161
+
description: The image pull policy to be applied to the container
3162
+
image. One of Always, Never, IfNotPresent.
3130
3163
type: string
3131
3164
repository:
3132
-
description: Repository
3165
+
description: The repository (name) of the container image to be
3166
+
deployed.
3133
3167
type: string
3134
3168
versionTag:
3169
+
description: The tag of the container image to be deployed.
3135
3170
type: string
3136
3171
type: object
3137
3172
redisEnterpriseServicesRiggerResources:
@@ -6258,7 +6293,10 @@ spec:
6258
6293
uiAnnotations:
6259
6294
additionalProperties:
6260
6295
type: string
6261
-
description: Annotations for Redis Enterprise UI service
6296
+
description: Annotations for Redis Enterprise UI service.
6297
+
This annotations will override the overlapping global annotations set under spec.services.servicesAnnotations
6298
+
Note - The specified annotations will not override annotations that already exists and didn't originated from the operator
6299
+
except for the following reserved annotation name redis.io/last-keys.
6262
6300
type: object
6263
6301
uiServiceType:
6264
6302
description: Type of service used to expose Redis Enterprise UI (https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types)
@@ -7070,14 +7108,23 @@ spec:
7070
7108
bootstrapperImageSpec:
7071
7109
description: Specification for Bootstrapper container image
7072
7110
properties:
7111
+
digestHash:
7112
+
description: 'The digest hash of the container image to pull.
7113
+
When specified, the container image is pulled according to the
7114
+
digest hash instead of the image tag. The versionTag field must
7115
+
also be specified with the image tag matching this digest hash.
7116
+
Note: This field is only supported for OLM deployments.'
7117
+
type: string
7073
7118
imagePullPolicy:
7074
-
description: PullPolicy describes a policy for if/when to pull a
7075
-
container image
7119
+
description: The image pull policy to be applied to the container
7120
+
image. One of Always, Never, IfNotPresent.
7076
7121
type: string
7077
7122
repository:
7078
-
description: Repository
7123
+
description: The repository (name) of the container image to be
7124
+
deployed.
7079
7125
type: string
7080
7126
versionTag:
7127
+
description: The tag of the container image to be deployed.
description: Global additional annotations to set on service resources
7293
+
created by the operator.
7294
+
Note - The specified annotations will not override annotations that already exists and didn't originated from the operator.
7295
+
type: object
7296
+
type: object
7239
7297
license:
7240
7298
description: Redis Enterprise License
7241
7299
type: string
@@ -7449,7 +7507,12 @@ spec:
7449
7507
type: array
7450
7508
type: object
7451
7509
podSecurityPolicyName:
7452
-
description: Name of pod security policy to use on pods See https://kubernetes.io/docs/concepts/policy/pod-security-policy/
7510
+
description: "DEPRECATED PodSecurityPolicy support is removed in Kubernetes
7511
+
v1.25 and the use of this field is invalid for use when running
7512
+
on Kubernetes v1.25+. Future versions of the RedisEnterpriseCluster
7513
+
API will remove support for this field altogether. For migration
7514
+
instructions, see https://kubernetes.io/docs/tasks/configure-pod-container/migrate-from-psp/
7515
+
\n Name of pod security policy to use on pods"
7453
7516
type: string
7454
7517
podStartingPolicy:
7455
7518
description: Mitigation setting for STS pods stuck in "ContainerCreating"
@@ -9893,18 +9956,23 @@ spec:
9893
9956
redisEnterpriseImageSpec:
9894
9957
description: Specification for Redis Enterprise container image
9895
9958
properties:
9959
+
digestHash:
9960
+
description: 'The digest hash of the container image to pull.
9961
+
When specified, the container image is pulled according to the
9962
+
digest hash instead of the image tag. The versionTag field must
9963
+
also be specified with the image tag matching this digest hash.
9964
+
Note: This field is only supported for OLM deployments.'
9965
+
type: string
9896
9966
imagePullPolicy:
9897
-
description: PullPolicy describes a policy for if/when to pull a
9898
-
container image
9967
+
description: The image pull policy to be applied to the container
9968
+
image. One of Always, Never, IfNotPresent.
9899
9969
type: string
9900
9970
repository:
9901
-
description: Repository
9971
+
description: The repository (name) of the container image to be
9972
+
deployed.
9902
9973
type: string
9903
9974
versionTag:
9904
-
type: string
9905
-
digestHash:
9906
-
description: 'The digest hash of the image to pull. Version tag must be also specified with the corresponding version, will use the digest hash to pull the image if exists.
9907
-
Note: This is currently supported only for OLM.'
9975
+
description: The tag of the container image to be deployed.
9908
9976
type: string
9909
9977
type: object
9910
9978
redisEnterpriseNodeResources:
@@ -10018,18 +10086,23 @@ spec:
10018
10086
redisEnterpriseServicesRiggerImageSpec:
10019
10087
description: Specification for Services Rigger container image
10020
10088
properties:
10089
+
digestHash:
10090
+
description: 'The digest hash of the container image to pull.
10091
+
When specified, the container image is pulled according to the
10092
+
digest hash instead of the image tag. The versionTag field must
10093
+
also be specified with the image tag matching this digest hash.
10094
+
Note: This field is only supported for OLM deployments.'
10095
+
type: string
10021
10096
imagePullPolicy:
10022
-
description: PullPolicy describes a policy for if/when to pull a
10023
-
container image
10097
+
description: The image pull policy to be applied to the container
10098
+
image. One of Always, Never, IfNotPresent.
10024
10099
type: string
10025
10100
repository:
10026
-
description: Repository
10101
+
description: The repository (name) of the container image to be
10102
+
deployed.
10027
10103
type: string
10028
10104
versionTag:
10029
-
type: string
10030
-
digestHash:
10031
-
description: 'The digest hash of the image to pull. Version tag must be also specified with the corresponding version, will use the digest hash to pull the image if exists.
10032
-
Note: This is currently supported only for OLM.'
10105
+
description: The tag of the container image to be deployed.
10033
10106
type: string
10034
10107
type: object
10035
10108
redisEnterpriseServicesRiggerResources:
@@ -13156,7 +13229,10 @@ spec:
13156
13229
uiAnnotations:
13157
13230
additionalProperties:
13158
13231
type: string
13159
-
description: Annotations for Redis Enterprise UI service
13232
+
description: Annotations for Redis Enterprise UI service.
13233
+
This annotations will override the overlapping global annotations set under spec.services.servicesAnnotations
13234
+
Note - The specified annotations will not override annotations that already exists and didn't originated from the operator
13235
+
except for the following reserved annotation name redis.io/last-keys.
13160
13236
type: object
13161
13237
uiServiceType:
13162
13238
description: Type of service used to expose Redis Enterprise UI (https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types)
0 commit comments