solidnerd / terraform-k8s-hcloud

A simple project to spin your k8s cluster with terraform, kubeadm on hcloud
MIT License
89 stars 37 forks source link

[ERROR NumCPU]: the number of available CPUs 1 is less than the required 2 #19

Closed solidnerd closed 4 years ago

solidnerd commented 4 years ago

This happens when we use cx11 as default nodes

hcloud_server.master[0] (remote-exec):  [ERROR NumCPU]: the number of available CPUs 1 is less than the required 2

to fix this we should use a proper node size like cx21

fogs commented 4 years ago

Ha, just stumbled over the same thing and updated the defaults in me repo like this ;)