Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 684 Bytes

File metadata and controls

23 lines (16 loc) · 684 Bytes

Pod Status Check

Kuberhealthy's pod status check

What it is

This repository builds the container image used by Kuberhealthy to run the pod-status-check check.

Image

  • docker.io/kuberhealthy/pod-status-check
  • Tags: short git SHA for main pushes and vX.Y.Z for releases.

Quick start

  • Apply the example manifest: kubectl apply -f healthcheck.yaml
  • Edit the manifest to set any required inputs for your environment.

Build locally

  • docker build -f ./Containerfile -t kuberhealthy/pod-status-check:dev .

Contributing

Issues and PRs are welcome. Please keep changes focused and add a short README update when behavior changes.

License

See LICENSE.