Bundle grpc server with controller-manager in the operator pod spec #308
Labels
design 🚲🏠
Bust out your paint chips, it's time to bikeshed.
enhancement
New code, ahoy!
good first issue
Good for new contributors
user experience 🌈💖
All Hail the UX Gods
Is your feature request related to a problem? Please describe.
We have the capability to ship the grpc server along with the operator in one yaml instead of trying to drive them separately. Currently we do not ship the grpc server and it doesn't allow the installation outputs to work without them.
Describe the solution you'd like
Create the yaml that is going to be deployed and allow that to be used with the deployment of the operator. That deployment should include the grpc service to be used by the porter operator within the context of creating a porter operator. The binary for this we can create a generic grpc server and inject the service necessary as well as provide the service during deployment into the porter-operator namespace.
Describe alternatives you've considered
What is described above but this effort will have to come in phases as this will require that porter main can install this properly
Additional context
None
The text was updated successfully, but these errors were encountered: