For running tests locally we are using target with CI=true env variable set. Instead of that there should be an explicit target for it
Also we should have something to protect running command kubectl in Makefile when the context is not set to minikube(Switch on to it in some pre-stage target)
Additionally, please add readiness probing for ES to protect from starting orc8r fluentd exporter while ES is up, but not yet operating.
For running tests locally we are using target with
CI=true
env variable set. Instead of that there should be an explicit target for it Also we should have something to protect running commandkubectl
in Makefile when the context is not set to minikube(Switch on to it in some pre-stage target)Additionally, please add readiness probing for ES to protect from starting orc8r fluentd exporter while ES is up, but not yet operating.