[bot] [main] Automated version update (#1949)
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
This commit is contained in:
@@ -3658,8 +3658,9 @@ spec:
|
||||
description: Minimum number of seconds for which a newly created pod
|
||||
should be ready without any of its container crashing for it to
|
||||
be considered available. Defaults to 0 (pod will be considered available
|
||||
as soon as it is ready) This is an alpha field and requires enabling
|
||||
StatefulSetMinReadySeconds feature gate.
|
||||
as soon as it is ready) This is an alpha field from kubernetes 1.22
|
||||
until 1.24 which requires enabling the StatefulSetMinReadySeconds
|
||||
feature gate.
|
||||
format: int32
|
||||
type: integer
|
||||
nodeSelector:
|
||||
@@ -4090,9 +4091,9 @@ spec:
|
||||
allows to remove any subPath usage in volume mounts.'
|
||||
type: boolean
|
||||
emptyDir:
|
||||
description: 'EmptyDirVolumeSource to be used by the Prometheus
|
||||
StatefulSets. If specified, used in place of any volumeClaimTemplate.
|
||||
More info: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir'
|
||||
description: 'EmptyDirVolumeSource to be used by the StatefulSet.
|
||||
If specified, used in place of any volumeClaimTemplate. More
|
||||
info: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir'
|
||||
properties:
|
||||
medium:
|
||||
description: 'medium represents what type of storage medium
|
||||
@@ -4115,9 +4116,9 @@ spec:
|
||||
x-kubernetes-int-or-string: true
|
||||
type: object
|
||||
ephemeral:
|
||||
description: 'EphemeralVolumeSource to be used by the Prometheus
|
||||
StatefulSets. This is a beta field in k8s 1.21, for lower versions,
|
||||
starting with k8s 1.19, it requires enabling the GenericEphemeralVolume
|
||||
description: 'EphemeralVolumeSource to be used by the StatefulSet.
|
||||
This is a beta field in k8s 1.21, for lower versions, starting
|
||||
with k8s 1.19, it requires enabling the GenericEphemeralVolume
|
||||
feature gate. More info: https://kubernetes.io/docs/concepts/storage/ephemeral-volumes/#generic-ephemeral-volumes'
|
||||
properties:
|
||||
volumeClaimTemplate:
|
||||
@@ -4334,7 +4335,10 @@ spec:
|
||||
type: object
|
||||
type: object
|
||||
volumeClaimTemplate:
|
||||
description: A PVC spec to be used by the Prometheus StatefulSets.
|
||||
description: A PVC spec to be used by the StatefulSet. The easiest
|
||||
way to use a volume that cannot be automatically provisioned
|
||||
(for whatever reason) is to use a label selector alongside manually
|
||||
created PersistentVolumes.
|
||||
properties:
|
||||
apiVersion:
|
||||
description: 'APIVersion defines the versioned schema of this
|
||||
@@ -4875,6 +4879,9 @@ spec:
|
||||
file. When used alongside with TracingConfig, TracingConfigFile
|
||||
takes precedence.
|
||||
type: string
|
||||
version:
|
||||
description: Version of Thanos to be deployed.
|
||||
type: string
|
||||
volumes:
|
||||
description: Volumes allows configuration of additional volumes on
|
||||
the output StatefulSet definition. Volumes specified will be appended
|
||||
|
||||
Reference in New Issue
Block a user