Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 728 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 728 Bytes

powerpanel-kubernetes

A Docker image and Kustomize base for running PowerPanel for Linux. Useful if you have a CyberPower UPS attached to a Kubernetes node.

Features

  • Logs the status of the UPS every 30s
  • Runs the included shell scripts when the UPS loses power or when the battery is low

Usage

  • Label any node that has a UPS attached to it:
kubectl label node <node> ups=cyberpower
  • Clone this repo or download a release
  • kustomize build . | kubectl apply -f -

Roadmap