porter-dev / porter-archive

Kubernetes powered PaaS that runs in your own cloud.
https://porter.run
Other
4.21k stars 238 forks source link

Digitalocean cannot create cluster #1189

Open acountrec opened 3 years ago

acountrec commented 3 years ago

Description

Trying to create a cluster through getporter on digitalocean but it keeps failing:

image

I'm pretty sure there's an easy fix but I couldn't find it in the tutorial. I'm not very experienced with kubernetes so please be patient with me.

Location

Steps to reproduce

  1. Create cluster
  2. Use Ams3, put on use kubernetes services, give it a name
  3. Tell you understand all kinds of things and press create cluster
  4. Wait for it to eventually fail. (I can see an actual cluster is created in DO. It just doesn't push through)

Additional Details

I hope this is clear enough

abelanger5 commented 3 years ago

Hey @acountrec, thanks for checking out Porter! You have to increase your DigitalOcean droplet limit from the DO console. If you click the Settings tab in the DO console, and then increase the limit to at least 12. The cluster starts at 3 droplets by default, but 12 is the maximum amount of droplets that your cluster can scale to.

Let me know if this works!