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

[helm] provide actual alerts description #569

Merged
merged 1 commit into from
Jan 12, 2022
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
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
plk_markup_format: markdown
plk_protocol_version: "1"
plk_pending_until_firing_for: "10m"
summary: One of HELM-Releases contains at least one resource with unsupported apiVersion in kubernetes 1.16+
summary: One of HELM-Releases contains at least one resource with unsupported apiVersion in kubernetes 1.22+
description: |
To see all resources please use the expr `max without(instance, pod, hook, job, tier, module) (resource_versions_compatibility) == 1` in prometheus.
For more details, please follow the link https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/
For more details, please follow the link https://kubernetes.io/blog/2021/07/14/upcoming-changes-in-kubernetes-1-22/

- alert: ClusterHasProblemsWithHelmReleasesWithResourceVersions
expr: |
Expand All @@ -27,7 +27,7 @@
plk_protocol_version: "1"
plk_alert_type: "group"
plk_group_for__helm_release_resource_versions_deprecated: HelmReleaseHasResourcesWithDeprecatedVersions,prometheus=deckhouse
summary: One of HELM-Releases contains at least one resource with unsupported apiVersion in kubernetes 1.16+
summary: One of HELM-Releases contains at least one resource with unsupported apiVersion in kubernetes 1.22+
description: |
Examine groupped alerts to find the cause.

Expand All @@ -41,7 +41,7 @@
plk_markup_format: markdown
plk_protocol_version: "1"
plk_pending_until_firing_for: "10m"
summary: One of HELM-Releases contains at least one resource with unsupported apiVersion in kubernetes 1.16+
summary: One of HELM-Releases contains at least one resource with unsupported apiVersion in kubernetes 1.22+
description: |
To see all resources please use the expr `max without(instance, pod, hook, job, tier, module) (resource_versions_compatibility) == 1` in prometheus.
For more details, please follow the link https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/
For more details, please follow the link https://kubernetes.io/blog/2021/07/14/upcoming-changes-in-kubernetes-1-22/