This rewrites the two reconcilers, and their initialisation in main.go, to use the `Metrics` struct from pkg/controller. |
||
|---|---|---|
| .github/workflows | ||
| api | ||
| config | ||
| controllers | ||
| hack | ||
| .gitignore | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| DCO | ||
| Dockerfile | ||
| LICENSE | ||
| MAINTAINERS | ||
| Makefile | ||
| PROJECT | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
README.md
Image (metadata) reflector controller
This is a controller that reflects container image metadata into a Kubernetes cluster. It pairs with the image update automation controller to drive automated config updates.
Installing
Instructions for setting both controllers up are in the fluxcd/image-automation-controller README.
If you just want to run this controller, do
kustomize build github.com/fluxcd/image-reflector-controller//config/default/?ref=main | kubectl apply -f-