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: docs/RELEASING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# How to release
2
2
3
-
ES-Operator is released as docker image to Zalando's public Docker repository `registry.opensource.zalan.do`. Every merge to master generates a new Docker image, you could go with `registry.opensource.zalan.do/poirot/es-operator:latest` for the latest and greatest version.
3
+
ES-Operator is released as docker image to Zalando's public Docker repository `registry.opensource.zalan.do`. Every merge to master generates a new Docker image, you could go with `registry.opensource.zalan.do/pandora/es-operator:latest` for the latest and greatest version.
4
4
5
5
When introducing bigger changes, we create tags and write release notes. The release process itself is triggered via the Zalando-internal CI/CD tool.
Copy file name to clipboardExpand all lines: docs/zalando.org_elasticsearchdatasets.yaml
+29-24Lines changed: 29 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -508,7 +508,6 @@ spec:
508
508
pod labels will be ignored. The default value is empty.
509
509
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
510
510
Also, matchLabelKeys cannot be set when labelSelector isn't set.
511
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
512
511
items:
513
512
type: string
514
513
type: array
@@ -523,7 +522,6 @@ spec:
523
522
pod labels will be ignored. The default value is empty.
524
523
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
525
524
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
526
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
527
525
items:
528
526
type: string
529
527
type: array
@@ -750,7 +748,6 @@ spec:
750
748
pod labels will be ignored. The default value is empty.
751
749
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
752
750
Also, matchLabelKeys cannot be set when labelSelector isn't set.
753
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
754
751
items:
755
752
type: string
756
753
type: array
@@ -765,7 +762,6 @@ spec:
765
762
pod labels will be ignored. The default value is empty.
766
763
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
767
764
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
768
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
769
765
items:
770
766
type: string
771
767
type: array
@@ -976,7 +972,7 @@ spec:
976
972
Cannot be updated.
977
973
items:
978
974
description: EnvFromSource represents the source of
979
-
a set of ConfigMaps
975
+
a set of ConfigMaps or Secrets
980
976
properties:
981
977
configMapRef:
982
978
description: The ConfigMap to select from
@@ -997,8 +993,8 @@ spec:
997
993
type: object
998
994
x-kubernetes-map-type: atomic
999
995
prefix:
1000
-
description: An optional identifier to prepend
1001
-
to each key in the ConfigMap. Must be a C_IDENTIFIER.
996
+
description: Optional text to prepend to the name
997
+
of each environment variable. Must be a C_IDENTIFIER.
1002
998
type: string
1003
999
secretRef:
1004
1000
description: The Secret to select from
@@ -1196,6 +1192,12 @@ spec:
1196
1192
- port
1197
1193
type: object
1198
1194
type: object
1195
+
stopSignal:
1196
+
description: |-
1197
+
StopSignal defines which signal will be sent to a container when it is being stopped.
1198
+
If not specified, the default is defined by the container runtime in use.
1199
+
StopSignal can only be set for Pods with a non-empty .spec.os.name
1200
+
type: string
1199
1201
type: object
1200
1202
livenessProbe:
1201
1203
description: |-
@@ -2379,7 +2381,7 @@ spec:
2379
2381
Cannot be updated.
2380
2382
items:
2381
2383
description: EnvFromSource represents the source of
2382
-
a set of ConfigMaps
2384
+
a set of ConfigMaps or Secrets
2383
2385
properties:
2384
2386
configMapRef:
2385
2387
description: The ConfigMap to select from
@@ -2400,8 +2402,8 @@ spec:
2400
2402
type: object
2401
2403
x-kubernetes-map-type: atomic
2402
2404
prefix:
2403
-
description: An optional identifier to prepend
2404
-
to each key in the ConfigMap. Must be a C_IDENTIFIER.
2405
+
description: Optional text to prepend to the name
2406
+
of each environment variable. Must be a C_IDENTIFIER.
2405
2407
type: string
2406
2408
secretRef:
2407
2409
description: The Secret to select from
@@ -2596,6 +2598,12 @@ spec:
2596
2598
- port
2597
2599
type: object
2598
2600
type: object
2601
+
stopSignal:
2602
+
description: |-
2603
+
StopSignal defines which signal will be sent to a container when it is being stopped.
2604
+
If not specified, the default is defined by the container runtime in use.
2605
+
StopSignal can only be set for Pods with a non-empty .spec.os.name
2606
+
type: string
2599
2607
type: object
2600
2608
livenessProbe:
2601
2609
description: Probes are not allowed for ephemeral containers.
@@ -3631,7 +3639,7 @@ spec:
3631
3639
Init containers may not have Lifecycle actions, Readiness probes, Liveness probes, or Startup probes.
3632
3640
The resourceRequirements of an init container are taken into account during scheduling
3633
3641
by finding the highest request/limit for each resource type, and then using the max of
3634
-
of that value or the sum of the normal containers. Limits are applied to init containers
3642
+
that value or the sum of the normal containers. Limits are applied to init containers
3635
3643
in a similar fashion.
3636
3644
Init containers cannot currently be added or removed.
3637
3645
Cannot be updated.
@@ -3775,7 +3783,7 @@ spec:
3775
3783
Cannot be updated.
3776
3784
items:
3777
3785
description: EnvFromSource represents the source of
3778
-
a set of ConfigMaps
3786
+
a set of ConfigMaps or Secrets
3779
3787
properties:
3780
3788
configMapRef:
3781
3789
description: The ConfigMap to select from
@@ -3796,8 +3804,8 @@ spec:
3796
3804
type: object
3797
3805
x-kubernetes-map-type: atomic
3798
3806
prefix:
3799
-
description: An optional identifier to prepend
3800
-
to each key in the ConfigMap. Must be a C_IDENTIFIER.
3807
+
description: Optional text to prepend to the name
3808
+
of each environment variable. Must be a C_IDENTIFIER.
3801
3809
type: string
3802
3810
secretRef:
3803
3811
description: The Secret to select from
@@ -3995,6 +4003,12 @@ spec:
3995
4003
- port
3996
4004
type: object
3997
4005
type: object
4006
+
stopSignal:
4007
+
description: |-
4008
+
StopSignal defines which signal will be sent to a container when it is being stopped.
4009
+
If not specified, the default is defined by the container runtime in use.
4010
+
StopSignal can only be set for Pods with a non-empty .spec.os.name
4011
+
type: string
3998
4012
type: object
3999
4013
livenessProbe:
4000
4014
description: |-
@@ -5697,7 +5711,6 @@ spec:
5697
5711
- Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations.
5698
5712
5699
5713
If this value is nil, the behavior is equivalent to the Honor policy.
5700
-
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
5701
5714
type: string
5702
5715
nodeTaintsPolicy:
5703
5716
description: |-
@@ -5708,7 +5721,6 @@ spec:
5708
5721
- Ignore: node taints are ignored. All nodes are included.
5709
5722
5710
5723
If this value is nil, the behavior is equivalent to the Ignore policy.
5711
-
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
5712
5724
type: string
5713
5725
topologyKey:
5714
5726
description: |-
@@ -5991,13 +6003,6 @@ spec:
5991
6003
description: key is the key to project.
5992
6004
type: string
5993
6005
mode:
5994
-
description: |-
5995
-
mode is Optional: mode bits used to set permissions on this file.
5996
-
Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511.
5997
-
YAML accepts both octal and decimal values, JSON requires decimal values for mode bits.
5998
-
If not specified, the volume defaultMode will be used.
5999
-
This might be in conflict with other options that affect the file
6000
-
mode, like fsGroup, and the result can be other mode bits set.
6001
6006
format: int32
6002
6007
type: integer
6003
6008
path:
@@ -6562,7 +6567,7 @@ spec:
6562
6567
The types of objects that may be mounted by this volume are defined by the container runtime implementation on a host machine and at minimum must include all valid types supported by the container image field.
6563
6568
The OCI object gets mounted in a single directory (spec.containers[*].volumeMounts.mountPath) by merging the manifest layers in the same way as for container images.
6564
6569
The volume will be mounted read-only (ro) and non-executable files (noexec).
6565
-
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath).
6570
+
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath) before 1.33.
6566
6571
The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type.
0 commit comments