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
summary: Deprecated API that will be removed in the next version is being used.
14
-
description: >-
13
+
message: >-
15
14
Deprecated API that will be removed in the next version is being used. Removing the workload that is using
16
15
the {{ `{{ $labels.group }}.{{ $labels.version }}/{{ $labels.resource }}` }} API might be necessary for
17
16
a successful upgrade to the next cluster version.
18
17
Refer to `oc get apirequestcounts {{ `{{ $labels.resource }}.{{ $labels.version }}.{{ $labels.group }}` }} -o yaml` to identify the workload.
19
18
expr: |
20
-
group(apiserver_requested_deprecated_apis{removed_release="1.23"}) by (group,version,resource) and (sum by(group,version,resource) (rate(apiserver_request_total{system_client!="kube-controller-manager",system_client!="cluster-policy-controller"}[4h]))) > 0
19
+
group(apiserver_requested_deprecated_apis{removed_release="1.22"}) by (group,version,resource) and (sum by(group,version,resource) (rate(apiserver_request_total{system_client!="kube-controller-manager",system_client!="cluster-policy-controller"}[4h]))) > 0
21
20
for: 1h
22
21
labels:
23
-
namespace: openshift-kube-apiserver
24
22
severity: info
25
23
- alert: APIRemovedInNextEUSReleaseInUse
26
24
annotations:
27
-
summary: Deprecated API that will be removed in the next EUS version is being used.
28
-
description: >-
25
+
message: >-
29
26
Deprecated API that will be removed in the next EUS version is being used. Removing the workload that is using
30
27
the {{ `{{ $labels.group }}.{{ $labels.version }}/{{ $labels.resource }}` }} API might be necessary for
31
28
a successful upgrade to the next EUS cluster version.
32
29
Refer to `oc get apirequestcounts {{ `{{ $labels.resource }}.{{ $labels.version }}.{{ $labels.group }}` }} -o yaml` to identify the workload.
33
30
expr: |
34
31
group(apiserver_requested_deprecated_apis{removed_release=~"1\\.2[123]"}) by (group,version,resource) and (sum by(group,version,resource) (rate(apiserver_request_total{system_client!="kube-controller-manager",system_client!="cluster-policy-controller"}[4h]))) > 0
0 commit comments