Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 440 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 440 Bytes

Pod Event Logger

documentation

通过轮询k8s中的event endpointapi/v1/namespaces/default/events,只将发生了更新的event记录下来,并持久化写入log中。

usage

--kubeconfig 指定kubeconfig,无则用InCluster()config

--logdir 指定log的目录,必须具有写入权限,默认为/log,建议将host目录挂volume到/log

image

docker pull yzs981130/podeventlogger:version-0.0.4