Open cblmemo opened 9 months ago
Can we have a specific use case for this, for example, why we would like to have the proxy on the controller? Also, it would be good to clearify whether it is need to be along with autoscaler or the load-balancer.
Can we have a specific use case for this, for example, why we would like to have the proxy on the controller? Also, it would be good to clearify whether it is need to be along with autoscaler or the load-balancer.
Good point! Just added.
This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 10 days.
Our use case requires us to deploy the controller in an environment without internet access. So, ~/.config/pip.conf needs to be configured to point to a private python repo before the controller and its python dependencies can be installed on the instance. These custom actions need to be run right after the host, e.g. ec2 instance, is provisioned, but before controller artifacts are installed. Is this possible today?
We should have a customized setup command in case the user wants to run some command in the controller, e.g. a sidecar proxy. To avoid conflict in different services' setup commands, we could consider using a separate controller cluster for each service w/ a custom setup command.
Several usecases from users: