Single node cluster having less CPU Quota

0 votes

So I was trying to deploy containers on my single node cluster but an error comes up saying insufficient CPU. Turns out only 26% CPU quota is available while the rest is assigned to the default containers.

So should I use a larger node instead or can I set the limits manually? How do I go about solving this?Please help

Dec 31, 2018 in Kubernetes by ffdfd
• 5,550 points
423 views

1 answer to this question.

0 votes
Single CPU cluster is probably not enough to maintain and execute what you want your cluster to do. If you have any containers named dashboard you can probably remove those because they're only for web ui which you can do without. 
Other than that, you can check if some unnecessary replicasets/deployments are running by listing them out:
kubectl get deployments/rs
and delete them by using:
kubectl delete deployments/rs <name>

Other than that if you can deploy a bigger node that's always better.

answered Dec 31, 2018 by DareDev
• 6,890 points

Related Questions In Kubernetes

0 votes
1 answer

One user per node in kubernetes cluster

In your case with the information you've ...READ MORE

answered Oct 5, 2018 in Kubernetes by Kalgi
• 52,360 points
434 views
0 votes
1 answer
0 votes
2 answers

Node unable to join cluster - saying token expired

@Eric's answer is on point. There's another ...READ MORE

answered Jan 16, 2019 in Kubernetes by Keshav
2,448 views
+1 vote
1 answer
0 votes
3 answers

Error while joining cluster with node

Hi Kalgi after following above steps it ...READ MORE

answered Jan 17, 2019 in Others by anonymous
14,585 views
+4 votes
1 answer

Installing Web UI (Dashboard):kubernetes-dashboard on main Ubuntu 16.04.6 LTS (Xenial Xerus) server

Follow these steps: $ kubeadm reset $ kubeadm init ...READ MORE

answered Apr 12, 2019 in Kubernetes by Kalgi
• 52,360 points

reshown Apr 12, 2019 by Kalgi 6,066 views
0 votes
1 answer

DeamonSet pod not scheduling on Master Node

Ever since kubernetes 1.6, DaemonSets are not ...READ MORE

answered Sep 14, 2018 in Kubernetes by DareDev
• 6,890 points
2,572 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP