I’ve a “BETA - Single EC2 (K3S)” cluster, so I have 1 instance available. But when I stop my service, and then try to deploy again, I’ve my service running and a deployment launching, and there I get a message indicating that there are no more node available to deploy (error bellow)
Your cluster has 2CPU / 4GB RAM but part of it is already used by the installed qovery applications (cert manager, loki etc…).
when deploying a new version of the application, a new instance is created so you’ll have temporary twice the number of CPU and ram allocated to your app.
so the solution here is to increase the node size or to change the deployment strategy of your app to Recreate (which means that your service won’t be available during the rollout of a new version)