Skip to content

Ignore non-existing metrics when uninstalling Prometheus

What does this MR do?

Both Prometheus and Knative try to delete the same metrics when uninstalling. If they're uninstalling at the same time, there might be a race condition where one tries to delete the metrics but the other has already deleted.

This MR adds a --ignore-not-found flag to the kubeclient command so that the deletion is ignored instead of failed in case the metric is not present.

This MR is important since we'll implement a feature that will uninstall all the GitLab managed apps at once: !16954 (merged)

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by 🤖 GitLab Bot 🤖

Merge request reports