wmedvede commented on code in PR #665: URL: https://github.com/apache/incubator-kie-kogito-docs/pull/665#discussion_r1670211977
########## serverlessworkflow/modules/ROOT/pages/cloud/operator/install-kn-workflow-cli.adoc: ########## @@ -0,0 +1,90 @@ += Installing the Knative Workflow Plugin +:compat-mode!: +// Metadata: +:description: Install the operator on Kubernetes clusters +:keywords: kogito, sonataflow, workflow, serverless, operator, kubernetes, minikube, openshift, containers +// links + +*Prerequisites* + +https://75129--ocpdocs-pr.netlify.app/openshift-serverless/latest/install/installing-kn + +* You have first installed the link:https://76490--ocpdocs-pr.netlify.app/openshift-serverless/latest/install/installing-kn[Knative CLI]. + +== Installing the Knative Workflow Plugin using the artifacts image + +To install the Knative Workflow Plugin using the artifacts image you must follow this procedure: + +*Start the `kn-workflow-cli-artifacts-rhel8` image* + +[source, shell] +---- +export KN_IMAGE=registry.redhat.io/openshift-serverless-1/kn-workflow-cli-artifacts-rhel8:1.33.0 Review Comment: ```suggestion export KN_IMAGE=registry.redhat.io/openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8:1.33.0 ``` -- 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]
