Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* applied sideCar logic from branch release_v2.4 * added swagger from release_v2.4 for sidecar * minor change * updated sidecars swagger * updated volumes examples * added logging for sideCars * seperated lines for better readability * fixed error handling * updated test nfs root * fixed bug * readability improved + fixed timestamp * swagger design * improved description * added logging * fixed volumeType field required bug * added method for container names + jsdoc * changed logging to support sideCars as well * updated oneOf require * wip * wip * updated swagger * fixed some logic * updated consts version * podStatus consts changed * logging * fixed undefined * logging * extra logs * fixes and logs * removed condition added in last commit * wip * now checking status until its running, before changing state to ready * continuation to last commit * removed unused code * bug fix when no car * wip * changed logs retrival logic * wip * added logging * pod events log wip * log pod events wip * wip * wip * wip * fixed undefined assignment * wip * wip * correct path to events * removed not necessary code * adding a warning once any kind of volume doesnt exist * fix wip * wip * fixed error * wip * added algorithn name * added warning codes * handling different warnings now * edited message * . * removed debugging logging * seperated pod status between sidecar and algorunner errors * updated consts package * . * format message * fixed bug when worker is not bootstraping * handling case when reading sidecar logs * fix for logging * jsdoc * . * wip * fix wip * wip timestamp * fix * fix wip * fix to bug - condition was always true since js compares objects by reference, not value - UNRELATED TO FEATURE, FOUND ON THE WAY * undo last work - wasnt good. Added logs for proxy * added newly adde k8s api tests & stub data * added , (error because merging) * added tests for algorithm spec with pvc/configmap/secret exist/no exist, and test for emptyDir * updates for logs, wip * wip * modified log-proxy to monitor sidecars as well * delay increase * removed own logging * wip ( removed formatting of sideCar log ) * fix undefined * wip * wip * wip * wip * sideCar online logging * wip * updated to not always get logs of sideCars to every fetching kind. * handling ALL situation * added query to request sideCar logs, when asks for specific one, and also when algorithm is down (since pod is down, it won`t be an option to obtain the car name) * wip * removed debug check logging * fixed bug where sideCar was handled like ALGORITHM * fixed double logs * . * made sidecar prefix to be upper case (like with wrapper) * updated query`s schema * bug fix for 'all' source when using es * fixed possible bug when there are more then 1 sidecars, and also 'all' source bug * fixed argument name * updated sideCar container to single object instead of array, and updated env to key:value pairs. * . * SideCar Prefix removed * updated logs retrival to be more modular * fixed undefined * updated schema * fixed condition
- Loading branch information