对于那些尝试过keel.sh的人.. 如何让它检测到 pod 中引用的图像?目前,它只检测部署中提到的 docker 镜像。如果我需要跟踪单个 pod 的图像怎么办?
这是安装清单中奇怪的原因,在 ClusterRole 下,它要求get
, watch
, list
pod 上的动词与部署相同:
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