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
pod labels will be ignored. The default value is empty.
423
423
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
424
424
Also, matchLabelKeys cannot be set when labelSelector isn't set.
425
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
426
425
items:
427
426
type: string
428
427
type: array
@@ -437,7 +436,6 @@ spec:
437
436
pod labels will be ignored. The default value is empty.
438
437
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
439
438
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
440
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
441
439
items:
442
440
type: string
443
441
type: array
@@ -607,7 +605,6 @@ spec:
607
605
pod labels will be ignored. The default value is empty.
608
606
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
609
607
Also, matchLabelKeys cannot be set when labelSelector isn't set.
610
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
611
608
items:
612
609
type: string
613
610
type: array
@@ -622,7 +619,6 @@ spec:
622
619
pod labels will be ignored. The default value is empty.
623
620
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
624
621
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
625
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
626
622
items:
627
623
type: string
628
624
type: array
@@ -791,7 +787,6 @@ spec:
791
787
pod labels will be ignored. The default value is empty.
792
788
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
793
789
Also, matchLabelKeys cannot be set when labelSelector isn't set.
794
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
795
790
items:
796
791
type: string
797
792
type: array
@@ -806,7 +801,6 @@ spec:
806
801
pod labels will be ignored. The default value is empty.
807
802
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
808
803
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
809
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
810
804
items:
811
805
type: string
812
806
type: array
@@ -976,7 +970,6 @@ spec:
976
970
pod labels will be ignored. The default value is empty.
977
971
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
978
972
Also, matchLabelKeys cannot be set when labelSelector isn't set.
979
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
980
973
items:
981
974
type: string
982
975
type: array
@@ -991,7 +984,6 @@ spec:
991
984
pod labels will be ignored. The default value is empty.
992
985
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
993
986
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
994
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
995
987
items:
996
988
type: string
997
989
type: array
@@ -1258,7 +1250,7 @@ spec:
1258
1250
Cannot be updated.
1259
1251
items:
1260
1252
description: EnvFromSource represents the source
1261
-
of a set of ConfigMaps
1253
+
of a set of ConfigMaps or Secrets
1262
1254
properties:
1263
1255
configMapRef:
1264
1256
description: The ConfigMap to select from
@@ -1279,9 +1271,9 @@ spec:
1279
1271
type: object
1280
1272
x-kubernetes-map-type: atomic
1281
1273
prefix:
1282
-
description: An optional identifier to prepend
1283
-
to each key in the ConfigMap. Must be
1284
-
a C_IDENTIFIER.
1274
+
description: Optional text to prepend to
1275
+
the name of each environment variable.
1276
+
Must be a C_IDENTIFIER.
1285
1277
type: string
1286
1278
secretRef:
1287
1279
description: The Secret to select from
@@ -1555,6 +1547,12 @@ spec:
1555
1547
- port
1556
1548
type: object
1557
1549
type: object
1550
+
stopSignal:
1551
+
description: |-
1552
+
StopSignal defines which signal will be sent to a container when it is being stopped.
1553
+
If not specified, the default is defined by the container runtime in use.
1554
+
StopSignal can only be set for Pods with a non-empty .spec.os.name
1555
+
type: string
1558
1556
type: object
1559
1557
livenessProbe:
1560
1558
description: |-
@@ -2789,7 +2787,7 @@ spec:
2789
2787
Cannot be updated.
2790
2788
items:
2791
2789
description: EnvFromSource represents the source
2792
-
of a set of ConfigMaps
2790
+
of a set of ConfigMaps or Secrets
2793
2791
properties:
2794
2792
configMapRef:
2795
2793
description: The ConfigMap to select from
@@ -2810,9 +2808,9 @@ spec:
2810
2808
type: object
2811
2809
x-kubernetes-map-type: atomic
2812
2810
prefix:
2813
-
description: An optional identifier to prepend
2814
-
to each key in the ConfigMap. Must be
2815
-
a C_IDENTIFIER.
2811
+
description: Optional text to prepend to
2812
+
the name of each environment variable.
2813
+
Must be a C_IDENTIFIER.
2816
2814
type: string
2817
2815
secretRef:
2818
2816
description: The Secret to select from
@@ -3083,6 +3081,12 @@ spec:
3083
3081
- port
3084
3082
type: object
3085
3083
type: object
3084
+
stopSignal:
3085
+
description: |-
3086
+
StopSignal defines which signal will be sent to a container when it is being stopped.
3087
+
If not specified, the default is defined by the container runtime in use.
3088
+
StopSignal can only be set for Pods with a non-empty .spec.os.name
3089
+
type: string
3086
3090
type: object
3087
3091
livenessProbe:
3088
3092
description: Probes are not allowed for ephemeral
@@ -4139,7 +4143,7 @@ spec:
4139
4143
Init containers may not have Lifecycle actions, Readiness probes, Liveness probes, or Startup probes.
4140
4144
The resourceRequirements of an init container are taken into account during scheduling
4141
4145
by finding the highest request/limit for each resource type, and then using the max of
4142
-
of that value or the sum of the normal containers. Limits are applied to init containers
4146
+
that value or the sum of the normal containers. Limits are applied to init containers
4143
4147
in a similar fashion.
4144
4148
Init containers cannot currently be added or removed.
4145
4149
Cannot be updated.
@@ -4317,7 +4321,7 @@ spec:
4317
4321
Cannot be updated.
4318
4322
items:
4319
4323
description: EnvFromSource represents the source
4320
-
of a set of ConfigMaps
4324
+
of a set of ConfigMaps or Secrets
4321
4325
properties:
4322
4326
configMapRef:
4323
4327
description: The ConfigMap to select from
@@ -4338,9 +4342,9 @@ spec:
4338
4342
type: object
4339
4343
x-kubernetes-map-type: atomic
4340
4344
prefix:
4341
-
description: An optional identifier to prepend
4342
-
to each key in the ConfigMap. Must be
4343
-
a C_IDENTIFIER.
4345
+
description: Optional text to prepend to
4346
+
the name of each environment variable.
4347
+
Must be a C_IDENTIFIER.
4344
4348
type: string
4345
4349
secretRef:
4346
4350
description: The Secret to select from
@@ -4614,6 +4618,12 @@ spec:
4614
4618
- port
4615
4619
type: object
4616
4620
type: object
4621
+
stopSignal:
4622
+
description: |-
4623
+
StopSignal defines which signal will be sent to a container when it is being stopped.
4624
+
If not specified, the default is defined by the container runtime in use.
4625
+
StopSignal can only be set for Pods with a non-empty .spec.os.name
4626
+
type: string
4617
4627
type: object
4618
4628
livenessProbe:
4619
4629
description: |-
@@ -6335,7 +6345,6 @@ spec:
6335
6345
- Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations.
6336
6346
6337
6347
If this value is nil, the behavior is equivalent to the Honor policy.
6338
-
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
6339
6348
type: string
6340
6349
nodeTaintsPolicy:
6341
6350
description: |-
@@ -6346,7 +6355,6 @@ spec:
6346
6355
- Ignore: node taints are ignored. All nodes are included.
6347
6356
6348
6357
If this value is nil, the behavior is equivalent to the Ignore policy.
6349
-
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
6350
6358
type: string
6351
6359
topologyKey:
6352
6360
description: |-
@@ -7352,7 +7360,7 @@ spec:
7352
7360
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.
7353
7361
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.
7354
7362
The volume will be mounted read-only (ro) and non-executable files (noexec).
7355
-
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath).
7363
+
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath) before 1.33.
7356
7364
The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type.
0 commit comments