For those who gave a try to keel.sh .. how to make it detects image referenced in pods ? For the moment, it only detect docker images mentioned within deployments. What if I need to track the image of a single pod?
This is weird cause in the installation manifests, under the ClusterRole, it asks for get
, watch
, list
verbs on pods the same as for deployments:
resources:
- pods
- replicasets
- replicationcontrollers
- statefulsets
- deployments
- daemonsets
- jobs
- cronjobs
verbs:
- get
- delete # required to delete pods during force upgrade of the same tag
- watch
- list
- update