Yuliang Zhang

Results 3 comments of Yuliang Zhang

How about trying with plugin of `journald` instead? it works fine for me to detect "NodeOOM", "PodOOM" with pattern ".*Out of memory.*" and ".*Memory cgroup out of memory.*"

also looking forward for this, in order to work with quarkus applications.

It seems that, dex already have defined [CRD](https://github.com/dexidp/dex/blob/master/storage/kubernetes/types.go#L207) for k8s storage, and the storage interface also has defined the [CreateConnector](https://github.com/dexidp/dex/blob/master/storage/storage.go#L56) method. What really lack is a router in `newServer` method...