Hi
Instructions worked on initial install, then after restart Elastic and Jaeger failed.
The Max Map Count for Elastic seems to get lost or is not being set to an appropriate value.
I fixed by
doing:
- minishift ssh
- sudo sysctl -w vm.max_map_count=262144
Regards