If you’re running Pulumi in CI, and you’re checking your stack configuration (which might contain your desired node count) into Git, you could have your app commit a change somehow to your configuration, which could then trigger CI to run Pulumi and update your stack with the new node count. That’d be one way to do it, anyway. 🙂