magma / domain-proxy

A Domain proxy for Magma
BSD 3-Clause "New" or "Revised" License
1 stars 6 forks source link

Cleanup the targets in the Makefile and improve github workflows #415

Closed sklgromek closed 2 years ago

sklgromek commented 2 years ago

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.