10.2. Installing the OpenShift Serverless Logic Knative Workflow plugin for macOS
If you are using macOS, you can install the Knative Workflow plugin as a binary file.
On macOS, some systems might block the application from running due to security policies. To fix this issue, click System Preferences
Prerequisites
-
You have installed the Knative (
kn) command-line interface (CLI). For more information, see the Installing the Knative CLI documentation.
Procedure
-
Download the latest
tararchive suitable for your environment, from the Serverless Logic download mirror page. Extract the Knative Workflow plugin binary file by running the following command:
$ tar xvzf <tar_archive>Rename the extracted Knative Workflow plugin binary file to
kn-workflowby running the following command:$ mv <filename> kn-workflowInstall the
kn-workflowcommand as the Knative CLI plugin:Make the binary file executable by running the following command:
$ chmod +x <path/to/downloaded/kn-workflow>Move the
kn-workflowbinary file to the/usr/local/bin, or a directory on yourPATHby running the following command:$ mv <path/to/downloaded/kn-workflow> /usr/local/bin/kn-workflow
Verification
Run the following command to verify that the
kn-workflowplugin is installed successfully:$ kn plugin list