Generate kind config, optionally include ingress, better wait for deployment
- Adding options to configure kind cluster. This allows to dynamically set ingress port forwards, repo mount, and registry mirror configuration. It remains possible to use fully custom kind-config.
- To enable dynamic generation of kind-config some refactoring was needed, moving more Makefile functionality to python.
- This made it natural to tackle once again the issue of incomplete fluentbot deployment, which leads to occasionally failing toolkit test job.
Closes #295 (closed)
Edited by Volodymyr.Savchenko