Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 760 Bytes

index.md

File metadata and controls

12 lines (8 loc) · 760 Bytes

Introduction

Reloader can watch changes in ConfigMap and Secret and do rolling upgrades on Pods with their associated DeploymentConfigs, Deployments, Daemonsets Statefulsets and Rollouts.

These are the key features of Reloader:

  1. Restart pod in a deployment on change in linked/related configmap's or secret's
  2. Restart pod in a daemonset on change in linked/related configmap's or secret's
  3. Restart pod in a statefulset on change in linked/related configmap's or secret's
  4. Restart pod in a rollout on change in linked/related configmap's or secret's

This site contains more details on how Reloader works. For an overview, please see the repository's README file.