Thank you to everyone that has contributed to this project.
Nice to follow instructions. I've pieced together a 6.3.0 cluster based on the steps mentioned here after building a Kubernetes Cluster for first time.
there were a few modifications needed to the yaml files to get everything working as expected - but these are documented or raised as issues already:
I wanted this to be an external facing cluster and just has to modify es-srv.yaml (FYI I understand why you didn't focus to much here). My only comment is just uncomment out type isn't sufficient as thats not a valid yaml. type: LoadBalancer needs to be nested under spec
As documented the memory args needed increasing i had to set mine to 1G
Network Hosts needed to be set to eth0
As I understand right now ML isn't supported? If so what is the plan for this?
Thank you to everyone that has contributed to this project.
Nice to follow instructions. I've pieced together a 6.3.0 cluster based on the steps mentioned here after building a Kubernetes Cluster for first time.
there were a few modifications needed to the yaml files to get everything working as expected - but these are documented or raised as issues already:
I wanted this to be an external facing cluster and just has to modify es-srv.yaml (FYI I understand why you didn't focus to much here). My only comment is just uncomment out type isn't sufficient as thats not a valid yaml. type: LoadBalancer needs to be nested under spec
As documented the memory args needed increasing i had to set mine to 1G
Network Hosts needed to be set to eth0
As I understand right now ML isn't supported? If so what is the plan for this?