Radeity commented on PR #259: URL: https://github.com/apache/incubator-hugegraph-computer/pull/259#issuecomment-1634439043
Hi @coderzc @imbajin @simon824 @javeme , Now, `hugegraph-computer-operator-controller-manager` pod will launch two containers: `manager` and `controller`. - `controller` remains the same which contains controller logic. - `manager` is launched for creating Webhook to deny update, cuz java client does not have convenient api, so this part is implemented in go, that's why we have to declare two containers. We have to update **doc, images, resource yaml file**, I will be appreciated if you can instruct me how to finish these :D -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
