Skip to content

Add alert for unlabelled tenant namespaces #162

@simu

Description

@simu

Context

We currently deploy the following alerting rule through the hierarchy:

parameters:
  openshift4_monitoring:
    rules:
      appuio-cloud:
        alert:UnlabelledTenantNamespace:
          expr: 'sum by (namespace) (kube_namespace_labels{namespace!~"default|cilium|syn.*|openshift.*|appuio-.*|kube-.*",label_appuio_io_organization=""}) > 0'
          for: "1m"
          annotations:
            message: |-
              Tenant namespace {{ $labels.namespace }} doesn't have the `appuio.io/organization` label.

Note that the namespace regex matches the list of reserved namespaces in the component defaults. We should configure this alerting rule through the component, and exclude namespaces based on the contents of parameter reservedNamespaces, cf.

reservedNamespaces:
kubernetes: ["default", "kube-*"]
openshift: openshift-*
projectsyn: syn-*
appuio: appuio-*
cilium: cilium*

Alternatives

Keep the config in the hiearchy

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions