jsonnet: bump to prometheus-operator 0.42
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
"subdir": "jsonnet/prometheus-operator"
|
"subdir": "jsonnet/prometheus-operator"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": "release-0.40"
|
"version": "release-0.42"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": {
|
"source": {
|
||||||
|
|||||||
@@ -28,8 +28,8 @@
|
|||||||
"subdir": "jsonnet/prometheus-operator"
|
"subdir": "jsonnet/prometheus-operator"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": "0dca0f21ffff72a063db8855b5d515e15ab0dccb",
|
"version": "96094ad1ab039950537df448b95bbcc04c57bfc4",
|
||||||
"sum": "WggWVWZ+CBEUThQCztSaRELbtqdXf9s3OFzf06HbYNA="
|
"sum": "ReamRYoS2C39Of7KtXGqkSWdfHw5Fy/Ix6ujOmBLFAg="
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": {
|
"source": {
|
||||||
|
|||||||
@@ -57,6 +57,7 @@ resources:
|
|||||||
- ./manifests/setup/0namespace-namespace.yaml
|
- ./manifests/setup/0namespace-namespace.yaml
|
||||||
- ./manifests/setup/prometheus-operator-0alertmanagerCustomResourceDefinition.yaml
|
- ./manifests/setup/prometheus-operator-0alertmanagerCustomResourceDefinition.yaml
|
||||||
- ./manifests/setup/prometheus-operator-0podmonitorCustomResourceDefinition.yaml
|
- ./manifests/setup/prometheus-operator-0podmonitorCustomResourceDefinition.yaml
|
||||||
|
- ./manifests/setup/prometheus-operator-0probeCustomResourceDefinition.yaml
|
||||||
- ./manifests/setup/prometheus-operator-0prometheusCustomResourceDefinition.yaml
|
- ./manifests/setup/prometheus-operator-0prometheusCustomResourceDefinition.yaml
|
||||||
- ./manifests/setup/prometheus-operator-0prometheusruleCustomResourceDefinition.yaml
|
- ./manifests/setup/prometheus-operator-0prometheusruleCustomResourceDefinition.yaml
|
||||||
- ./manifests/setup/prometheus-operator-0servicemonitorCustomResourceDefinition.yaml
|
- ./manifests/setup/prometheus-operator-0servicemonitorCustomResourceDefinition.yaml
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/component: controller
|
app.kubernetes.io/component: controller
|
||||||
app.kubernetes.io/name: prometheus-operator
|
app.kubernetes.io/name: prometheus-operator
|
||||||
app.kubernetes.io/version: v0.40.0
|
app.kubernetes.io/version: v0.42.0
|
||||||
name: prometheus-operator
|
name: prometheus-operator
|
||||||
namespace: monitoring
|
namespace: monitoring
|
||||||
spec:
|
spec:
|
||||||
@@ -19,4 +19,4 @@ spec:
|
|||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/component: controller
|
app.kubernetes.io/component: controller
|
||||||
app.kubernetes.io/name: prometheus-operator
|
app.kubernetes.io/name: prometheus-operator
|
||||||
app.kubernetes.io/version: v0.40.0
|
app.kubernetes.io/version: v0.42.0
|
||||||
|
|||||||
@@ -645,7 +645,8 @@ spec:
|
|||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
baseImage:
|
baseImage:
|
||||||
description: Base image that is used to deploy pods, without tag.
|
description: 'Base image that is used to deploy pods, without tag.
|
||||||
|
Deprecated: use ''image'' instead'
|
||||||
type: string
|
type: string
|
||||||
clusterAdvertiseAddress:
|
clusterAdvertiseAddress:
|
||||||
description: 'ClusterAdvertiseAddress is the explicit address to advertise
|
description: 'ClusterAdvertiseAddress is the explicit address to advertise
|
||||||
@@ -1716,6 +1717,12 @@ spec:
|
|||||||
under. This is necessary to generate correct URLs. This is necessary
|
under. This is necessary to generate correct URLs. This is necessary
|
||||||
if Alertmanager is not served from root of a DNS name.
|
if Alertmanager is not served from root of a DNS name.
|
||||||
type: string
|
type: string
|
||||||
|
forceEnableClusterMode:
|
||||||
|
description: ForceEnableClusterMode ensures Alertmanager does not
|
||||||
|
deactivate the cluster mode when running with a single replica.
|
||||||
|
Use case is e.g. spanning an Alertmanager cluster across Kubernetes
|
||||||
|
clusters with a single replica in each.
|
||||||
|
type: boolean
|
||||||
image:
|
image:
|
||||||
description: Image if specified has precedence over baseImage, tag
|
description: Image if specified has precedence over baseImage, tag
|
||||||
and sha combinations. Specifying the version is still necessary
|
and sha combinations. Specifying the version is still necessary
|
||||||
@@ -3014,10 +3021,11 @@ spec:
|
|||||||
to use to run the Prometheus Pods.
|
to use to run the Prometheus Pods.
|
||||||
type: string
|
type: string
|
||||||
sha:
|
sha:
|
||||||
description: SHA of Alertmanager container image to be deployed. Defaults
|
description: 'SHA of Alertmanager container image to be deployed.
|
||||||
to the value of `version`. Similar to a tag, but the SHA explicitly
|
Defaults to the value of `version`. Similar to a tag, but the SHA
|
||||||
deploys an immutable container image. Version and Tag are ignored
|
explicitly deploys an immutable container image. Version and Tag
|
||||||
if SHA is set.
|
are ignored if SHA is set. Deprecated: use ''image'' instead. The
|
||||||
|
image digest can be specified as part of the image URL.'
|
||||||
type: string
|
type: string
|
||||||
storage:
|
storage:
|
||||||
description: Storage is the definition of how storage will be used
|
description: Storage is the definition of how storage will be used
|
||||||
@@ -3279,8 +3287,10 @@ spec:
|
|||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
tag:
|
tag:
|
||||||
description: Tag of Alertmanager container image to be deployed. Defaults
|
description: 'Tag of Alertmanager container image to be deployed.
|
||||||
to the value of `version`. Version is ignored if Tag is set.
|
Defaults to the value of `version`. Version is ignored if Tag is
|
||||||
|
set. Deprecated: use ''image'' instead. The image tag can be specified
|
||||||
|
as part of the image URL.'
|
||||||
type: string
|
type: string
|
||||||
tolerations:
|
tolerations:
|
||||||
description: If specified, the pod's tolerations.
|
description: If specified, the pod's tolerations.
|
||||||
|
|||||||
@@ -0,0 +1,212 @@
|
|||||||
|
apiVersion: apiextensions.k8s.io/v1
|
||||||
|
kind: CustomResourceDefinition
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
controller-gen.kubebuilder.io/version: v0.2.4
|
||||||
|
creationTimestamp: null
|
||||||
|
name: probes.monitoring.coreos.com
|
||||||
|
spec:
|
||||||
|
group: monitoring.coreos.com
|
||||||
|
names:
|
||||||
|
kind: Probe
|
||||||
|
listKind: ProbeList
|
||||||
|
plural: probes
|
||||||
|
singular: probe
|
||||||
|
scope: Namespaced
|
||||||
|
versions:
|
||||||
|
- name: v1
|
||||||
|
schema:
|
||||||
|
openAPIV3Schema:
|
||||||
|
description: Probe defines monitoring for a set of static targets or ingresses.
|
||||||
|
properties:
|
||||||
|
apiVersion:
|
||||||
|
description: 'APIVersion defines the versioned schema of this representation
|
||||||
|
of an object. Servers should convert recognized schemas to the latest
|
||||||
|
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
|
||||||
|
type: string
|
||||||
|
kind:
|
||||||
|
description: 'Kind is a string value representing the REST resource this
|
||||||
|
object represents. Servers may infer this from the endpoint the client
|
||||||
|
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
|
||||||
|
type: string
|
||||||
|
metadata:
|
||||||
|
type: object
|
||||||
|
spec:
|
||||||
|
description: Specification of desired Ingress selection for target discovery
|
||||||
|
by Prometheus.
|
||||||
|
properties:
|
||||||
|
interval:
|
||||||
|
description: Interval at which targets are probed using the configured
|
||||||
|
prober. If not specified Prometheus' global scrape interval is used.
|
||||||
|
type: string
|
||||||
|
jobName:
|
||||||
|
description: The job name assigned to scraped metrics by default.
|
||||||
|
type: string
|
||||||
|
module:
|
||||||
|
description: 'The module to use for probing specifying how to probe
|
||||||
|
the target. Example module configuring in the blackbox exporter:
|
||||||
|
https://github.com/prometheus/blackbox_exporter/blob/master/example.yml'
|
||||||
|
type: string
|
||||||
|
prober:
|
||||||
|
description: Specification for the prober to use for probing targets.
|
||||||
|
The prober.URL parameter is required. Targets cannot be probed if
|
||||||
|
left empty.
|
||||||
|
properties:
|
||||||
|
path:
|
||||||
|
description: Path to collect metrics from. Defaults to `/probe`.
|
||||||
|
type: string
|
||||||
|
scheme:
|
||||||
|
description: HTTP scheme to use for scraping. Defaults to `http`.
|
||||||
|
type: string
|
||||||
|
url:
|
||||||
|
description: Mandatory URL of the prober.
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- url
|
||||||
|
type: object
|
||||||
|
scrapeTimeout:
|
||||||
|
description: Timeout for scraping metrics from the Prometheus exporter.
|
||||||
|
type: string
|
||||||
|
targets:
|
||||||
|
description: Targets defines a set of static and/or dynamically discovered
|
||||||
|
targets to be probed using the prober.
|
||||||
|
properties:
|
||||||
|
ingress:
|
||||||
|
description: Ingress defines the set of dynamically discovered
|
||||||
|
ingress objects which hosts are considered for probing.
|
||||||
|
properties:
|
||||||
|
namespaceSelector:
|
||||||
|
description: Select Ingress objects by namespace.
|
||||||
|
properties:
|
||||||
|
any:
|
||||||
|
description: Boolean describing whether all namespaces
|
||||||
|
are selected in contrast to a list restricting them.
|
||||||
|
type: boolean
|
||||||
|
matchNames:
|
||||||
|
description: List of namespace names.
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
|
type: object
|
||||||
|
relabelingConfigs:
|
||||||
|
description: 'RelabelConfigs to apply to samples before ingestion.
|
||||||
|
More info: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config'
|
||||||
|
items:
|
||||||
|
description: 'RelabelConfig allows dynamic rewriting of
|
||||||
|
the label set, being applied to samples before ingestion.
|
||||||
|
It defines `<metric_relabel_configs>`-section of Prometheus
|
||||||
|
configuration. More info: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs'
|
||||||
|
properties:
|
||||||
|
action:
|
||||||
|
description: Action to perform based on regex matching.
|
||||||
|
Default is 'replace'
|
||||||
|
type: string
|
||||||
|
modulus:
|
||||||
|
description: Modulus to take of the hash of the source
|
||||||
|
label values.
|
||||||
|
format: int64
|
||||||
|
type: integer
|
||||||
|
regex:
|
||||||
|
description: Regular expression against which the extracted
|
||||||
|
value is matched. Default is '(.*)'
|
||||||
|
type: string
|
||||||
|
replacement:
|
||||||
|
description: Replacement value against which a regex
|
||||||
|
replace is performed if the regular expression matches.
|
||||||
|
Regex capture groups are available. Default is '$1'
|
||||||
|
type: string
|
||||||
|
separator:
|
||||||
|
description: Separator placed between concatenated source
|
||||||
|
label values. default is ';'.
|
||||||
|
type: string
|
||||||
|
sourceLabels:
|
||||||
|
description: The source labels select values from existing
|
||||||
|
labels. Their content is concatenated using the configured
|
||||||
|
separator and matched against the configured regular
|
||||||
|
expression for the replace, keep, and drop actions.
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
|
targetLabel:
|
||||||
|
description: Label to which the resulting value is written
|
||||||
|
in a replace action. It is mandatory for replace actions.
|
||||||
|
Regex capture groups are available.
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
|
selector:
|
||||||
|
description: Select Ingress objects by labels.
|
||||||
|
properties:
|
||||||
|
matchExpressions:
|
||||||
|
description: matchExpressions is a list of label selector
|
||||||
|
requirements. The requirements are ANDed.
|
||||||
|
items:
|
||||||
|
description: A label selector requirement is a selector
|
||||||
|
that contains values, a key, and an operator that
|
||||||
|
relates the key and values.
|
||||||
|
properties:
|
||||||
|
key:
|
||||||
|
description: key is the label key that the selector
|
||||||
|
applies to.
|
||||||
|
type: string
|
||||||
|
operator:
|
||||||
|
description: operator represents a key's relationship
|
||||||
|
to a set of values. Valid operators are In, NotIn,
|
||||||
|
Exists and DoesNotExist.
|
||||||
|
type: string
|
||||||
|
values:
|
||||||
|
description: values is an array of string values.
|
||||||
|
If the operator is In or NotIn, the values array
|
||||||
|
must be non-empty. If the operator is Exists or
|
||||||
|
DoesNotExist, the values array must be empty.
|
||||||
|
This array is replaced during a strategic merge
|
||||||
|
patch.
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
|
required:
|
||||||
|
- key
|
||||||
|
- operator
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
|
matchLabels:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
description: matchLabels is a map of {key,value} pairs.
|
||||||
|
A single {key,value} in the matchLabels map is equivalent
|
||||||
|
to an element of matchExpressions, whose key field is
|
||||||
|
"key", the operator is "In", and the values array contains
|
||||||
|
only "value". The requirements are ANDed.
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
staticConfig:
|
||||||
|
description: 'StaticConfig defines static targets which are considers
|
||||||
|
for probing. More info: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#static_config.'
|
||||||
|
properties:
|
||||||
|
labels:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
description: Labels assigned to all metrics scraped from the
|
||||||
|
targets.
|
||||||
|
type: object
|
||||||
|
static:
|
||||||
|
description: Targets is a list of URLs to probe using the
|
||||||
|
configured prober.
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
required:
|
||||||
|
- spec
|
||||||
|
type: object
|
||||||
|
served: true
|
||||||
|
storage: true
|
||||||
|
status:
|
||||||
|
acceptedNames:
|
||||||
|
kind: ""
|
||||||
|
plural: ""
|
||||||
|
conditions: []
|
||||||
|
storedVersions: []
|
||||||
@@ -757,6 +757,10 @@ spec:
|
|||||||
scheme:
|
scheme:
|
||||||
description: Scheme to use when firing alerts.
|
description: Scheme to use when firing alerts.
|
||||||
type: string
|
type: string
|
||||||
|
timeout:
|
||||||
|
description: Timeout is a per-target Alertmanager timeout
|
||||||
|
when pushing alerts.
|
||||||
|
type: string
|
||||||
tlsConfig:
|
tlsConfig:
|
||||||
description: TLS Config to use for alertmanager connection.
|
description: TLS Config to use for alertmanager connection.
|
||||||
properties:
|
properties:
|
||||||
@@ -900,6 +904,11 @@ spec:
|
|||||||
required:
|
required:
|
||||||
- alertmanagers
|
- alertmanagers
|
||||||
type: object
|
type: object
|
||||||
|
allowOverlappingBlocks:
|
||||||
|
description: AllowOverlappingBlocks enables vertical compaction and
|
||||||
|
vertical query merge in Prometheus. This is still experimental in
|
||||||
|
Prometheus so it may change in any upcoming release.
|
||||||
|
type: boolean
|
||||||
apiserverConfig:
|
apiserverConfig:
|
||||||
description: APIServerConfig allows specifying a host and auth methods
|
description: APIServerConfig allows specifying a host and auth methods
|
||||||
to access apiserver. If left empty, Prometheus is assumed to run
|
to access apiserver. If left empty, Prometheus is assumed to run
|
||||||
@@ -1097,7 +1106,8 @@ spec:
|
|||||||
type: boolean
|
type: boolean
|
||||||
type: object
|
type: object
|
||||||
baseImage:
|
baseImage:
|
||||||
description: Base image to use for a Prometheus deployment.
|
description: 'Base image to use for a Prometheus deployment. Deprecated:
|
||||||
|
use ''image'' instead'
|
||||||
type: string
|
type: string
|
||||||
configMaps:
|
configMaps:
|
||||||
description: ConfigMaps is a list of ConfigMaps in the same namespace
|
description: ConfigMaps is a list of ConfigMaps in the same namespace
|
||||||
@@ -3432,6 +3442,95 @@ spec:
|
|||||||
priorityClassName:
|
priorityClassName:
|
||||||
description: Priority class assigned to the Pods
|
description: Priority class assigned to the Pods
|
||||||
type: string
|
type: string
|
||||||
|
probeNamespaceSelector:
|
||||||
|
description: '*Experimental* Namespaces to be selected for Probe discovery.
|
||||||
|
If nil, only check own namespace.'
|
||||||
|
properties:
|
||||||
|
matchExpressions:
|
||||||
|
description: matchExpressions is a list of label selector requirements.
|
||||||
|
The requirements are ANDed.
|
||||||
|
items:
|
||||||
|
description: A label selector requirement is a selector that
|
||||||
|
contains values, a key, and an operator that relates the key
|
||||||
|
and values.
|
||||||
|
properties:
|
||||||
|
key:
|
||||||
|
description: key is the label key that the selector applies
|
||||||
|
to.
|
||||||
|
type: string
|
||||||
|
operator:
|
||||||
|
description: operator represents a key's relationship to
|
||||||
|
a set of values. Valid operators are In, NotIn, Exists
|
||||||
|
and DoesNotExist.
|
||||||
|
type: string
|
||||||
|
values:
|
||||||
|
description: values is an array of string values. If the
|
||||||
|
operator is In or NotIn, the values array must be non-empty.
|
||||||
|
If the operator is Exists or DoesNotExist, the values
|
||||||
|
array must be empty. This array is replaced during a strategic
|
||||||
|
merge patch.
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
|
required:
|
||||||
|
- key
|
||||||
|
- operator
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
|
matchLabels:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
description: matchLabels is a map of {key,value} pairs. A single
|
||||||
|
{key,value} in the matchLabels map is equivalent to an element
|
||||||
|
of matchExpressions, whose key field is "key", the operator
|
||||||
|
is "In", and the values array contains only "value". The requirements
|
||||||
|
are ANDed.
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
probeSelector:
|
||||||
|
description: '*Experimental* Probes to be selected for target discovery.'
|
||||||
|
properties:
|
||||||
|
matchExpressions:
|
||||||
|
description: matchExpressions is a list of label selector requirements.
|
||||||
|
The requirements are ANDed.
|
||||||
|
items:
|
||||||
|
description: A label selector requirement is a selector that
|
||||||
|
contains values, a key, and an operator that relates the key
|
||||||
|
and values.
|
||||||
|
properties:
|
||||||
|
key:
|
||||||
|
description: key is the label key that the selector applies
|
||||||
|
to.
|
||||||
|
type: string
|
||||||
|
operator:
|
||||||
|
description: operator represents a key's relationship to
|
||||||
|
a set of values. Valid operators are In, NotIn, Exists
|
||||||
|
and DoesNotExist.
|
||||||
|
type: string
|
||||||
|
values:
|
||||||
|
description: values is an array of string values. If the
|
||||||
|
operator is In or NotIn, the values array must be non-empty.
|
||||||
|
If the operator is Exists or DoesNotExist, the values
|
||||||
|
array must be empty. This array is replaced during a strategic
|
||||||
|
merge patch.
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
|
required:
|
||||||
|
- key
|
||||||
|
- operator
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
|
matchLabels:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
description: matchLabels is a map of {key,value} pairs. A single
|
||||||
|
{key,value} in the matchLabels map is equivalent to an element
|
||||||
|
of matchExpressions, whose key field is "key", the operator
|
||||||
|
is "In", and the values array contains only "value". The requirements
|
||||||
|
are ANDed.
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
prometheusExternalLabelName:
|
prometheusExternalLabelName:
|
||||||
description: Name of Prometheus external label used to denote Prometheus
|
description: Name of Prometheus external label used to denote Prometheus
|
||||||
instance name. Defaults to the value of `prometheus`. External label
|
instance name. Defaults to the value of `prometheus`. External label
|
||||||
@@ -4374,10 +4473,11 @@ spec:
|
|||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
sha:
|
sha:
|
||||||
description: SHA of Prometheus container image to be deployed. Defaults
|
description: 'SHA of Prometheus container image to be deployed. Defaults
|
||||||
to the value of `version`. Similar to a tag, but the SHA explicitly
|
to the value of `version`. Similar to a tag, but the SHA explicitly
|
||||||
deploys an immutable container image. Version and Tag are ignored
|
deploys an immutable container image. Version and Tag are ignored
|
||||||
if SHA is set.
|
if SHA is set. Deprecated: use ''image'' instead. The image digest
|
||||||
|
can be specified as part of the image URL.'
|
||||||
type: string
|
type: string
|
||||||
storage:
|
storage:
|
||||||
description: Storage spec to specify how storage shall be used.
|
description: Storage spec to specify how storage shall be used.
|
||||||
@@ -4638,8 +4738,10 @@ spec:
|
|||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
tag:
|
tag:
|
||||||
description: Tag of Prometheus container image to be deployed. Defaults
|
description: 'Tag of Prometheus container image to be deployed. Defaults
|
||||||
to the value of `version`. Version is ignored if Tag is set.
|
to the value of `version`. Version is ignored if Tag is set. Deprecated:
|
||||||
|
use ''image'' instead. The image tag can be specified as part of
|
||||||
|
the image URL.'
|
||||||
type: string
|
type: string
|
||||||
thanos:
|
thanos:
|
||||||
description: "Thanos configuration allows configuring various aspects
|
description: "Thanos configuration allows configuring various aspects
|
||||||
@@ -4649,7 +4751,8 @@ spec:
|
|||||||
without backward compatibility in any release."
|
without backward compatibility in any release."
|
||||||
properties:
|
properties:
|
||||||
baseImage:
|
baseImage:
|
||||||
description: Thanos base image if other than default.
|
description: 'Thanos base image if other than default. Deprecated:
|
||||||
|
use ''image'' instead'
|
||||||
type: string
|
type: string
|
||||||
grpcServerTlsConfig:
|
grpcServerTlsConfig:
|
||||||
description: 'GRPCServerTLSConfig configures the gRPC server from
|
description: 'GRPCServerTLSConfig configures the gRPC server from
|
||||||
@@ -4842,15 +4945,17 @@ spec:
|
|||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
sha:
|
sha:
|
||||||
description: SHA of Thanos container image to be deployed. Defaults
|
description: 'SHA of Thanos container image to be deployed. Defaults
|
||||||
to the value of `version`. Similar to a tag, but the SHA explicitly
|
to the value of `version`. Similar to a tag, but the SHA explicitly
|
||||||
deploys an immutable container image. Version and Tag are ignored
|
deploys an immutable container image. Version and Tag are ignored
|
||||||
if SHA is set.
|
if SHA is set. Deprecated: use ''image'' instead. The image
|
||||||
|
digest can be specified as part of the image URL.'
|
||||||
type: string
|
type: string
|
||||||
tag:
|
tag:
|
||||||
description: Tag of Thanos sidecar container image to be deployed.
|
description: 'Tag of Thanos sidecar container image to be deployed.
|
||||||
Defaults to the value of `version`. Version is ignored if Tag
|
Defaults to the value of `version`. Version is ignored if Tag
|
||||||
is set.
|
is set. Deprecated: use ''image'' instead. The image tag can
|
||||||
|
be specified as part of the image URL.'
|
||||||
type: string
|
type: string
|
||||||
tracingConfig:
|
tracingConfig:
|
||||||
description: TracingConfig configures tracing in Thanos. This
|
description: TracingConfig configures tracing in Thanos. This
|
||||||
|
|||||||
@@ -238,8 +238,9 @@ spec:
|
|||||||
anyOf:
|
anyOf:
|
||||||
- type: integer
|
- type: integer
|
||||||
- type: string
|
- type: string
|
||||||
description: Name or number of the pod port this endpoint refers
|
description: Name or number of the target port of the Pod behind
|
||||||
to. Mutually exclusive with port.
|
the Service, the port must be specified with container port
|
||||||
|
property. Mutually exclusive with port.
|
||||||
x-kubernetes-int-or-string: true
|
x-kubernetes-int-or-string: true
|
||||||
tlsConfig:
|
tlsConfig:
|
||||||
description: TLS configuration to use when scraping the endpoint
|
description: TLS configuration to use when scraping the endpoint
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/component: controller
|
app.kubernetes.io/component: controller
|
||||||
app.kubernetes.io/name: prometheus-operator
|
app.kubernetes.io/name: prometheus-operator
|
||||||
app.kubernetes.io/version: v0.40.0
|
app.kubernetes.io/version: v0.42.0
|
||||||
name: prometheus-operator
|
name: prometheus-operator
|
||||||
rules:
|
rules:
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
@@ -18,6 +18,7 @@ rules:
|
|||||||
- thanosrulers/finalizers
|
- thanosrulers/finalizers
|
||||||
- servicemonitors
|
- servicemonitors
|
||||||
- podmonitors
|
- podmonitors
|
||||||
|
- probes
|
||||||
- prometheusrules
|
- prometheusrules
|
||||||
verbs:
|
verbs:
|
||||||
- '*'
|
- '*'
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/component: controller
|
app.kubernetes.io/component: controller
|
||||||
app.kubernetes.io/name: prometheus-operator
|
app.kubernetes.io/name: prometheus-operator
|
||||||
app.kubernetes.io/version: v0.40.0
|
app.kubernetes.io/version: v0.42.0
|
||||||
name: prometheus-operator
|
name: prometheus-operator
|
||||||
roleRef:
|
roleRef:
|
||||||
apiGroup: rbac.authorization.k8s.io
|
apiGroup: rbac.authorization.k8s.io
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/component: controller
|
app.kubernetes.io/component: controller
|
||||||
app.kubernetes.io/name: prometheus-operator
|
app.kubernetes.io/name: prometheus-operator
|
||||||
app.kubernetes.io/version: v0.40.0
|
app.kubernetes.io/version: v0.42.0
|
||||||
name: prometheus-operator
|
name: prometheus-operator
|
||||||
namespace: monitoring
|
namespace: monitoring
|
||||||
spec:
|
spec:
|
||||||
@@ -18,15 +18,15 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/component: controller
|
app.kubernetes.io/component: controller
|
||||||
app.kubernetes.io/name: prometheus-operator
|
app.kubernetes.io/name: prometheus-operator
|
||||||
app.kubernetes.io/version: v0.40.0
|
app.kubernetes.io/version: v0.42.0
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
- --kubelet-service=kube-system/kubelet
|
- --kubelet-service=kube-system/kubelet
|
||||||
- --logtostderr=true
|
- --logtostderr=true
|
||||||
- --config-reloader-image=jimmidyson/configmap-reload:v0.3.0
|
- --config-reloader-image=jimmidyson/configmap-reload:v0.4.0
|
||||||
- --prometheus-config-reloader=quay.io/coreos/prometheus-config-reloader:v0.40.0
|
- --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.42.0
|
||||||
image: quay.io/coreos/prometheus-operator:v0.40.0
|
image: quay.io/prometheus-operator/prometheus-operator:v0.42.0
|
||||||
name: prometheus-operator
|
name: prometheus-operator
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/component: controller
|
app.kubernetes.io/component: controller
|
||||||
app.kubernetes.io/name: prometheus-operator
|
app.kubernetes.io/name: prometheus-operator
|
||||||
app.kubernetes.io/version: v0.40.0
|
app.kubernetes.io/version: v0.42.0
|
||||||
name: prometheus-operator
|
name: prometheus-operator
|
||||||
namespace: monitoring
|
namespace: monitoring
|
||||||
spec:
|
spec:
|
||||||
|
|||||||
@@ -4,6 +4,6 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/component: controller
|
app.kubernetes.io/component: controller
|
||||||
app.kubernetes.io/name: prometheus-operator
|
app.kubernetes.io/name: prometheus-operator
|
||||||
app.kubernetes.io/version: v0.40.0
|
app.kubernetes.io/version: v0.42.0
|
||||||
name: prometheus-operator
|
name: prometheus-operator
|
||||||
namespace: monitoring
|
namespace: monitoring
|
||||||
|
|||||||
Reference in New Issue
Block a user