domhanak commented on code in PR #575:
URL:
https://github.com/apache/incubator-kie-kogito-docs/pull/575#discussion_r1521065322
##########
serverlessworkflow/modules/ROOT/pages/getting-started/create-your-first-workflow-service-with-kn-cli-and-vscode.adoc:
##########
@@ -60,25 +47,25 @@ To deploy the finished project to a local cluster, proceed
to the next section.
Use the `deploy` command with kn workflow to deploy the {product_name} project
into your local cluster.
-* Deploy to minikube
+* Deploy to cluster
[source,bash]
----
-kn workflow deploy
+kn workflow deploy --namespace my-sonataflow-application
----
-* (Optional) Using k9scli you can examine your deployment.
+* Using k9s cli you can examine your deployment.
* In a different bash instance, create a port mapping:
[source,bash]
----
-minikube service hello --namespace default --url
+minikube service hello --namespace my-sonataflow-application --url
Review Comment:
NOTE: working to add how to do this with kind
--
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]