commit | efbcaee5e8670b5778b415b88bd9512b5c44d433 | [log] [tgz] |
---|---|---|
author | Gary Wu <gary.i.wu@huawei.com> | Tue Nov 13 18:08:02 2018 -0800 |
committer | Gary Wu <gary.i.wu@huawei.com> | Tue Nov 13 18:29:01 2018 -0800 |
tree | 69b81d6f6a876d8ffe630d71a8c7c8cc39b114f8 | |
parent | 460e28cbf478ac6df05056cd05bc60468fcf2745 [diff] |
Revert use of DaemonSet for logstash Using a DaemonSet for logstash is problematic for HA k8s because pods are being scheduled on etcd and orchestration nodes where we do not want them. Reverting back to a Deployment with a default of 5 replicas instead. Issue-ID: LOG-181 Change-Id: I8bbc165a6f23c31b372320c3a94181c689f1baef Signed-off-by: Gary Wu <gary.i.wu@huawei.com>