Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 464 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 464 Bytes

k8s-checkup-framework

This was a proof of concept for https://github.com/kiagnose/kiagnose

Checkup's Launcher

Build Instructions

# build checkup-framework's image
$ ./build/build-image

# override CRI to use a different container runtime
$ CRI=docker ./build/build-image

Deployment Instructions

  1. Push the built image to a registry of your choice.
  2. See example manifest under: checkups/echo/manifests/echo-checkup-framework-job.yaml.