francescotimperi commented on issue #131: URL: https://github.com/apache/openserverless/issues/131#issuecomment-2961711951
At the moment I do not have time to work on this, but essentially to deploy the controller in standalone mode there is the need to update the whisk.yaml template here https://github.com/apache/openserverless-task/blob/6388332ea80713df0aa8d9f10e82598735840d80/setup/kubernetes/whisk.yaml#L37 adding OPERATOR_COMPONENT_* variables to make invoker, kafka and zookeeper optional and not mandatory as now. For Postgres it should be enough to update these lines https://github.com/apache/openserverless-task/blob/6388332ea80713df0aa8d9f10e82598735840d80/setup/kubernetes/whisk.yaml#L187 and here https://github.com/apache/openserverless-task/blob/6388332ea80713df0aa8d9f10e82598735840d80/setup/kubernetes/whisk.yaml#L195 For Milvus, there should be a standalone mode, but I believe that the operator won't support it out of the box without some code changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@openserverless.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org