How many free memory you have on your K8S cluster?
Are you trying to install ECK on minikube? existing cluster?
Can you add how you limited the resources in the Yaml file?
Figured out the problem.
It was resource contention problem at "minikube" level (and not at the nodes/cluster level). So allocated enough memory to ensure all the deployments work.
# had to delete and create again
minikube start --vm-driver=virtualbox --cpus 8 --memory 16384
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.