Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removes unused UsingDeprecatedAPIAppsV1Beta1 and UsingDeprecatedAPIAppsV1Beta2 alerts #705

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -80,20 +80,6 @@ spec:
groups:
- name: using-deprecated-apis
rules:
- alert: UsingDeprecatedAPIAppsV1Beta1
annotations:
message: A client in the cluster is using deprecated apps/v1beta1 API that will be removed soon.
expr: |
apiserver_request_count{group="apps",version="v1beta1"}
labels:
severity: warning
- alert: UsingDeprecatedAPIAppsV1Beta2
annotations:
message: A client in the cluster is using deprecated apps/v1beta2 API that will be removed soon.
expr: |
apiserver_request_count{group="apps",version="v1beta2"}
labels:
severity: warning
- alert: UsingDeprecatedAPIExtensionsV1Beta1
annotations:
message: A client in the cluster is using deprecated extensions/v1beta1 API that will be removed soon.
Expand Down