Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 790 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 790 Bytes

Description

  • Check VerticalPodAutoscaler described
  • Check PodDisruptionBudgets described
  • Check kube-rbac-proxy CA certificate exists Lint monitoring rules:
  • run promtool checks
  • render prometheus rules

Settings example

Module level

This linter has settings.

linters-settings:
  templates:
    exclude-rules:
      # exclude if target ref equals one of
      vpa:
        - kind: Deployment
          name: standby-holder-name
      # exclude if target ref equals one of
      pdb:
        - kind: Deployment
          name: standby-holder-name
      # exclude if service name equals one of
      service-port:
        - d8-control-plane-apiserver
      # exclude if object namespace equals one of
      kube-rbac-proxy:
        - d8-system
    impact: error