Vimal Kumar
Vimal Kumar
/hold cancel
@xperimental i separated `labelSelectors` and `labels` , but this test case fails `TestNewDaemonsetSetsAllLabelsToBeTheSame` https://github.com/openshift/cluster-logging-operator/blob/a9ec0df3e3deb05881946b6539baf92aa682233f/internal/factory/daemonset_test.go#L25
@xperimental updated the PR. please check
closing PR. Purpose of PR was adding labels (preferably uniform) which can be configured in vector to filter out log collection of logging components, so that it doesnt go into...
The `Watch` [api](https://github.com/etcd-io/etcd/blob/master/etcdserver/etcdserverpb/rpc.proto#L71) is a streaming api. Its input and output both are streams. The same Watcher, potentially, can be used to watch for multiple keys and ranges. In the...
@fearblackcat , i tried with the code as in below link https://play.golang.org/p/c-YO-aDTPwC i didn't observe any increase in go-routines. only single instance of send/recv goroutines is created in `serverWatchStream` ,...