Closed nkhine closed 6 years ago
0/5 nodes are available: 5 Insufficient cpu.
you don't have enough CPU available in your Kubernetes nodes.
@pires what ec2 node size would you recommend for a test setup?
Honestly, I don't have an answer for that :(
Hi @nkhine, I think you should start with the t2.large for the nodes and scale it out depending of your consumption.
You can exec cat /proc/cpuinfo
to check cpu.
May be your machine's Insufficient cpu, Because :
es-master.yaml
and es-client.yaml
have config replicas: 3
and replicas: 2
, It's 5 CPU.
You can set replicas: 1
, It's ok.
Hello, I have setup a k8s cluster with the following:
so I have one master, 2 nodes and 2 data nodes
when I try to add the es-client, this fails, with the following error:
what am i missing?