francescotimperi commented on code in PR #29: URL: https://github.com/apache/openserverless-operator/pull/29#discussion_r1894845947
########## OPERATOR.md: ########## @@ -30,19 +30,17 @@ These features are exclusively provided by this enterprise version: - Kafka deployment including the corresponding Zookeeper - Openwhisk Invoker fully integrated with Zookeeper and Kafka - Openwhisk Controller fully integrated with Kafka -- Possibility to deploy Openshisk Controller in lean mode +- Possibility to deploy Openwhisk Controller in lean mode ## Publishing the operator + Once the operator is ready, you can build and test it a against a kubernetes cluster. First, generate a new image tag with `task image-tag`. -You can test locally using the kind cluster (provided by default by the development environment) with `ent:build-and-load`. - +You can test locally using the kind cluster (provided by default by the development environment) with `ent:build-and-load`. Review Comment: Actually all the ent:* related tasks have to be removed. OpenServerless embeds the original enterprise operator, so it is possible to use the `build-and-load` and `build-and-push` tasks. -- 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