francescotimperi commented on code in PR #31:
URL: 
https://github.com/apache/openserverless-operator/pull/31#discussion_r1897307940


##########
OPERATOR.md:
##########
@@ -30,36 +30,37 @@ 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`. 
 
+Once the operator is ready, you can build and test it 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 `build-and-load`.
 
 To test it against other clusters, you need to publish it to the nuvolaris 
private repository on docker.hub
-
 To do this, add to your `.env` the following variables:
 
-
 ```
 MY_CONTROLLER_IMAGE=<your-user>/<your-name>
 DOCKER_HUB_USER=<docker.hub user>
 DOCKER_HUB_TOKEN=<docker hub token>
 ```
 
-To override the tag of the operator you have to generate a git tag: `task 
image-tag`. Note the tag is unique for the current hour (it embeds: YYMMDDhh).
+To override the tag of the operator you have to generate a git tag: `task 
image-tag`. Note the tag is unique for the 
+current hour (it embeds: YYMMDDhh).
 
 If you set those variables you can use 
-- `task ent:docker-login` to log to the current docker.hub registry
-- `task ent:build-and-push` to build for one single architecture (faster but 
limited to your architecture)
-- `task ent:buildx-and-push` to build for all the architectues (slower, used 
by the GitHub action)
-- `task ent:docker-hub-authorize` to upload to the current kubernetes runtime 
a secret to give the possibility to download the operator enterprise image
+- `task docker-login` to log to the current docker.hub registry
+- `task build-and-push` to build for one single architecture (faster but 
limited to your architecture)
+- `task buildx-and-push` to build for all the architectures (slower, used by 
the GitHub action)
+- `task docker-hub-authorize` to upload to the current kubernetes runtime a 
secret to give the possibility to download 
+   the operator enterprise image
 
 ## Customization notes
 
-Nuvolaris operators it is normally deploy using a `whisk.yaml` configuration 
file which is applied via the installer. Typically the customization file 
contains something like
+Nuvolaris operators it is normally deploy using a `whisk.yaml` configuration 
file which is applied via the installer. 

Review Comment:
   "it is normally deployed"



-- 
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

Reply via email to